LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   iptables configuration (https://www.linuxquestions.org/questions/linux-networking-3/iptables-configuration-61472/)

know 05-23-2003 10:18 PM

iptables configuration
 
hi,
I am using Redhat7.2 system.
how can I change the iptables from the high level to no firewall
without the firewall configuration in the setup.
Should I edit /etc/sysconfig/ipchain.conf?
and How?

Thanks.

manthram 05-23-2003 10:23 PM

ipchains and iptables are two different rule sets to configure a firewall. if you dont want a firewall you might just stop the services.

/etc/rc.d/init.d/iptables stop
/etc/rc.d/init.d/ipchains stop

trently29 05-25-2003 04:55 PM

Try this...
 
service iptables stop


All times are GMT -5. The time now is 08:24 AM.