SELINUX=enforcing 改为 SELINUX=disabled #注释掉 #SELINUXTYPE=targeted 重启服务reboot 2.firewalld服务 firewalld服务启用/停用 启动一个服务:systemctl start firewalld.service 关闭一个服务:systemctl stop firewalld.service 重启一个服务:systemctl restart firewalld.service 显示一个服务的状态:systemctl ...