Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 /var/www/virtualhost 目录中的本地主机上运行了虚拟主机。如何从 Windows 7 虚拟机上的浏览器访问 ubuntu 的 localhost?谢谢
您需要将 Windows 客户机的网络选项设置为 NAT。完成此操作后,Windows 机器的默认网关将是您的主机 IP 地址,您将能够从浏览器访问。
您可以从 VM 设置下的 GUI 或使用 VBoxManage modifyvm nic1 nat 从命令行配置网络