centos 7:
systemctl stop firewalld.service #停止
systemctl disable firewalld.service #禁用
之前的版本:
service iptables stop #停止
chkconfig iptables off #禁用
CentOS7 关闭防火墙
最新推荐文章于 2020-07-21 21:09:38 发布
本文介绍如何在CentOS7中操作防火墙服务,包括停止(systemctl stop firewalld.service)、禁用(systemctl disable firewalld.service)防火墙服务的方法。同时也提供了旧版本系统中使用iptables进行相应操作的指令。

1万+

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



