我有 2 台虚拟机无法互相 ping/访问。
我正在 VirtualBox 中设置 Exchange 服务器和域控制器作为客户机。包括主机在内的所有机器都运行 Windows Server Datacenter 2008 R2。我将网络设置为“桥接”,并在虚拟机和主机中设置静态 IP(但不在网络适配器上)。两台机器都可以从外部 ping 通,也可以 ping 通外部。两台机器都位于同一个 IP 子网上。主机也可以 ping 通两台虚拟机。
概括:
- 服务器可以 ping 除另一台虚拟机之外的所有虚拟机
- VM 中的网络设置为桥接模式
- 服务器运行的是 Datacenter 2008 R2
- 交易所为 2010 年标准
ip如下:
- Exchange服务器:172.16.10.14
- 域控制器:172.16.10.24
- 主机:172.16.10.4
- DNS:8.8.8.8
- 默认网关:172.16.10.1
主机网络适配器设置如下:
- Lan 适配器 1:DNS - 在 VBox 中桥接到 Exchange Server VM
- Lan 适配器 2:DNS - 在 VBox 中桥接到域控制器 VM
- Lan 适配器 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 . . . . . . . . . : ::
域控制器Domain Controller
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
答案1
对于 Exchange ping AD,需要从主机适配器出去,然后再回到主机适配器(或另一个主机适配器,因为您有两个在同一个子网上,我不确定哪一个绑定到哪个)。尝试禁用主机上的 Windows 防火墙(或全部 3 个),然后,如果可行,开始重新添加规则,直到找到导致问题的规则。
此外,您的主机上有几个 VMWare 和几个 VBOX 适配器。如果您有一堆其他使用 nat 的 VM,那可能没问题,但同时运行 VMWare 和 VBox 会导致资源冲突。