从另一台虚拟机ping VM

我有两个虚拟机,不能ping /访问彼此。

我正在virtualbox中设置交换服务器和域控制器作为访客机器。 包括主机在内的所有机器都运行Windows Server Datacenter 2008 R2。 我有我的networking设置为“桥接”,静态IP设置在虚拟机和主机(但不是在networking适配器上)。 两台机器都可以从外面ping,并且可以ping外面。 机器都在同一个ip子网上。 主机也可以ping两台虚拟机。

概要:

  • 服务器可以ping除其他虚拟机的所有内容
  • networking在虚拟机中设置为桥接模式
  • 服务器正在运行Datacenter 2008 R2
  • 交易所是2010年标准

IP的如下所示:

  • 交换服务器:172.16.10.14
  • 域控制器:172.16.10.24
  • 主持人:172.16.10.4
  • DNS:8.8.8.8
  • 默认网关:172.16.10.1

主机networking适配器设置如下:

  • LAN适配器1:DNS – 在VBox中桥接到Exchange Server VM
  • LAN适配器2:DNS – 在VBox中桥接到域控制器VM
  • 局域网适配器3:172.16.10.4

主办:

Ethernet adapter Local Area Connection 3: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::b16e:2a16:9687:6476%15 IPv4 Address. . . . . . . . . . . : 172.16.10.4 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 172.16.10.1 Ethernet adapter Local Area Connection 2: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::4d40:2b97:f7b:9f78%13 IPv4 Address. . . . . . . . . . . : 172.16.10.102 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 172.16.10.1 Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::2d68:6486:4a4c:bde9%11 IPv4 Address. . . . . . . . . . . : 172.16.10.119 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 172.16.10.1 Ethernet adapter VMware Network Adapter VMnet1: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::742d:c91e:28c:2510%20 IPv4 Address. . . . . . . . . . . : 192.168.220.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : Ethernet adapter VMware Network Adapter VMnet8: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::9858:75b6:85bf:51b4%22 IPv4 Address. . . . . . . . . . . : 192.168.14.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : Ethernet adapter VirtualBox Host-Only Network: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::26:1223:c499:1417%28 IPv4 Address. . . . . . . . . . . : 192.168.56.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : Ethernet adapter VirtualBox Host-Only Network #2: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::dda:24e7:c94b:e12%33 IPv4 Address. . . . . . . . . . . : 192.168.146.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 

交换:

 Windows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::61c5:cacc:22e2:22b3%11 IPv4 Address. . . . . . . . . . . : 172.16.10.14 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 172.16.10.1 Tunnel adapter Local Area Connection* 11: Connection-specific DNS Suffix . : IPv6 Address. . . . . . . . . . . : 2001:0:4137:9e76:8be:33f8:53ef:f5f1 Link-local IPv6 Address . . . . . : fe80::8be:33f8:53ef:f5f1%13 Default Gateway . . . . . . . . . : :: 

域控制器

 Windows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::4969:c85a:a3ef:728e%11 IPv4 Address. . . . . . . . . . . : 172.16.10.24 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 172.16.10.1 

为了交换平行AD,它将需要走出主机适配器,然后回到主机适配器(或其他主机适配器,因为你有两个在同一个子网,我不知道哪一个是绑定哪一个)。 尝试禁用主机上的Windows防火墙(或者,所有3),然后,如果这样的话,开始添加规则,直到find导致问题的规则。

另外,你的主机上有几个VMWare和几个VBOX适配器。如果你有一堆使用nat的VM,这可能是好的,但是同时运行VMWare和VBox会导致资源冲突..