标签:art table 永久 oca etc 代码 local host off
[root@localhost html]# /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
[root@localhost html]# /etc/init.d/iptables save
[root@localhost html]# /etc/init.d/iptables restart
三句代码,主机已可访问虚拟机的nginx服务。
CentOS防火墙的关闭,关闭其服务即可:
查看CentOS防火墙信息:/etc/init.d/iptables status
关闭CentOS防火墙服务:/etc/init.d/iptables stop
永久关闭防火墙:
chkconfig –level 35 iptables off
标签:art table 永久 oca etc 代码 local host off
原文地址:http://www.cnblogs.com/fangxijun/p/7350372.html