centos禁用防火墙
Posted jiangxiaoge1023
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos禁用防火墙相关的知识,希望对你有一定的参考价值。
centos 7: systemctl stop firewalld.service #停止 systemctl disable firewalld.service #禁用 之前的版本: service iptables stop #停止 chkconfig iptables off #禁用以上是关于centos禁用防火墙的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7 禁用firewall防火墙 启用iptables 步骤
centos服务器如何监控访问ip,并将非法ip通过防火墙禁用