首页 > 代码库 > 宿主机mac os无法连接到虚拟机centos
宿主机mac os无法连接到虚拟机centos
宿主机:
Mac OS 10.9.2
虚拟机:
[root@localhost ~]# cat /etc/redhat-release
CentOS release 6.4 (Final)
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
虚拟机是通过vagrant up启动的
端口映射已经在Vagrantfile里配置
config.vm.network :forwarded_port, guest: 80, host: 9098
config.vm.network :public_network
问题:
宿主机无法连接到虚拟机。
解决方法:
关闭虚拟机的防火墙
[root@localhost ~]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ]
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。