在HyperVnetworking中有困难的时间安装域控制器

我花了两天的时间来解决问题,但无法取得任何进展。

我已经安装了HyperV服务器(Windows 2012),并试图从那里build立一个networking。 我要build立的networking是一个内部networking。 所以我为内部networking创build了一个虚拟交换机。

然后我开始安装Windows 2008 R2服务器。 我将angular色添加为AD DS,并将其提升为启用了DNS的域控制器。

但是,DNS服务会引发警告: the dns server is waiting for active directory domain services (AD DS) to signal that the initial sync... 4013 。 所以我假设我的活动目录安装不正确。

我已经阅读了一些关于如何设置域控制器的教程,我不知道我做了什么错误。

  • 我禁用了ipv6
  • 使用静态ipv4地址
  • 我已经设置了DNS自己
  • 默认网关是空白的
  • 我有另一个Windows 7虚拟机,我无法joinCORP域
  • 我在windows7机器上运行了nslookup corp.ftw.com ,并返回了没有地址的名字。

以下是附加故障排除输出:

 PS C:\Users\Administrator> ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : WIN-VSGC8R1UJA7 Primary Dns Suffix . . . . . . . : corp.ftw.com Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : corp.ftw.com Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter Physical Address. . . . . . . . . : 00-15-5D-F5-AA-06 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 169.254.67.86(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 127.0.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter Local Area Connection* 9: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes PS C:\Users\Administrator> netstat -an | select-string ":53 " TCP 127.0.0.1:53 0.0.0.0:0 LISTENING TCP 169.254.67.86:53 0.0.0.0:0 LISTENING TCP [::1]:53 [::]:0 LISTENING UDP 127.0.0.1:53 *:* UDP 169.254.67.86:53 *:* UDP [::1]:53 *:* PS C:\Users\Administrator> 

是DC还是Win 7机器上的Ipconfig? IP设置不正确。 它使用一个169.254.0.0地址这是一个APIPA地址,并且表明虚拟机不能获取和地址形成一个DHCP服务器,或者你已经在虚拟机上configuration了一个重复的IP地址,它也将显示为一个168.254.0.0地址。 无论哪种方式来看看你的IP地址scheme。

我将使用192.168.0.0/24地址作为您的networking地址,也许给你的DC 192.168.0.1/24的IP地址。 你是正确的指向DNS在127.0.0.1。 在客户端指向192.168.0.1的DNS服务器地址

与您的问题无关,但值得注意

数据中心通常会有默认的网关,不需要closuresIPv6,只要可以从DHCP服务器获取地址,数据中心就不需要静态IP地址。