01 August 2013

How To: Disable Iptables Firewall In Redhat/CentOS Linux

To disable iptables in Redhat/CentOS we have to use the following commands:

#service iptables stop
#service iptables save
#chkconfig iptables off

If you want to remove iptables completly from your system, use the "rpm" command:
#rpm -e iptables

No comments: