how to start/stop iptables in linux? - Linux Views : 419
Tagged in : Linux
0 0
Send mail
Stop iptables in linux:

Like windows linux also have firewall(iptables). Iptables are started by default when switch on the linux machine.
In some cases whenever we like to veiw our ip in other machine, we need to stop our firewall(ie.iptables).
Stop iptables(Turn off Linux Firewall):
* Go to terminal and,
[root@localhost /]# /etc/init.d/iptables stop


To start iptables:
* Go to terminal and,
[root@localhost /]# /etc/init.d/iptables start


By Ramya, On - 2009-11-10



    Login to add Comments .