域服务器和 Exchange 服务器之间的通信问题

域服务器和 Exchange 服务器之间的通信问题

域控制器服务器 (Windows Server 2016) 的 DNS IP 为 168 和 170

Exchange 服务器(Windows Server 2019)无法使用命令提示符 ping 170。

域的 ping 返回 170 和 14。

14 次 ping 可能无效。

我正在尝试找到让 Exchange 服务器与域服务器连接的方法。

Exchange 服务器命令提示符

C:\Users\administrator.ADVSYSTEMS> ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : VSDCA2K16MAIL01
   Primary Dns Suffix  . . . . . . . : advsystems.com
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : advsystems.com

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : advsystems.com
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-67-A6-06
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::e476:c122:6983:e4a5%13(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.103.60(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.103.1
   DNS Servers . . . . . . . . . . . : 192.168.103.170
                                       192.168.103.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

域服务器命令提示符

C:\Users\Administrator.ADVSYSTEMS>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : VSDCA2K16DC01
   Primary Dns Suffix  . . . . . . . : advsystems.com
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : advsystems.com

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : advsystems.com
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-67-A6-00
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::1972:89b7:b976:e374%4(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.103.170(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.103.1
   DHCPv6 IAID . . . . . . . . . . . : 33559901
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-22-88-E8-7F-00-15-5D-67-A6-00
   DNS Servers . . . . . . . . . . . : ::1
                                       192.168.103.1
                                       127.0.0.7
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:2851:2871:464:2ea0:9d40:2acd(Preferred)
   Link-local IPv6 Address . . . . . : fe80::464:2ea0:9d40:2acd%13(Preferred)
   Default Gateway . . . . . . . . . : ::
   DHCPv6 IAID . . . . . . . . . . . : 134217728
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-22-88-E8-7F-00-15-5D-67-A6-00
   NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter isatap.advsystems.com:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : advsystems.com
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

答案1

什么是192.168.103.1?你的路由器?它不应该出现在你的 DNS 配置中。在 DNS 的所有地方都删除它。当你运行 Active Directory 时,你的所有 DNS 都应该包含在 Active Directory 域中。

您的域控制器可以自行执行递归 DNS 查找。它不应配置外部 DNS 源。

相关内容