LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Disabling firewall - possible? (https://www.linuxquestions.org/questions/linux-newbie-8/disabling-firewall-possible-391958/)

Infernal211283 12-12-2005 11:43 AM

Disabling firewall - possible?
 
Hi.

When i installed FC4 i could enable it's firewall, because i'm not that familiar with the iptables yet i would like to turn it off, is it possible?

amitsharma_26 12-12-2005 12:16 PM

For turning it off immediately
service iptables stop
&
For keeping it switched off for next restart in mentioned run-levels.
chkconfig --level 345 iptables off

Infernal211283 12-12-2005 12:53 PM

great! thanks a lot

Infernal211283 12-12-2005 01:01 PM

just one more question..

i stopped the process successfully but when i tried to start it over again it stays stopped, do i have to restart to make it run again?

amitsharma_26 12-12-2005 01:03 PM

service iptables start
or
service iptables restart

Infernal211283 12-12-2005 01:14 PM

i thought that should be it, but after that if i do
"service --status-all|grep running"
i dont see it on the list

amitsharma_26 12-12-2005 01:30 PM

service iptables status
or
service --status-all | grep stopped

& check whether its being listed in stopped services or not.

Look for word firewall.

Infernal211283 12-12-2005 01:41 PM

[infernal@fedora .Azureus]$ sudo /sbin/service --status-all|grep -i firewall
cat: /var/run/dhcdbd.pid: No such file or directory
Device not specified in /etc/sysconfig/diskdump
Firewall is stopped. <<<<
rndc: connect failed: connection refused
Server address not specified in /etc/sysconfig/netdump

yeah the firewall is stopped
the rest i don't know what they are..


All times are GMT -5. The time now is 02:53 AM.