`

Linux 防火墙端口设置

阅读更多
[size=medium] 搭建好服务器后,本机可以正常访问,外部机器无法正常访问,防火墙问题:

1.在/etc/sysconfig/iptables里添加
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT


2.重启iptables
[root@localhost ~]# /etc/init.d/iptables restart


3.看下状态
[root@localhost ~]# /etc/init.d/iptables status
[/size]
分享到:
评论
3 楼 coderlu 2014-06-06  
嗯,在CentOS里试验成功。
2 楼 yangpeihai 2012-07-15  
1 楼 whynot 2011-10-26  

相关推荐

Global site tag (gtag.js) - Google Analytics