Hi ED,
Thank you for providing detailed information about the DNS registration issue on your domain controller. Based on the details you shared, it seems that the DNS server is attempting to register DNS records with external IP addresses. Here are some steps to help resolve this issue:
Step 1: Run DCDiag and NLTest Commands
Run DCDiag
DCDiag is a diagnostic tool that can help identify and resolve issues with Active Directory. Please run the following command to check the status of the domain controller:
- Open Command Prompt as Administrator.
- Enter the following command and press Enter: dcdiag /v /c /d /e /s:<YourDomainControllerName>
Review any errors or warnings in the output and address them as indicated.
Run NLTest
NLTest can help check and register DNS records. Please run the following command:
- Open Command Prompt as Administrator.
- Enter the following command and press Enter:
nltest /dsregdns
Step 2: Check DNS Settings
Verify DNS Server Configuration
- Open DNS Manager.
- Ensure your domain controller is set to use its own internal IP address as the primary DNS server (e.g., 192.168.x.x) and 127.0.0.1 as the secondary DNS server.
Clear and Re-register DNS Records
- Open Command Prompt as Administrator.
- Enter the following command to clear the DNS cache: ipconfig /flushdns
- Enter the following command to force DNS records re-registration:
ipconfig /registerdns
Step 3: Check and Configure DNS Forwarders
Verify DNS Forwarders
- Open DNS Manager.
- Right-click your DNS server name and select **Properties**.
- Navigate to the **Forwarders** tab and ensure the forwarders are set to trusted DNS servers (e.g., Google DNS: 8.8.8.8 and 8.8.4.4).
Step 4: Check Domain Name Configuration
Verify Domain Name Conflict
- Ensure your internal domain name does not conflict with any external domain names. If you find that the internal domain name is the same as an external domain, consider changing the internal domain name to avoid conflicts.
Step 5: Check Netlogon Service
Restart Netlogon Service
- Open Command Prompt as Administrator.
- Enter the following commands to restart the Netlogon service:
net stop netlogon net start netlogon
Please try these steps and let me know the results. Thank you for your patience and cooperation.
Best regards,
Rosy