轉(zhuǎn)自:
http://www./chenlb/archive/2008/05/01/197648.html 想搭個服務(wù)器,但外面訪問不到,是防火墻的原因,把端口設(shè)置一下就行。
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.看下狀態(tài) [root@localhost ~]# /etc/init.d/iptables status |
|