您好,登錄后才能下訂單哦!
RHEL7中怎么關閉firewalld和SElinux,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
1、關閉fireealld防火墻
a. 先查看防火墻狀態
[root@bogon ~]# systemctl status firewalld
--------------------------------------------------------------------------
|firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled)
Active: active (running) since 一 2015-05-25 22:53:54 CST; 3min 18s ago
Main PID: 979 (firewalld)
CGroup: /system.slice/firewalld.service
└─979 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
5月 25 22:53:54 localhost.localdomain systemd[1]: Started firewalld - dynami...
Hint: Some lines were ellipsized, use -l to show in full.|
b、關閉fireealld防火墻
[root@bogon ~]# systemctl stop firewalld //停止防火墻
c、查看防火墻服務是否開機啟動
[root@bogon ~]# systemctl is-enabled firewalld
enabled #開啟
d、關閉防火墻開機啟動
[root@bogon ~]# systemctl disable firewalld
rm '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service' //刪除
rm '/etc/systemd/system/basic.target.wants/firewalld.service' //刪除
[root@bogon ~]# systemctl is-enabled firewalld
disabled //關閉
2、關閉SELinux
1、查看當前SELinux狀態
[root@bogon ~]# getenforce
結果:Enforcing
2、關閉SELinux
[root@bogon ~]# setenforce 0
[root@bogon ~]# getenforce
結果:Permissive
3. 編輯配置文件
[root@bogon ~]# vim /etc/selinux/config
結果:
#This file controls the state of SELinux on the system.
#SELINUX= can take one of these three values:
#enforcing - SELinux security policy is enforced.
#permissive - SELinux prints warnings instead of enforcing.
#disabled - No SELinux policy is loaded.
SELINUX=permissive **#修改此參數**
#SELINUXTYPE= can take one of three two values:
#targeted - Targeted processes are protected,
#minimum - Modification of targeted policy. Only selected processes are protected.
#mls - Multi Level Security protection.
SELINUXTYPE=targeted
關于RHEL7中怎么關閉firewalld和SElinux問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。