禁用CentOS
中的防火墙
查看防火墙状态
代码语言:txt复制systemctl status firewalld.service
active(running)
显示防火墙处于激活状态
停止运行防火墙
代码语言:txt复制systemctl stop firewalld.service
systemctl status firewalld.service
inactive(dead)
防火墙进程处于未激活状态,停止服务成功
禁止防火墙自启动
代码语言:txt复制systemctl disable firewalld.service
防火墙的开启和自启动
代码语言:txt复制systemctl start firewalld.service
systemctl enable firewalld.service
【注意事项】
CentOS
系统默认防火墙都是开启的没有必要可以不关闭
默认开启的防火墙可能影响某些远程软件的使用