CentOS 7.0默认使用的是firewall作为防火墙,所以要关闭防火墙不能使用service iptables stop,而是:
关闭:systemctl stop firewalld.service
打开:systemctl start firewalld.service
重启:systemctl restart firewalld.service
永久关闭|打开防火墙:systemctl diasble | enable firewalld.service
使用下面命令查看防火墙状态,显示runnig说明已经打开
firewall-cmd --state
查看端口号是否打开,以下用666端口为例:
firewall-cmd --reload --添加之后,需要执行此命令重新载入配置
(责任编辑:joker) 部分网站内容及图片来源于网络,如有侵权或违规内容请联系管理员删除!