All about servers, control panels, linux commands and usefull how to's...
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:
Post a Comment