Virtualbox 通过 url 访问访客上的 Web 服务
我运行 Windows 7 作为主机,并运行 ubuntu 11.04 作为访客。 这将是通过定义的 url 从主机访问来宾上的网络服务器的最佳方式 (反之亦然) 例如 http://myvirtualbox 和 http://myhost
现在我已经配置了一个网桥,但是访客每次都会分配到不同的IP。一个简单的解决方案是分配一个静态 IP 并在每台机器上本地配置名称解析,但也许还有其他方法(也许是内部网络?)
im running windows 7 as host and ubuntu 11.04 as guest.
Which would be the best way to access a webserver on a guest from host via a defined url
(and vise versa)
e.g http://myvirtualbox and http://myhost
For now i have configured a network bridge, but the guest is gets a different ip assigned everytime. A simple solution would be to assign a staic ip and configure a name resolution localy on each machine, but maybe there is an other way (internal netwok perhaps?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以修改计算机上的主机文件,以将主机名映射到计算机的 IP 地址(并将其 IP 地址更改为静态)。
或者另一个更灵活(更多主机,新机器集成更快)的选项:您需要设置 DNS 服务,配置机器以与其一起工作,然后将 DNS 的 IP 添加为您的名称服务器中的名称服务器。供主机使用的网络适配器。
这将是一个更加灵活、可维护和可扩展的解决方案。
但从表面上看,如果您想要 10 分钟修复,请选择第一个选项。有很多关于它的教程。
You can modify the hosts file on machines to map the hostname to the IP addresses of the machines (and change their IP addresses to static).
Or another more flexible (more hosts, faster integration for new machines) option: you're going to want to set up a DNS service, configure the machines to work with it, then add the IP of the DNS as a name server in your network adapter for the hosts to use.
That will be a more flexible, maintainable and scalable solution.
From the looks of it though, if you want a 10 minute fix, go for the first option. There are lots of tutorials on it.