#
#reset default polices in the filter table
#
$IPTABLES -P INPUT ACCEPT
$IPTABLES -P FORWARD ACCEPT
$IPTABLES -P OUTPUT ACCEPT
#
#reset default polices in the nat table
#
$IPTABLES -t nat -P PREROUTING ACCEPT
$IPTABLES -t nat -P POSTROUTING ACCEPT
$IPTABLES -t nat -P OUTPUT ACCEPT
#
#reset default polices in the mangle table
#
$IPTABLES -t mangle -P PREROUTING ACCEPT
$IPTABLES -t mangle -P OUTPUT ACCEPT
#
#flush all rules in the filter anf nat table
#
$IPTABLES -F
$IPTABLES -t nat -F
$IPTABLES -t mangle -F
#
#erase all chains that's not default in filter and nat table
#
$IPTABLES -X
$IPTABLES -t nat -X
$IPTABLES -t mangle -X
slackfind.net/ru/
deepstyle.org.ua/