使用以下 iptable 规则,我无法执行 apt update 和 ping 网站。规则有什么问题?如何修复?修复它的具体规则是什么?
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:325
DROP all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
答案1
删除 INPUT 链中的 DROP 规则。它实际上是删除全部进入机器的流量,包括对您发出的任何流量的响应。