how to start/stop iptables in linux?

by Ramya 2009-11-10 14:57:36

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


Tagged in:

1092
like
0
dislike
0
mail
flag

You must LOGIN to add comments