linux 防火牆的開啟和關閉

2021-05-27 04:43:56 字數 349 閱讀 2181

1 .檢視linux防火牆的開啟關閉情況:

[root@localhost soft]# chkconfig iptables --list

iptables           0:關閉    1:關閉    2:啟用    3:啟用    4:啟用    5:啟用    6:關閉

linux有六個執行級別,0(關機),1單使用者,2多使用者(無nfs),3完全多使用者,4(未使用),5圖形介面x11,6重啟

2. 即使生效的開啟和關閉防火牆iptables服務重啟:service iptables restart

iptables服務禁用:service iptables stop

Linux防火牆關閉開啟

今日在linux測試環境上裝了乙個tomcat,在windows本機上訪問無果 在linux 192.168.10.97 機器上,執行wget 能夠正常獲取資料。於是斷定是防火牆開啟了。於是查詢linux防火牆關閉的方法 檢視防火牆狀態 chkconfig iptables list 1 重啟後生效...

Linux防火牆的關閉和開啟

1 重啟後生效 開啟 chkconfig iptables on 關閉 chkconfig iptables off 2 即時生效,重啟後失效 開啟 service iptables start 關閉 service iptables stop 需要說明的是對於linux下的其它服務都可以用以上命令...

Linux防火牆的關閉和開啟

1 重啟後生效 開啟 chkconfig iptables on 關閉 chkconfig iptables off 2 即時生效,重啟後失效 開啟 service iptables start 關閉 service iptables stop 需要說明的是對於linux下的其它服務都可以用以上命令...