centos禁用防火墙

Posted jiangxiaoge1023

tags:

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

centos 7: systemctl stop firewalld.service #停止 systemctl disable firewalld.service #禁用 之前的版本: service iptables stop #停止 chkconfig iptables off #禁用

以上是关于centos禁用防火墙的主要内容,如果未能解决你的问题,请参考以下文章