943,507 Members | Top Members by Rank

Jul 17th, 2003
0

redhat 8.0 firewall issue

Expand Post »
Hey All,
It seems that when ever i install redhat, i get to the firewall section and tell it 'no firewall' but every time without fail i login and there it is firewall set to 'high'. can anyone help me disable this thing, whenever i use the gui security program in kde or gnome it still is set to high, i've tryed medium and filled in all the ports i want open, and i've tryed no firewall and still its on 'high'.

any ideas?

spikes
Similar Threads
Reputation Points: 11
Solved Threads: 2
Junior Poster
spikes is offline Offline
106 posts
since Jul 2003
Jul 17th, 2003
0

Re: redhat 8.0 firewall issue

When you configure the firewall section of the redhat setup, you're setting up the firewall configuration files with your settings. Gnome and KDE also come with software to edit this same file. Take a look at the file manually (ipchains) and see what the settings are. Afterall, everything else is just a GUI to edit this file. Otherwise, just test it out!! Can you not access ports you specifically set to leave open??
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Jul 17th, 2003
0

Re: redhat 8.0 firewall issue

Hey dani,
Thanks for gettin back so fast, see thats the problem right there, i understand the gui thing but, i dont know the file name or location of the firewall file to edit any chance you could drop me the name or path

cheers

spikes
Reputation Points: 11
Solved Threads: 2
Junior Poster
spikes is offline Offline
106 posts
since Jul 2003
Jul 17th, 2003
0

Re: redhat 8.0 firewall issue

I know the name of the file/s are something like "ipchains" and "iptables" but I'm not exactly sure the difference between the two or where they're located.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Jul 17th, 2003
0

Re: redhat 8.0 firewall issue

I?m only using RedHat 7.3, but it?s probably /etc/sysconfig/ipchains or /etc/sysconfig/iptables. It?ll probably look like gibberish to you, but if you really don?t want a firewall (not a good idea if the machine is connected directly to the internet), I?d simply do this (as root):

chkconfig --level 0123456 iptables off
chkconfig --level 0123456 ipchains off
service iptables off
service ipchains off

I have a firewall script I?m working on that is a lot easier (I think) than standard stuff to configure. You can download it at http://apt7.com/dr-firewall-dist.tar.bz2, but it?s probably not ready for production. And although it has some simple instructions, but they may not be thorough enough for a novice.
Reputation Points: 14
Solved Threads: 0
Newbie Poster
deanpence is offline Offline
19 posts
since Jul 2003
Jul 18th, 2003
0

Re: redhat 8.0 firewall issue

happly i'm tucked away behind an enerprise class firewall, so i'm not to fussed about the software firewalls on indiviual machines. but even so i'd be interested to see your script, you can never have to much security.

cheers for your help

spikes
Reputation Points: 11
Solved Threads: 2
Junior Poster
spikes is offline Offline
106 posts
since Jul 2003
Jul 18th, 2003
0

Re: redhat 8.0 firewall issue

sadly stopping the ipchains and iptables did not help the firewall is still set to high, has anyone else had this problem with the firewall setup?, cuz it seems to happen to me every time i do an install

Spikes
Reputation Points: 11
Solved Threads: 2
Junior Poster
spikes is offline Offline
106 posts
since Jul 2003
Jul 31st, 2003
0

Re: redhat 8.0 firewall issue

You may just need to set up the firewall to allow everything by default:

iptables -P INPUT ACCEPT
iptables -F INPUT
iptables -P OUTPUT ACCEPT
iptables -F OUTPUT
iptables -P FORWARD ACCEPT
iptables -F FORWARD
iptables -F -t nat
Reputation Points: 14
Solved Threads: 0
Newbie Poster
deanpence is offline Offline
19 posts
since Jul 2003
Aug 2nd, 2003
0

Re: redhat 8.0 firewall issue

The name of the firewall script is usually called rc.firewall, and located in /etc or /etc/rc.d/

IPTABLES is the current program (IPCHAINS I think was last in RH 6.3, but I could be wrong, since I don't use RH)

There are some good examples of a firewall script for IPTABLES that can be found on google.com (use keyword "rc.firewall")
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Aug 3rd, 2010
0
Re: redhat 8.0 firewall issue
I am totally new to Linux so please bear with me. I just installed Red Hat on a clean I then ran the update agent and has received and installed all the updates including the most recent
Reputation Points: 10
Solved Threads: 0
Newbie Poster
princealway is offline Offline
4 posts
since Aug 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Linux Networking Configuration Forum Timeline: Samba - Defaulting to WORKGROUP
Next Thread in Linux Networking Configuration Forum Timeline: internet connection management





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC