摘要: 查看所有端口 netstat -ntlp 1、开启端口(以80端口为例) 方法一: /sbin/iptables -I INPUT -p tcp --dport 端口号 -j ACCEPT 写入修改 /etc/init.d/iptables save 保存修改 service iptables re 阅读全文
posted @ 2016-12-22 13:41 紅_塵 阅读(19312) 评论(0) 推荐(0) 编辑