CentOS7关闭防火墙的方法
1、首先登录到操作系统界面

3、输入命令停止防火墙运行systemctl stop firewalld.service

5、再次查看防火墙状态firewall-cmd --state ,已经为not running,至此配置完成,即便重启机器防火墙也不会再启动。

1、首先登录到操作系统界面
3、输入命令停止防火墙运行systemctl stop firewalld.service
5、再次查看防火墙状态firewall-cmd --state ,已经为not running,至此配置完成,即便重启机器防火墙也不会再启动。