Linux Iptables Delete postrouting Rule Command
You can delete a specific iptables rule in the POSTROUTING chain using the following command: iptables -t nat -D POSTROUTING <rule_number> Replace <rule_number> with the number of the rule that you want to delete. You can find the rule number by using the iptables -t nat -L command to list the rules in the POSTROUTING … Read more