LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 03-29-2001, 03:43 PM   #1
preguin1
LQ Newbie
 
Registered: Mar 2001
Posts: 4

Rep: Reputation: 0

I have no background in Linux. I am using a Novell network and the consultant put in an old 486PC with a Linux firewall on it. It is not permitting me to allow password protected FTP in or out of the network. Only http traffic is passing.

I am attempting to load CuteFTP on my Novell server and it won't work. This is what leads me to believe it's the firewall configuration that is causing the problem.

Going back to the consultant is not an option.

Can anyone train me how to understand and address this issue.
 
Old 03-30-2001, 02:25 PM   #2
killjoy
Member
 
Registered: Mar 2001
Location: Atlanta,GA
Distribution: Red Hat, Mandrake
Posts: 66

Rep: Reputation: 15
What kind of firewall is it?
Does it appear to be a port problem?
If you can give more info, we could try to help.
 
Old 03-31-2001, 12:17 AM   #3
preguin1
LQ Newbie
 
Registered: Mar 2001
Posts: 4

Original Poster
Rep: Reputation: 0
I am not sure I know what kind of firewall it is but I know it was free. Can I look at this PC and determine the type of firewall. How would I do that.

I attempt to enter FTP commands at the DOS prompt on a networked PC and it won't let me do an ftp open so this is why I think its the firewall. Is there any other way I can test this.

We plan to hook up a unit on the other side of the firewall and attempt ftp commands but that won't happen until next week.
 
Old 04-02-2001, 09:52 AM   #4
raz
Member
 
Registered: Apr 2001
Location: London
Posts: 408

Rep: Reputation: 31
Lightbulb Firewall type?

First you'll need to tell us the OS version and type.
I assume you have admin login "root" access to the Linux box locally.

If so goto a shell window "like Dos's" on the box and type uname -a
post the infomation to this forum.

It could be anything, depends on how old the software is.

/Raz

 
Old 04-02-2001, 10:28 AM   #5
killjoy
Member
 
Registered: Mar 2001
Location: Atlanta,GA
Distribution: Red Hat, Mandrake
Posts: 66

Rep: Reputation: 15
Step one: power down 486
Step two: load shotgun...
j/k
Does the 486 serve any other function on your network?
Would it be possible/feasible to take it down/bypass it for testing?
 
Old 04-04-2001, 10:10 PM   #6
preguin1
LQ Newbie
 
Registered: Mar 2001
Posts: 4

Original Poster
Rep: Reputation: 0
Linux Firewall

uname -a returns

Linux router.ctrivers.org 2.0.36 #1 Tues Oct13 22:17:11 EDT 1998 i586 unknown

All of this is on one line however.

So what does this all mean.

Thanks for your help

 
Old 04-04-2001, 10:18 PM   #7
preguin1
LQ Newbie
 
Registered: Mar 2001
Posts: 4

Original Poster
Rep: Reputation: 0
Linux Firewall

This firewall has no other purpose on the network.

I will look at bypassing the firewall by shutting it off.

What is shotgun? I have never heard of this. What does it do?
 
Old 04-05-2001, 04:14 AM   #8
raz
Member
 
Registered: Apr 2001
Location: London
Posts: 408

Rep: Reputation: 31
Preguin1,

It's a Redhat Linux Kernal 2.0.36.
I.e old, needs security patching etc etc.

It's likely the firewall is doing NAT for your network using ipchains.
It's also most likely got the NAT patch installed as this version had errors with over loaded Network address translation.

must be root try this.
i.e
% su - root
# ipchains -V
what version does it say ?

If you get a valid response from that last command then continue reading:
Try typing this. "suggest you don't post the output to this group as it's the rule set for your firewall !!! . i.e bad info for hackers to get"

# ipchains -L -n

If you get some info returned for example the line:
Chain input (policy ACCEPT):
Chain forward (policy ACCEPT):
target prot opt source destination ports
MASQ all ------ 10.1.1.0/24 0.0.0.0/0 n/a

Then NAT is set-up and your firewall will have other rules sets for HTTP access etc etc.

If this is the case then type this line in as root to allow all FTP access out of the site. "this won't allow FTP access in only out"

first get this info.
# ifconfig -a | grep 'inet'
Should show you three lines, the second line is normally the external IP address of your firewall.

Replace the "foo.bar" text with your firewalls IP address.

#ipchains -A output -p tcp -s foo.bar 1023:65535 --dport 20 -j ACCEPT
#ipchains -A output -p tcp -s foo.bar 1023:65535 --dport 21 -j ACCEPT
#ipchains -A input -p tcp ! -y -s 0/0 --sport 20 -d foo.bar 1023:65535 -j ACCEPT
#ipchains -A input -p tcp ! -y -s 0/0 --sport 21 -d foo.bar 1023:65535 -j ACCEPT

I think this should work, but it's from my head so I haven't tested it.

Have fun.
/Raz

Ps. the Shotgun that killjoy was talking about is a Shotgun.
Pps. or Shotgun technology is where you use more then one modem to increase your bandwidth, but somehow I doubt this is what he meant. 8-)



 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BSD Firewall vs Linux Firewall ? rootlinux Linux - Security 5 08-29-2007 07:38 AM
Linux firewall vermaamitabh Debian 9 10-27-2004 09:23 AM
how to m$ win client+firewall to linux sshd and use linux to access the M$ computer c_mitulescu Linux - Networking 7 05-14-2004 12:56 PM
Linux As a Firewall shaundyc Linux - Security 8 05-07-2004 11:56 AM
A Firewall for linux marsques Linux - Security 7 01-08-2004 12:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 07:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration