vmware8中装了两个centos6.5,其中一个搭建了hadoop-1.1.2,伪分布式,在centos上可以访问自己的 localhost:50070,但是在另一台centos上和windows下,不能访问。之前已经将装了hadoop的centos防火墙关闭了,能ping通,就是不能用域名:端口号访问。装了hadoop的centos是可以访问我在windows下搭建的apache的,就是下一个wampserver装一下就行。
最后查到了,仅仅关闭防火墙并不行。应该再开启,再关闭
开启: service iptables start
关闭: service iptables stop
解决虚拟机(linux系统)ping不同主机,主机可以ping通虚拟机的:http://www.linuxdiyf.com/linux/14377.html
windows平台下安装linux虚拟机,宿主机与虚拟机ping不通:http://www.linuxdiyf.com/linux/14038.html
ubuntu ping响应慢 延迟严重的解决:http://www.linuxdiyf.com/linux/14146.html
主机+虚拟机Ubuntu+开发板互相ping通:http://www.linuxdiyf.com/linux/6768.html
VMware的中Linux与PC的ping不通的原因及解决办法:http://www.linuxdiyf.com/linux/7594.html