网络:Virtual PC 2007 无法使用 NAT 访问主机

发布于 07-16 15:46 字数 255 浏览 14 评论 0原文

我无法使用计算机名称(即 WINS)从访客计算机访问我的主机。 我可以使用它当时拥有的任何 IP 地址来访问它,但我需要一种一致的访问方式(即使我不在线)。

我有一台 Windows Server 2003 来宾虚拟机和一台 Vista 主机。 我正在使用共享网络 (NAT)。 我正在运行 Microsoft Virtual PC 2007 SP1。 我已将 DNS 服务器设置为 192.168.131.254,其他都是 DHCP。 任何帮助表示赞赏。

I can't access my host machine from my guest machine using the computer name (i.e. WINS). I can access it using whatever IP address it happens to have at the time, but I need a consistent way of accessing it (even if I'm not online).

I have a Windows Server 2003 guest virtual machine and a Vista host. I'm using Shared Networking (NAT). I'm running Microsoft Virtual PC 2007 SP1. I've set my DNS server to 192.168.131.254 and everything else is DHCP. Any help is appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

赠意2024-07-23 15:46:09

在 Vista 主机系统上的 windows 主机文件中创建域名:

 C:\WINDOWS\system32\drivers\etc\hosts 

 172.16.16.4    localserver

以下是解释它的博客:

http://blog.flexulous.com/2007/02/04/virtual-pc-ip-路由启用-vpc-nat-loopback-connector-at-the-same-time/

Make a domain name in the windows hosts file on the Vista Host system:

 C:\WINDOWS\system32\drivers\etc\hosts 

 172.16.16.4    localserver

Here is the blog that explains it:

http://blog.flexuous.com/2007/02/04/virtual-pc-ip-routing-enabling-vpc-nat-loopback-connector-at-the-same-time/

心安伴我暖2024-07-23 15:46:09

你没有提到网络设置。 如果您碰巧控制路由器(例如家庭网络),您有几个选择。

  • 动态 DNS 更新。 当主机通过 DHCP 获取其 IP 地址时,它可以使用其主机名自动更新其 DNS 记录。 这类似于 dyndns 等服务,但也可以在无需网络访问的本地网络上运行。
  • 静态 DHCP 分配 - 将 IP 地址分配到路由器上的 MAC 地址关系,以便每次从该 MAC 发出 DHCP 请求时,它总是会获得相同的 IP 地址。 然后您可以将此地址添加到您的主机文件中,以便通过名称进行访问。

另一种选择是在主机和访客上设置静态环回设备,并将它们放置在自己的专用网络中。 这样,IP 地址就永远不会改变。 然后,您可以将相应的 IP 地址添加到每台计算机的主机文件中,以按名称引用。

You didn't mention the network setup. If you happen to control the router, such as a home network, you've got a couple of options.

  • Dynamic DNS updates. When a host gets it's IP address via DHCP, it can automatically update it's DNS records with it's hostname. This is similar to services such as dyndns, but also works on your local network without net access.
  • Static DHCP Assignments - Assign an IP address to MAC Address relationship on the router, so that every time a DHCP request is sent out from that MAC, it will always get the same IP address. Then you can add this address to your hosts file for access via name.

Another option would be to setup a static loopback device on both the host and the guest and place them in their own private network. That way, the IP address will never change. Then, you can add the corresponding IP addresses into the host files of each respective machine to reference by name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文