永久关闭Linux的防火墙
Posted RootEvils
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了永久关闭Linux的防火墙相关的知识,希望对你有一定的参考价值。
重启网络服务,加载网卡配置文件
systemctl restart network
清空防火墙规则
iptables -F
关闭selinux防火墙
vi /etc/selinux/config
修改如下配置
SELINUX=disabled
重启服务器
reboot
以上是关于永久关闭Linux的防火墙的主要内容,如果未能解决你的问题,请参考以下文章