Clear iptables

This will disable iptable firewall rules on a host and make it wide open:

iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F
iptables -X
 
indexes/iptables.txt · Last modified: 2008/07/07 14:49 by domingo
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki