Windows Server 2012 DC 的 DNS 和 IP 配置

Windows Server 2012 DC 的 DNS 和 IP 配置

我收到以下错误:

SERVER  Error   DNS: DNS servers on vEthernet (Intel(R) 82567V-2 Gigabit Network Connection - Virtual Switch) should include the loopback address, but not as the first entry.  Configuration

SERVER  Error   DNS: The list of forwarding servers must not contain the loopback address 127.0.0.0.    Configuration

我的配置如下:

Ethernet adapter vEthernet (Intel(R) 82567V-2 Gigabit Network Connection - Virtual Switch):

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #2
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::3909:6646:5dc7:ed87%18(Preferred) 
   IPv4 Address. . . . . . . . . . . : 192.168.2.20(Preferred) 
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.2.254
   DHCPv6 IAID . . . . . . . . . . . : 326136252
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-A5-AA-05-70-71-BC-7E-BD-47
   DNS Servers . . . . . . . . . . . : ::1
                                       192.168.2.20
                                       192.168.2.254
                                       8.8.8.8
   NetBIOS over Tcpip. . . . . . . . : Enabled

我需要将 DNS 服务器设置为为何值?

答案1

从网卡配置中删除 ::1 和 8.8.8.8。而是进入实际的 DNS 服务器并设置转发地址为 8.8.8.8

我发现本地 DNS 区域存在无法正确解析的问题。

此外,无论你在哪里使用 127.0.0.0,都将其更改为 127.0.0.1

相关内容