LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to edit the firewall settings (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-edit-the-firewall-settings-728292/)

thetiger2003 05-25-2009 02:01 AM

how to edit the firewall settings
 
my problem that while i installing "redhat linux 5" i forgot to disable the firewall ...so i need how to edit my firewall settings and how to disable it..thx alot

sycamorex 05-25-2009 02:10 AM

Are you running 'RedHat 5' or RedHat Enterprise Linux 5 (RHEL 5)? Why do you want to disable the firewall?
The firewall in linux is called iptables. Here's how to disable it:
http://www.cyberciti.biz/faq/turn-on...wall-in-linux/
And here are some beginners tutorials on how to use it:
http://ubuntuforums.org/showthread.php?t=159661
http://artoflinux.blogspot.com/2008/...beginners.html

Alternatively, you can install firestarter which is a GUI frontend for iptables

billymayday 05-25-2009 02:15 AM

Or better still, you could visit the redhat site. Here's the relevant link http://www.redhat.com/docs/en-US/Red...ide/ch-fw.html

unixmen 05-25-2009 04:18 AM

disable the firewall


/etc/init.d/iptables stop
/etc/init.d/ip6tables stop

chkconfig --level 235 iptables off
chkconfig --level 235 ip6tables off


All times are GMT -5. The time now is 05:19 AM.