Link to home
Start Free TrialLog in
Avatar of jgrammer42
jgrammer42

asked on

Changed AD IP addr resulted in DNS errors

I have done this in the past, but it appears this time when I changed the IP address of one of my Active Directory DC servers, it has caused an issue with my DNS.

The original IP address of the server was 192.168.1.5 and I changed it to 192.168.1.21

As a result when I run DCDiag /TEST:Dns, I get the error messages below.

What do I need to do to fix this?

Thank you,
Jeff

Output of DCDiag follows:


       Summary of DNS test results:

         
                                            Auth   Basc    Forw   Del    Dyn  RReg Ext
            _________________________________________________________________
            Domain: kwik.dom

               KWIK-DC01          PASS WARN PASS PASS PASS FAIL n/a  
               kwik-DC02             PASS PASS PASS PASS PASS PASS n/a  
         
         ......................... kwik.dom failed test DNS


                 Warning:
                     Missing CNAME record at DNS server 192.168.12.5:
                     f128ee14-c44f-493a-a35e-797b881581e9._msdcs.kwik.dom
                     [Error details: 9002 (Type: Win32 - Description: DNS server failure.)]
                     
                     Warning:
                     Missing A record at DNS server 192.168.12.5:
                     KWIK-DC01.kwik.dom
                     [Error details: 9003 (Type: Win32 - Description: DNS name does not exist.)]
                     
                     Error:
                     Missing SRV record at DNS server 192.168.12.5:
                     _ldap._tcp.kwik.dom
                     [Error details: 9003 (Type: Win32 - Description: DNS name does not exist.)]
                     
                     Error:
                     Missing SRV record at DNS server 192.168.12.5:
                     _ldap._tcp.64a7cbd5-58ca-4d22-8ade-734ab02e1799.domains._msdcs.kwik.dom
                     [Error details: 9002 (Type: Win32 - Description: DNS server failure.)]
                     
                     Error:
                     Missing SRV record at DNS server 192.168.12.5:
                     _kerberos._tcp.dc._msdcs.kwik.dom
                     [Error details: 9003 (Type: Win32 - Description: DNS name does not exist.)]
                     
                     Error:
                     Missing SRV record at DNS server 192.168.12.5:
                     _ldap._tcp.dc._msdcs.kwik.dom
                     [Error details: 9003 (Type: Win32 - Description: DNS name does not exist.)]
                     
                     Error:
                     Missing SRV record at DNS server 192.168.12.5:
                     _kerberos._tcp.kwik.dom
                     [Error details: 9002 (Type: Win32 - Description: DNS server failure.)]
Avatar of Member_2_6492660_1
Member_2_6492660_1
Flag of United States of America image

I would rebuild your DNS


Take a look at this first

https://technet.microsoft.com/en-us/library/cc816835(v=ws.10).aspx
SOLUTION
Avatar of BillBondo
BillBondo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zalazar
zalazar

Can you please make sure that the old IP-address is not within DNS anymore.
You can do this by checking domain kwik.dom and verify that the domain controller computername has the correct IP-address.
If you have reverse zones also check these. Delete the records with the wrong IP-address.
After that start a command prompt (with Run as administrator) and execute: ipconfig /registerdns
This will register the A and PTR records for the domain controller.

Did you already restart the domain controller after changing the IP-address.
If you can't restart then try to restart the "DNS Server" service.
Also restart the Netlogon service.
This will register the SRV records.

After this is done please check DNS for the correct IP-address and SRV records.
If the DC is also Global Catlog server also check the _msdcs.kwik.com\gc zone for the correct IP-address.
Did you remember to change DNS servers referenced in your NIC settings?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jgrammer42

ASKER

Solution was found