CentOS7如何关闭防火墙
查看防火墙状态
使用命令:systemctl status firewalld.service
关闭运行的防火墙
使用命令:systemctl stop firewalld.service
禁止防火墙服务器
输入命令:systemctl disable firewalld.service
查看防火墙状态
使用命令:systemctl status firewalld.service
关闭运行的防火墙
使用命令:systemctl stop firewalld.service
禁止防火墙服务器
输入命令:systemctl disable firewalld.service
转载于:https://www.cnblogs.com/lojun/p/11236442.html