关闭linux的防火墙
Posted zhaijihai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关闭linux的防火墙相关的知识,希望对你有一定的参考价值。
有两道防火墙
第一道
iptables -L iptables -F systemctl disable firewalld
第二道
[[email protected] ~]# getenforce Enforcing [root@python3 ~]# setenforce 0 [[email protected] ~]# getenforce
设置在开机时就关闭
vim /etc/selinux/config
将文件的SELINUX的值改为0
SELINUX=0
以上是关于关闭linux的防火墙的主要内容,如果未能解决你的问题,请参考以下文章