centos7
[root@localhost ~]# cat /etc/redhat-release
centos linux release 7.2.1511 (core)
1.關閉firewall
[root@localhost ~]# systemctl stop firewalld.service //停止firewall
[root@localhost ~]# systemctl disable firewalld.service //禁止firewall開機啟動
2.安裝iptables
[root@localhost ~]# yum install iptables-services //安裝
[root@localhost ~]# systemctl restart iptables.service #重啟防火牆使配置生效
[root@localhost ~]# systemctl enable iptables.service #設定防火牆開機啟動
[root@localhost ~]# systemctl disable iptables.service #禁止防火牆開機啟動
centos6
[root@localhost ~]# service iptable status ---檢視防火牆狀態
[root@localhost ~]#servcie iptables stop --臨時關閉防火牆
[root@localhost ~]#service iptables start --臨時啟動防火牆
[root@localhost ~]#service iptables restart --重啟防火牆
[root@localhost ~]#chkconfig iptables off --永久關閉防火牆
[root@localhost ~]#chkconfig iptables on --永久開啟防火牆
iptable防火牆詳解
一.基本格式 1.iptable t 表 命令選項 連名 匹配條件 j 動作 2.常用命令選項如下 二.舉例 iptable t filter f 清空filter表中所有規則 iptable t filter z 清空filter表中的計數器值 iptable t filter x 清除filte...
iptable防火牆詳解
一.基本格式 1.iptable t 表 命令選項 連名 匹配條件 j 動作 2.常用命令選項如下 二.舉例 iptables t filter f 清空filter表中所有規則 iptables t filter z 清空filter表中的計數器值 iptables t filter x 清除fi...
iptable防火牆詳解
iptable防火牆詳解 一.基本格式 1.iptable t 表 命令選項 連名 匹配條件 j 動作 2.常用命令選項如下 二.舉例 iptable t filter f 清空filter表中所有規則 iptable t filter z 清空filter表中的計數器值 iptable t fil...