centos7 关闭防护墙
centos6 里面的默认防火墙 是 iptables,
所有 使用 service iptables stop 就可以停止防火墙了。
但是 centos7 里面的 防火墙 叫做 firewalld
所以使用 service firewall stop 可以停止。
但是 现在 已经 建议使用 systemctl 命令代替 service 命令了。
停止使用: systemctl stop firewalld 停用 。
禁止开机启动 :systemctl distable firewalld
能耍的时候就一定要耍,不能耍的时候一定要学。
天道酬勤,贵在坚持
posted on 2018-09-10 12:01 zhangyukun 阅读(271) 评论(0) 编辑 收藏 举报