Windows

Windows Server 2012 DC 的 DNS 和 IP 配置

  • July 28, 2020

我收到這些錯誤:

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 和 8.8.8.8。而是進入實際的 DNS 伺服器並將轉發地址設置為 8.8.8.8

我已經看到本地 DNS 區域無法正確解決的問題。

此外,您在哪裡使用 127.0.0.0 將其更改為 127.0.0.1

引用自:https://serverfault.com/questions/614254