Linux 关闭防火墙(6/7/8)

Posted Lucifer三思而后行

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 关闭防火墙(6/7/8)相关的知识,希望对你有一定的参考价值。

Linux 6

service iptables stop
chkconfig iptables off
service ip6tables stop
chkconfig ip6tables off
service iptables status

Linux 7/8

systemctl stop firewalld.service
systemctl disable firewalld.service
systemctl status firewalld.service

以上命令直接执行即可!


本次分享到此结束啦~

如果觉得文章对你有帮助,点赞、收藏、关注、评论,一键四连支持,你的支持就是我创作最大的动力。

❤️ 技术交流可以 关注公众号:Lucifer三思而后行 ❤️

以上是关于Linux 关闭防火墙(6/7/8)的主要内容,如果未能解决你的问题,请参考以下文章

在 CentOS 8 上实现PXE自动化安装 CentOS 6,7,8

为啥 torch.FloatTensor([[[0,1,2],[3,4,5]],[[6,7,8],[9,10,11]]]) 的大小是 [2,2, 3]? [关闭]

如何用JS捕捉 浏览器关闭事件,我想在浏览器关闭的时候记录一些日志。要兼容Firefox和IE 6、7、8 !3Q....

Linux下单机安装部署kafka及代码实现

Linux如何关闭防火墙

刚装完linux系统,我刚如何关闭我的防火墙呢?