Linux關閉防火牆命令

2021-09-27 16:13:43 字數 554 閱讀 9441

問題:老是關閉防火牆太麻煩,所以選擇徹底關閉防火牆,發現每次都記不住命令!

下面是red hat/centos7關閉防火牆的命令!

systemctl status firewalld

service  iptables status

systemctl stop firewalld

service  iptables stop

systemctl disable firewalld

chkconfig iptables off

systemctl enable firewalld

service iptables restart

//暫時還沒有試過

chkconfig iptables on

Linux關閉防火牆命令

linux關閉防火牆命令 1 永久性生效,重啟後不會復原 開啟 chkconfig iptables on 關閉 chkconfig iptables off 2 即時生效,重啟後復原 開啟 service iptables start 關閉 service iptables stop 3 在開啟了...

Linux關閉防火牆命令

linux關閉防火牆命令 1 永久性生效,重啟後不會復原 開啟 chkconfig iptables on 關閉 chkconfig iptables off 2 即時生效,重啟後復原 開啟 service iptables start 關閉 service iptables stop 3 在開啟了...

Linux關閉防火牆命令

1 永久性生效,重啟後不會復原 開啟 chkconfig iptables on 關閉 chkconfig iptables off 2 即時生效,重啟後復原 開啟 service iptables start 關閉 service iptables stop 3 在開啟了防火牆時,做如下設定,開啟...