我想在iptables中允许localhoststream量,所以我添加了规则
iptables -A INPUT -i lo -j ACCEPT
当我运行iptables -L它告诉我,这个规则被翻译成
ACCEPT all -- anywhere anywhere
这使我困惑。 Doensn't这意味着iptables允许所有INPUTstream量? 请帮忙
尝试运行iptables -L -v代替 – 这将包括输出中的接口名称。
iptables -L -v