You get a bonus - 1 coin for daily activity. Now you have 1 coin

How to Disable the Firewall (iptables) on CentOS or Red Hat Linux

Practice



To disable the firewall (i.e., iptables) in Linux CentOS (or RedHat):
$ sudo /etc/init.d/iptables stop

If you also need to disable it from starting automatically at OS boot:
$ sudo chkconfig iptables off


To turn it back on:
$ sudo /etc/init.d/iptables start

and also add it to autostart:
$ sudo chkconfig iptables on

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "LINUX operating system"

Terms: LINUX operating system