Centos7學習三關閉防火牆和SElinux

2021-09-10 18:26:51 字數 751 閱讀 7749

臨時關閉防火牆

systemctl stop firewalld

臨時開啟防火牆

systemctl start firewalld

永久關閉防火牆

systemctl disable firewalld

防火牆開啟啟動

systemctl enable firewalld

檢視防火牆狀態

systemctl status firewalld

防火牆開啟狀態

防火牆關閉狀態

臨時關閉selinux

setenforce 0

臨時開啟selinux

setemforce 1

檢視selinux狀態

永久關閉selinux

vi /etc/selinux/config

將selinux的值設為disable

Centos7 關閉防火牆

centos7 關閉防火牆 centos 7.0預設使用的是firewall作為防火牆,使用iptables必須重新設定一下 1 直接關閉防火牆 systemctl stop firewalld.service 停止firewall systemctl disable firewalld.servi...

Centos7 關閉防火牆

1 直接關閉防火牆 systemctl stop firewalld.service 停止firewall systemctl disable firewalld.service 禁止firewall開機啟動 2 設定 iptables service yum y install iptables ...

centos7關閉防火牆

有時候,在linux系統能訪問的服務,在windows系統下不能訪問到linux系統內的服務,很可能就是linux系統的防火牆在作怪。1.檢視防火牆的狀態 firewall cmd state windows7系統訪問 192.168.159.131 出現 關閉centos7的防火牆 systemc...