1.1
上一页 1 ··· 12 13 14 15 16
摘要: 首先两条指令清除默认规则: iptables -F iptables -X iptables -Z 添加一条规则到INPUT链:22端口tcp连接: iptables -A INPUT -p tcp --dport 22 -j ACCEPT 然后三条指令设置规则: iptables -P INPUT 阅读全文
posted @ 2017-07-01 12:50 asml 阅读(278) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16
@.@