LinuxMoz

Linux Stuff && Coffee

CentOS Disable Firewall

| Comments

How to disable the CentOS firewall by stopping the iptables service:

1
/etc/init.d/iptables stop

Or:

1
service iptables stop

I do not recommend leaving your server on the Internet with iptables disabled, I am simply showing you HOW to disable the CentOS firewall.

Comments