[root@gateway /]# iptables -A INPUT -p tcp -s 192.168.1.60 -j REJECT 封掉IP为1.60机器 # iptables -D INPUT -p tcp -s 192.168.1.60 -j REJECT 删除 [root@gateway /]# iptables -A [...]