新Linux命令 — IPTABLES(firewall) 互联网教程技能精进# 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天前030