Why does DNS installed at Domain Control report an error using nslookup?

gh X 235 Reputation points
2023-10-28T11:07:04.86+00:00

domain controllerUser's image

domain controllerUser's image

domain controllerUser's image

Why does DNS installed at Domain Control report an error using nslookup?

Why shows “DNS request timed out"?

Why Default Server shows "UnKnown"?

User's image

But member DNS, using nslookup shows normalUser's image

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,756 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,510 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,590 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,103 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-10-28T12:20:15.0266667+00:00

    Two things

    1. add 192.168.9.191 listed for DNS primary, move loopback (127.0.0.1) to secondary
    2. try the regedit here to Prefer IPv4 over IPv6 https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows

    --please don't forget to close up the thread here by marking answer if the reply is helpful--

    1 person found this answer helpful.

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-10-28T11:30:56.2666667+00:00

    What's the result of

    ipconfig /all
    

  2. Krasimir Rangelov 80 Reputation points
    2023-10-28T11:53:41.01+00:00

    Could you clarify which domain controller is experiencing the issue, is the affected DC a Primary Domain Controller?

    Also, please check if the NIC has a manually configured DNS Server.

    If you're not a fan of CLI, you can navigate to:

    Control Panel -> Network and Internet -> Network and Sharing Center

    At the left side select the option "Change adapter settings"

    This will show you the network adapters on the server.

    Double click on the NIC and select Properties, or right click and then select Properties.

    Click on the Internet Protocol Version 4, and check if the IPv4 address is set, and below the IPv4 config you'll see two options:

    Obtain DNS server address automatically (should be grayed out, if the IPv4 address is set to a static one)

    Use the following DNS Server addresses (This show be selected, kindly check if the Preferred DNS Server (i.e. Primary DNS Server for lookup) is set to 127.0.0.1)

    If your company uses IPv6 internally, then do the same thing, on the IPv6 protocol, the preferred DNS server should be ::1 (i.e. the representation of localhost loopback-address in IPv6)

    It's important to note that it's not a bad idea if you try to open the DNS Snap-In (DNS Manager) right click on the local server and select Properties, from there the first screen you'll see is Interfaces tab, you could try and see if everything's correct, and if you don't hesitate try to enable the server to listen on All IP addresses, if your environment allows that.

    If the issue still persist, please write me an email to continue up the topic: krasimir.rangelov@hotmail.com


  3. Anonymous
    2023-10-28T13:11:36.1666667+00:00

    how can a domain controller not use IPv6?

    IPv4 is not a problem. The better option is as I mentioned above though.

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


  4. Anonymous
    2023-10-28T13:50:25.5033333+00:00

    Yeah, rebooted domain control.

    The simplest solution for your test environment may be to uncheck IPv6 on the connection properties. Nothing gets uninstalled, it is simply turned off for this connection.

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.