新Linux命令 — IPTABLES(firewall) 命令代码 注释说明 iptables -t filter -L 显示过滤表的所有链路 iptables -t nae -L 显示nat表的所有链路 iptables -t filter -F 以过滤表... 互联网教程技能精进# iptables -t filter -A FORWARD -p tcp --dport pop3 -j ACCEPT# iptables -t filter -A INPUT -j LOG --log-prefix# iptables -t filter -A INPUT -p tcp --dport telnet -j ACCEPT 3天前020