我在 iptables 中输入了以下规则:
sudo iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 1337
然后当我去删除它时,我无法使用 iptables -L 在任何地方找到它。这是为什么?我该如何删除它?谢谢!
编辑:顺便说一下,我已经安装了 ufw。
答案1
要查看 NAT 规则,请使用
iptables -t nat -L -n -v
不仅iptables -L