Windows client joins domain times error: DNS name does not exist, the specific error is as follows:
--------------------
Note: This information is primarily for the network administrator's Reference. If you are not a network administrator, please notify your network administrator that you have received this information, which is recorded in file C:\Windows\debug\dcdiag.txt.
The following error occurred while querying DNS for a service location (SRV) resource record to find the Active Directory domain controller (AD DC) for the domain "throld.com":
The error is: "The DNS server failed. "
(Error code 0x0000232a rcode_server_failure)
This query is used to find SRV records for _ldap._tcp.dc._msdcs.throld.com
Common causes of this error include:
-The DNS server used by this computer contains the root hints for errors. This computer is configured to use a DNS server with the following IP addresses:
192.111.7.193
127.0.0.1
-One or more of the following zones contain incorrect delegation:
Throld.com
Net
. (Root directory area)
----------------
Workaround:
Modify the DNS configuration, as shown in the final effect:
1. On the "_msdcs. your domain" right-new domain "DC"-New domain "_tcp".
2. Right-click on _tcp-New host (A)-Enter _LDAP,IP to fill in the address of the DNS server.
3, under the TCP directory, right-click, select "Other new records"; Create a suffix named "_tcp.dc._msdcs.guanwei.org" SRV Record "_ldap"; point to your domain controller;
Where, "throld.com" is my domain name, 192.168.2.192 is the DNS server IP address
The above two, according to your actual situation to replace, the rest of the format please remain consistent.
When you are finished, return to the client to reload.
-------------------------------------------------------------------------------------------------
This article is from my technical blog http://blog.csdn.net/robo23
Reprint please mark source text link, otherwise investigate legal liability!
Windows client joins domain times error: DNS name does not exist