"));
上次安装完lnmp等环境遇到过一切都装好了,最后浏览器访问不了。最后才知道是iptables的原因。
a.添加.允许访问端口{21: ftp, 80: http}.
# iptables -i input -p tcp --dport 80 -j accept
# iptables -i rh-firewall-1-input -m state –state new -m tcp -p tcp –dport 21 -j accept
#
iptables -i rh-firewall-1-input -m state –state new -m tcp -p tcp –dport 80 -j accept
b.或者关闭防火墙(不推荐).
# service iptables stop
c.重置加载防火墙
# service iptables restart
posted on 2011-12-01 00:45 -274°c 阅读(1236) 评论(0)  编辑  收藏 所属分类: linux

只有注册用户后才能发表评论。


网站导航:
              
 
网站地图