标签:火墙 mct firewall 关闭防火墙 fir not plain linux disable
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl start firewalld.service
firewall-cmd --state #查看默认防火墙状态 关闭后显示notrunning,开启后显示running
标签:火墙 mct firewall 关闭防火墙 fir not plain linux disable
原文地址:https://www.cnblogs.com/wuhl-89/p/9054681.html