2016年3月10日
摘要: 如果本机做FTP被访问iptables -I INPUT -p tcp --dport 21 -m state --state NEW -j ACCEPT //开放21端口iptables -I INPUT -p tcp --dport 22 -m state --state NEW -j ACCE 阅读全文
posted @ 2016-03-10 19:08 CloudSalt 阅读(164) 评论(0) 推荐(0)