CentOS 7 查看和设置防火墙状态

CentOS7 默认使用的是firewall作为防火墙

查看防火墙状态

firewall-cmd --state

停止firewall

systemctl stop firewalld.service

开启firewall

firewall-cmd --state

禁止firewall 开机启动

systemctl disable firewalld.service

原文地址:https://www.cnblogs.com/tim-eff/p/10797158.html