1、 檢視防火牆的狀態
[root@vpnss ~]# /etc/init.d/iptables status2、 臨時關閉防火牆table: filter
chain input (policy accept)
num target prot opt source destination
1 accept udp -- 0.0.0.0/0 0.0.0.0/0 state new udp dpt:8888
2 accept tcp -- 0.0.0.0/0 0.0.0.0/0 state new tcp dpt:8888
3 accept all -- 0.0.0.0/0 0.0.0.0/0 state related,established
4 accept icmp -- 0.0.0.0/0 0.0.0.0/0
5 accept all -- 0.0.0.0/0 0.0.0.0/0
6 accept tcp -- 0.0.0.0/0 0.0.0.0/0 state new tcp dpt:22
7 reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
8 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
chain forward (policy accept)
num target prot opt source destination
1 reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
chain output (policy accept)
num target prot opt source destination
1 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:80
[root@vpnss ~]# /etc/init.d/iptables stopiptables: setting chains to policy accept: filter [ ok ]
iptables: flushing firewall rules: [ ok ]
iptables: unloading modules: [ ok ]
3、 檢視關閉後的狀態
[root@vpnss ~]# /etc/init.d/iptables statusiptables: firewall is not running.
命令:chkconfig --level 2345 iptables off
或者chkconfig iptables off
其中2345 代表」執行等級「
等級0表示:表示關機
等級1表示:單使用者模式
等級2表示:無網路連線的多使用者命令列模式
等級3表示:有網路連線的多使用者命令列模式
等級4表示:不可用
等級5表示:帶圖形介面的多使用者模式
等級6表示:重新啟動
1、 檢視防火牆的狀態
[root@vpnss ~]# /etc/init.d/iptables status2、 臨時關閉防火牆table: filter
chain input (policy accept)
num target prot opt source destination
1 accept udp -- 0.0.0.0/0 0.0.0.0/0 state new udp dpt:8888
2 accept tcp -- 0.0.0.0/0 0.0.0.0/0 state new tcp dpt:8888
3 accept all -- 0.0.0.0/0 0.0.0.0/0 state related,established
4 accept icmp -- 0.0.0.0/0 0.0.0.0/0
5 accept all -- 0.0.0.0/0 0.0.0.0/0
6 accept tcp -- 0.0.0.0/0 0.0.0.0/0 state new tcp dpt:22
7 reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
8 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
chain forward (policy accept)
num target prot opt source destination
1 reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
chain output (policy accept)
num target prot opt source destination
1 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:80
[root@vpnss ~]# /etc/init.d/iptables stopiptables: setting chains to policy accept: filter [ ok ]
iptables: flushing firewall rules: [ ok ]
iptables: unloading modules: [ ok ]
3、 檢視關閉後的狀態
[root@vpnss ~]# /etc/init.d/iptables statusiptables: firewall is not running.
命令:chkconfig --level 2345 iptables off
或者chkconfig iptables off
其中2345 代表」執行等級「
等級0表示:表示關機
等級1表示:單使用者模式
等級2表示:無網路連線的多使用者命令列模式
等級3表示:有網路連線的多使用者命令列模式
等級4表示:不可用
等級5表示:帶圖形介面的多使用者模式
等級6表示:重新啟動
Linux centos6 8下關閉防火牆
1 檢視防火牆的狀態 root vpnss etc init.d iptables status table filter chain input policy accept num target prot opt source destination 1 accept udp 0.0.0.0 0 ...
U盤安裝Linux CentOS 6 8 系統
1 插入u盤在伺服器中的usb介面 2 選擇啟動的u盤進入裝系統的頁面 3 選擇english,按ok 4 選uefi sandisk cruzer edge 1.26 5 選 us 按 ok 6 選擇 hard drive 按ok 7 選擇 dev sdb4 按 ok 8 選擇 basic sto...
linux centos6 8 伺服器環境配置
上乙個伺服器到期了,續費要六百多。最近趕上活動在阿里雲 此處應有廣告費 花兩百多大洋買了一年香港的。近期又重新配置了一遍伺服器,特此記錄備忘,防止下一次再換伺服器。我的伺服器系統為 centos6.8wget tar xvf node v6 9.5 linux x64 tar.xz c opt op...