Avatar of cosmicIPA
cosmicIPA
Flag for United States of America asked on

Freshly setup Server2012 DNS issues

When trying to add a computer to the newly minted domain I get a error message:

The following error occurred attempting to join the domain "xxxx".
An attempt to resolve the DNS name of a domain controller in the domain being joined has failed.

This is interesting because I already have 4 computers that have successfully been connected. I have configured DHCP to run on a router and was wondering if it probably should be running on the Server....
Thank you for any comments that can help. Running on a few hours of sleep over the last few days in trying to get this network back up...
Erichiwaann
DNSWindows Server 2012Active DirectoryWindows Networking

Avatar of undefined
Last Comment
cosmicIPA

8/22/2022 - Mon
Antzs

Are you able to ping to the Domain Controller?  Can you check if the DHCP provided the correct DNS entries to the computer.

Sometime, there may be some static DNS entry in the computer's netowrk settings.
cosmicIPA

ASKER
I can ping the DC's name and also it's IP which all reply ok from some computers, others however only returns an IPv6 address.
cosmicIPA

ASKER
Can I just stop the routers DHCP server, and then start DHCP on the Server2012 DC with out an issue?
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Sushil Sonawane

check on client system NIC card dns should be your domain controller IP Address and disabled IPV6 on the domain controller.

OR

Change DNS server listen client request only through IPV4.

Refer below lilnk :

https://technet.microsoft.com/en-us/library/cc755068(v=ws.11).aspx
cosmicIPA

ASKER
Please find the dsdiag log attached run on the Server. Not sure how to address the following error:
Starting test: SystemLog

         * The System Event log test
         A warning event occurred.  EventID: 0x00001695
            Time Generated: 08/23/2016   20:31:31
            Event String:
            Dynamic registration or deletion of one or more DNS records associated with DNS domain 'abc.local.' failed.  These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).
dcdiag.log.txt
ASKER CERTIFIED SOLUTION
Sushil Sonawane

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
cosmicIPA

ASKER
The domain controller nic card dns server IP Address is 192.168.1.2 and its DNS was 127.0.0.1- changed it to 192.168.1.2. Flushed/registered DNS and the dcdiag came back ok. (Thanks!).

Not sure how to make the 'A' record available and create reserve lookup zone though...
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
cosmicIPA

ASKER
Thank you for your prompt response and solution Sushil!
Sushil Sonawane

cosmicIPA

ASKER
I changed DNS server listen client request only through IPV4. flushed/registered DNS on the Server and flushed/registered DNS on the workstation. When I ping the Server is get a IPv6 reply but still can't connect to the domain. Any ideas?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Sushil Sonawane

can you share the screenshot if possible.
cosmicIPA

ASKER
DNS is not registering new computers when trying to connect to domain. When I manually add a Host A record to dns they can connect. I'm running DHCP from a router and will add the role to the Server...
Sushil Sonawane

Hi,

Please change dynamic update setting secure and non secure.

Refer below link for more info:



http://www.tutorialspoint.com/articles/configuring-dns-server-for-secure-only-dynamic-updates
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
cosmicIPA

ASKER
Ok, I'll check it out - thank you!