问题现象:
执行systemctl stop firewalld命令后,再执行systemctl status firewalld查询状态显示关闭,但是端口仍然不通,使用firewall-cmd --state查询显示runing
解决方案:
pkill -f firewalld
systemctl stop firewalld
firewall-cmd --state
问题现象:
执行systemctl stop firewalld命令后,再执行systemctl status firewalld查询状态显示关闭,但是端口仍然不通,使用firewall-cmd --state查询显示runing
解决方案:
pkill -f firewalld
systemctl stop firewalld
firewall-cmd --state