Delete all iptables rules

February 5, 2008 · Posted in linux 

Enter the following to delete iptables completely

# iptables -F
# iptables -t nat -F
# iptables -t mangle -F
# iptables -X

Comments

Leave a Reply