CentOS中iptables防火牆 開放80連接埠方法

來源:互聯網
上載者:User

開放連接埠:

 代碼如下 複製代碼

[root@WX32 ~]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT

儲存配置:

 代碼如下 複製代碼

[root@WX32 ~]# service iptables save
Saving firewall rules to /etc/sysconfig/iptables:          [  OK  ]

重啟防火牆:

 代碼如下 複製代碼

[root@WX32 ~]# service iptables restart
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter                    [  OK  ]
Unloading iptables modules:                                [  OK  ]
Applying iptables firewall rules:                          [  OK  ]
Loading additional iptables modules: ip_conntrack_netbios_n[  OK  ]

查看配置:

 代碼如下 複製代碼

[root@WX32 ~]# service iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num  target     prot opt source               destination        
1    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:80

連接埠查看方法:

 代碼如下 複製代碼

[root@vcentos ~]# /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 0.0.0.0/0 udp dpt:80

2 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80

3 RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0

Chain FORWARD (policy ACCEPT)

num target prot opt source destination

1 RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0


補充:

查看CentOS防火牆資訊:/etc/init.d/iptables status

關閉CentOS防火牆服務:/etc/init.d/iptables stop

檢查是不是伺服器的80連接埠被防火牆堵了,可以通過命令:telnet server_ip 80 來測試。

 代碼如下 複製代碼

1>.解決方案如下:

/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT

2>.然後儲存:

/etc/rc.d/init.d/iptables save

3>.重啟防火牆

/etc/init.d/iptables restart

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.