|
|
how to start/stop iptables in linux? - Linux
|
Views : 419
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|