我无法将服务器的工作组更改为DC上的域名。
以下是我得到的错误..。
注意:此信息是针对网络管理员的。如果您不是网络管理员,请通知管理员您收到了此信息,该信息已记录在文件C:\Windows\debug\dcdiag.txt中。当DNS查询用于为域“core.com”定位Active域控制器(AD DC)的服务位置(SRV)资源记录时发生以下错误:错误为:"DNS名称不存在“。(错误代码0x0000232B RCODE_NAME_ERROR)查询SRV _ldap._tcp.dc._msdcs.core.com,此错误的常见原因包括:
127.0.0.1 76.12.70.126
core.com com .(根区)
我已输入DC作为首选DNS服务器,在NIC上输入它的IP地址。
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.服务器上的域服务已经停止,我也无法启动它。
我对编程很感兴趣,这是我第一次尝试这样的任务。我希望能找到一些有用的答案
发布于 2013-03-22 19:12:30
这不是负载平衡远程桌面服务的方式。有一个特定任务的专用Windows角色:远程桌面网关
https://serverfault.com/questions/490583
复制相似问题