永久关闭selinux | 防火墙

Posted 昌北F4

tags:

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

关闭SELinux的两种方法

1 永久方法 – 需要重启服务器

修改/etc/selinux/config文件中设置SELINUX=disabled ,然后重启服务器。

2 临时方法 – 设置系统参数

使用命令setenforce 0

附:
setenforce 1 设置SELinux 成为enforcing模式
setenforce 0 设置SELinux 成为permissive模式

谢谢!

centos6 关闭防火墙

service iptables stop  临时关闭

chkconfig iptables off   禁止防火墙开机自启

谢谢

CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下

1、直接关闭防火墙

firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)

systemctl stop firewalld.service #停止firewall

systemctl disable firewalld.service #禁止firewall开机启动

最后重启系统使设置生效即可。

谢谢

 

以上是关于永久关闭selinux | 防火墙的主要内容,如果未能解决你的问题,请参考以下文章

永久关闭Linux的防火墙

rhel7的基本操作(查看IP配置,关闭防火墙,临时或永久关闭selinux,常用命令操作)

linux关防火墙和SElinux

Linux关闭防火墙和关闭SELinux命令

centos 7 防火墙

docker安装