无法访问具有桥接网络虚拟主机的 CentOS VM
我在 MacBook Pro 上创建了一个 CentOS 虚拟机(使用 VirtualBox),并将以太网设置为桥接。因此,VM 有自己的静态 IP 地址 192.168.1.111
在 VM 上的“hosts”文件中,我得到了:
127.0.0.1 dev.example.com
在 MacBook Pro(主机)上的“hosts”文件中,我得到了:
192.168.1.111 dev.example.com
现在,该站点在虚拟机内工作正常,但无法从主机 MacBook Pro 中提取任何内容...
我实际上花了 2 天尝试设置该网络,但我不知道问题是什么。
I’ve created a VM (with VirtualBox) of CentOS on my MacBook Pro with the ethernet set to Bridged. So, the VM has its own static IP address of 192.168.1.111
Within the “hosts” file on the VM, I’ve got:
127.0.0.1 dev.example.com
Within the “hosts” file on my MacBook Pro (the host machine), I’ve got:
192.168.1.111 dev.example.com
Now the site works fine from within the VM, but doesn’t pull up anything from the host MacBook Pro…
I’ve spent literally 2 days trying to setup this network and I have no idea what the issue is.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 CentOS 防火墙。它不允许传入 HTTP 请求。与我的主机文件无关。
It was the CentOS Firewall. It wasn't allowing incoming HTTP requests. Had nothing to do with my hosts files.