2018年10月18日
摘要: lsof -i tcp:80 列出所有端口 netstat -ntlp 1、开启端口(以80端口为例) #方法一: /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 写入修改 /etc/init.d/iptables save 保存修改 serv 阅读全文
posted @ 2018-10-18 10:21 dupengfei 阅读(10730) 评论(0) 推荐(0) 编辑
摘要: CentOS 7.5 ——如何开放80、8080、3306等端口 ——说明:CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙——1、关闭firewall: systemctl stop firewalld.service systemctl disable 阅读全文
posted @ 2018-10-18 09:51 dupengfei 阅读(332) 评论(0) 推荐(0) 编辑