无法将服务器的工作组更改为域名

无法将服务器的工作组更改为域名

我无法在 DC 上将服务器的工作组更改为我的域名

以下是我收到的错误...

注意:此信息仅供网络管理员使用。如果您不是网络管理员,请通知管理员您已收到此信息,该信息已记录在文件 C:\Windows\debug\dcdiag.txt 中。

在向 DNS 查询用于定位域“core.com”的 Active Directory 域控制器 (AD DC) 的服务定位 (SRV) 资源记录时,发生以下错误:

错误为:“DNS 名称不存在。”(错误代码 0x0000232B RCODE_NAME_ERROR)

该查询针对 _ldap._tcp.dc._msdcs.core.com 的 SRV 记录

导致此错误的常见原因包括:

  • 定位域的 AD DC 所需的 DNS SRV 记录未在 DNS 中注册。当 AD DC 添加到域时,这些记录会自动在 DNS 服务器上注册。它们由 AD DC 按照设定的时间间隔进行更新。此计算机配置为使用具有以下 IP 地址的 DNS 服务器:

127.0.0.1
76.12.70.126

  • 以下一个或多个区域不包括对其子区域的委派:

core.com
com
. (根区域)

我已输入 DC 的 IP 地址作为首选 DNS 服务器

C:\Users\Brett>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : 202668-9
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
   Physical Address. . . . . . . . . : 00-50-56-A0-22-50
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 76.12.48.X(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.248
   IPv4 Address. . . . . . . . . . . : 76.12.48.100(Preferred)--set by me-->load balancing
   Subnet Mask . . . . . . . . . . . : 255.255.255.248
   Default Gateway . . . . . . . . . : 76.12.48.X
   DNS Servers . . . . . . . . . . . : 76.12.70.126 -->DC's IP address
                                       127.0.0.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

你能告诉我问题可能出在哪里吗?

我的调查的进一步日志

C:\Users\Brett>nslookup core.com
Server:  UnKnown
Address:  76.12.70.126
Name:    core.com

C:\Users\Brett>nslookup
Default Server:  UnKnown
Address:  76.12.70.126

set q=srv
_ldap._tcp.dc._msdcs.core.com
Server:  UnKnown
Address:  76.12.70.126

*** UnKnown can't find _ldap._tcp.dc._msdcs.core.com: Non-existent domain

C:\Users\Brett>dcdiag

Directory Server Diagnosis

Performing initial setup:
   Trying to find home server...
   ***Error: 202668-9 is not a Directory Server.  Must specify /s:<DirectoryServer> or  /n:<Naming Context> or nothing to use the local machine.
   ERROR: Could not find home server.

PS:服务器上的 Active Directory 域服务已停止,我也无法启动它。

我对编程很感兴趣,这是我第一次尝试这样的任务。我希望找到一些有用的答案

答案1

这不是平衡远程桌面服务负载的方法。有一个专门的 Windows Server 角色用于执行该特定任务:远程桌面网关

相关内容