lost and found ( for me ? )

iptables : how to delete nat rule

smalle tips. here is how to delete iptables nat rule.

check the line nubmer of rules you would like to delete

# iptables -L --line-numbers -t nat -n

delete the rules. 

# iptables -t nat -D PREROUTING 1

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.