1、 端口开放 /sbin/iptables -I INPUT -p tcp –dport 80 -j ACCEPT2、 保存配置 /etc/rc.d/init.d/iptables save3、 重启防火墙 /etc/init.d/iptables restart 相关文章: