Windows-Server-2008
從另一個 VM ping VM 出現問題
我有 2 台無法相互 ping/訪問的虛擬機。
我正在設置一個交換伺服器和一個域控制器作為 virtualbox 中的來賓機器。包括主機在內的所有機器都在執行 windows server Datacenter 2008 R2。我將網路設置為“橋接”,並且在虛擬機和主機中都設置了靜態 IP(但不在網路適配器上)。兩台機器都可以從外面ping,也可以ping到外面。這兩台機器都在同一個 ip 子網上。主機也可以 ping 兩個虛擬機。
概括:
- 伺服器可以ping除其他VM之外的所有內容
- 網路在 VM 中設置為橋接模式
- 伺服器正在執行 Datacenter 2008 R2
- 交易所是 2010 年標準
ip如下:
- 交換伺服器:172.16.10.14
- 域控制器:172.16.10.24
- 主機:172.16.10.4
- 域名解析:8.8.8.8
- 預設網關:172.16.10.1
Hosts 網路適配器設置如下:
- 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
為了交換 ping AD,它需要退出主機適配器,然後返回主機適配器(或另一個主機適配器,因為您在同一子網上有兩個,我不確定哪個綁定到哪一個)。嘗試禁用主機上的 Windows 防火牆(或者,哎呀,全部 3 個),然後,如果可行,開始添加規則,直到找到導致問題的規則。
此外,你的主機上有幾個 VMWare 和幾個 VBOX 適配器。如果你有一堆其他 VM 使用 nat,那可能沒問題,但同時執行 VMWare 和 VBox 會導致資源衝突..