
iptables -t nat -F
iptables -t mangle -F
iptables -F
iptables -X
these commands will delete all chains and rules inside them completly.
take a backup with :
iptables-save >> backup.txt
if you are not sure about what you tryin to do.
iptables -t nat -F
iptables -t mangle -F
iptables -F
iptables -X
these commands will delete all chains and rules inside them completly.
take a backup with :
iptables-save >> backup.txt
if you are not sure about what you tryin to do.