Disabling iptables firewall on Linux
Iptables is a built-in firewall in most Linux distributions. You might need to disable your iptables firewall on Linux for testing purposes.
About this task
To disable or turn off a Linux iptables IPv4 or IPv6 firewall, type the following commands (you must log in as the root user):
Procedure
- # /etc/rc.d/init.d/iptables stop or # /etc/rc.d/init.d/ip6tables stop
- # chkconfig iptables off or # chkconfig ip6tables off