ubuntu iptables remove all rules


iptables allow all:

iptables -P INPUT ACCEPT && iptables -P FORWARD ACCEPT && iptables -P OUTPUT ACCEPT && iptables -t nat -F && iptables -t mangle -F && iptables -F && iptables -X && iptables-save > /etc/iptables/rules.v4

Leave a Reply

Your email address will not be published. Required fields are marked *