1.查看防火墙 firewall 的状态
firewall-cmd --state
或者
systemctl status firewalld
2.停止防火墙 firewall
systemctl stop firewalld.service
3.禁止防火墙 firewall开机启动
systemctl disable firewalld.service
这篇文章介绍了如何查看firewall的状态,使用firewall-cmd或systemctlstatus命令。接着,它指导读者如何停止firewalld服务,并防止其在系统启动时自动运行。
1.查看防火墙 firewall 的状态
firewall-cmd --state
或者
systemctl status firewalld
2.停止防火墙 firewall
systemctl stop firewalld.service
3.禁止防火墙 firewall开机启动
systemctl disable firewalld.service
1万+
2万+
9100
9181
7771

被折叠的 条评论
为什么被折叠?
