DNS resolution for internet stopped

joaomanoelc 171 Reputation points
2020-10-26T18:11:41.187+00:00

2 weeks ago my DNS was able to resolve queries to internet normally and suddenly.

I have all Root Hints
I don't use forwarding

But due to the problem of stopping navigation on the websites, if I add 1.1.1.1 in the routing, the accesses to the websites are normalized.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2020-10-26T20:48:52.45+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\problemworkstation.txt
    tracert 8.8.8.8>C:\trace.txt

    then put unzipped text files up on OneDrive and share a link.


  2. Gloria Gu 3,941 Reputation points
    2020-10-27T02:45:23.567+00:00

    @joaomanoelc Hi,

    Thank you for posting in Q&A!

    May I ask what specific error message occurred when your own DNS server fail to access interent? It will help us to provide more specific technical suggestions.

    Is the DNS server you used a DC? If it is a DC, you can first try to use Dcdiag to check the health of it. It will help to narrow down the issue.
    If you running the modern Windows Server 2019/2016/2012R2 versions and have AD DS and RSAT roles installed, then you already have Dcdiag installed. For more details, please refer to:
    https://www.webservertalk.com/domain-controller-health-check

    Hope you have a nice day!
    Gloria

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Gloria Gu 3,941 Reputation points
    2020-10-28T03:25:00.33+00:00

    @joaomanoelc Hi,

    Thank you for posting in Q&A!

    According to my research, event ID 5504 is logged when a DNS Server receives a packet containing an invalid domain name. There are many possible causes.

    1. The DNS cache becomes corrupt with invalid domain names.
    2. The DNS Server receives a spoofed response.
    3. The DNS response contains domain names with characters other than 0-9, a-z, A-Z, . (Period), and - (Hyphen).
    4. The DNS Server has been configured with invalid forwarders
    5. The network the DNS server resides on is busy or not working properly.

    I find that 192.33.4.12 is a name server which has the name "c.root-servers.net". Since you mentioned "I don't use forwarding" Do you configure 192.33.4.12 as your DNS server directly?

    Hope you have a nice day!
    Gloria

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.