linux系统关闭防火墙命令

linux系统关闭防火墙命令,第1张

Centos关闭防火墙直接可以使用iptables -F,这个命令是直接关闭所有策略。

如果需要关闭整个防火墙服务,可以直接使用service stop iptables.service或者最新的centos7用这个命令,sysremctl stop firewalld,然后再用这个命令禁用防火墙:systemctl mask firewalld。

Ubuntu和debian系统可以直接使用 ufw disable或者直接卸载防火墙即可:apt-get remove iptables

centos

7防火墙是firewalld

#

关闭firewalld

systemctl

stop

firewalld.service

#

启动firewalld

systemctl

start

firewalld.service

#

把firewalld加入到系统服务

systemctl

enable

firewalld.service

#

从系统服务移除

systemctl

disable

firewalld.service


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8942400.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-23
下一篇 2023-04-23

发表评论

登录后才能评论

评论列表(0条)

保存