LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Disable Firewall (https://www.linuxquestions.org/questions/linux-networking-3/disable-firewall-176296/)

dvong3 04-30-2004 07:17 AM

Disable Firewall
 
How do we know if firewall is install on Linux? How do we disable the firewall?

siyeclover 04-30-2004 08:27 AM

rpm -qa |grep iptables

if u use redhat linux , chkconfig --level 35 iptables off
it can disable the firewall
service iptables stop
it can stop the firewall

siyeclover


All times are GMT -5. The time now is 04:27 AM.