在非域控制器上启动 ADUC 时出现访问被拒绝错误

在非域控制器上启动 ADUC 时出现访问被拒绝错误

我有一个运行 Server 2012 R2 的主域控制器。它运行良好。我有一个运行 Server 2008 R2 Datacenter 的辅助服务器。2008 R2 服务器不是域控制器。已安装远程服务器管理工​​具,因为我希望能够从此服务器使用 Active Directory 用户和计算机。

每次启动 ADUC 时,都会出现错误:

“无法找到命名信息,因为:访问被拒绝”

每次启动 AD 域和信任时,都会出现错误:

“描述此企业的配置信息不可用”

我已检查两台服务器之间的 IPv4 设置,发现它们匹配。我也是域管理员组的成员,该组在服务器上有本地管理员。

我想知道这个“拒绝访问”可能是由什么原因造成的?我就是无法让它看到域控制器...

感谢您的帮助!

编辑,ipconfig /all 输出:

Domain Controller:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : mydc01
   Primary Dns Suffix  . . . . . . . : mydomain.com
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : mydomain.com
                                       my-dc.c3.internal.cloudapp.net

Ethernet adapter Ethernet 3:

   Connection-specific DNS Suffix  . : my-dc.c3.internal.cloudapp.net
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #3
   Physical Address. . . . . . . . . : 00-0E-3B-00-61-1E
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::888f:ae4c:8194:33c6%16(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.183.209.132(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.240
   Lease Obtained. . . . . . . . . . : Thursday, October 1, 2015 10:08:09 AM
   Lease Expires . . . . . . . . . . : Friday, December 3, 2151 12:56:30 AM
   Default Gateway . . . . . . . . . : 10.183.209.129
   DHCP Server . . . . . . . . . . . : 168.63.129.16
   DHCPv6 IAID . . . . . . . . . . . : 369102138
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-D3-FC-0D-00-0D-3A-00-21-1F

   DNS Servers . . . . . . . . . . . : 10.183.209.132
                                       10.183.209.133
   NetBIOS over Tcpip. . . . . . . . : Enabled

Secondary Server:


Windows IP Configuration

   Host Name . . . . . . . . . . . . : my-util01
   Primary Dns Suffix  . . . . . . . : mydomain.com
   Node Type . . . . . . . . . . . . : Peer-Peer
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : mydomain.com
                                       my-util01.c3.internal.cloudapp.net

Ethernet adapter Local Area Connection 28:

   Connection-specific DNS Suffix  . : my-util01.c3.internal.cloudapp.net
   Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Ada
pter #28
   Physical Address. . . . . . . . . : 00-0E-5F-00-3E-F6
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::cdec:c904:e5a7:102c%42(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.183.209.134(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.240
   Lease Obtained. . . . . . . . . . : Monday, October 26, 2015 6:21:50 PM
   Lease Expires . . . . . . . . . . : Friday, December 03, 2151 1:00:22 AM
   Default Gateway . . . . . . . . . : 10.183.209.129
   DHCP Server . . . . . . . . . . . : 168.63.129.16
   DHCPv6 IAID . . . . . . . . . . . : 754978106
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-17-3D-0F-00-15-5D-05-4B-22

   DNS Servers . . . . . . . . . . . : 10.183.209.132
                                       10.183.209.133
   NetBIOS over Tcpip. . . . . . . . : Enabled

答案1

我认为问题可能与您的连接特定后缀与您的 AD 域名不同有关。您必须保留该名称吗?您可以将连接特定名称更改为仅您的 AD 域名吗?

相关内容