2016-04-08 116 views
-1

我剛剛在我們的網絡中安裝了一個新的HyperV主機,並且正在從該主機配置一些2012R2虛擬機。網絡已經有一個現有的域控制器。無法將HyperV虛擬機加入現有的域控制器

  • DC.Domain.com - 192.168.1.3(服務器2008)
  • HyperV01 192.168.1.201(服務器2012R2)

    • VM01 - 192.168.1.2(服務器2012R2 - 主DNS設置爲192.168.1.3)
    • VM02 - 192.168.1.4(服務器2012R2 - 設置爲192.168.1.3主DNS)
    • VM03 - 192.168.1.5(服務器2012R2 - 主DNS設置爲192.168.1.3)

我可以加入HyperV01到域就好了,所以在域控制器/ DNS上應該沒有問題。

當我試圖加入任何虛擬機的域,有一個錯誤:

DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "domain.com":

The query was for the SRV record for _ldap._tcp.dc._msdcs.domain.com

The following domain controllers were identified by the query: dc.domain.com

However no domain controllers could be contacted.

Common causes of this error include:

  • Host (A) or (AAAA) records that map the names of the domain controllers to their IP addresses are missing or contain incorrect addresses.

  • Domain controllers registered in DNS are not connected to the network or are not running.

我試圖關閉防火牆中的Hyper-V主機上,但沒有幫助。 這些虛擬機也無法看到網絡上的其餘服務器,並且它們無法看到對方。網絡發現被打開...

我可以同時使用主機名和FQDN使用Ping命令VM域控制器...

我很茫然....

回答

0

刪除並重新創建HyperV01上的虛擬交換機解決了這個問題。

相關問題