05月08, 2018

CentOS 7关闭防火墙

CentOS是真的难用,CentOS 7与CentOS 6不一样,CentOS 6使用的是iptables,直接/etc/init.d/iptables stop就可以关闭了,但CentOS 7使用的是firewall,所以:

systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动

这个写得挺详细的:https://www.cnblogs.com/eaglezb/p/6073739.html


UPDATE:

WXC教了我一哈:

systemctl disable firewalld --now,首先.service是可以省略的,然后stop+disable可以用--now。

我滴孩来学到了!

本文链接:https://debug.fanzheng.org/post/disable-firewall-in-centos7.html

-- EOF --

Comments

评论加载中...

注:如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理。