suddenley microsoft server 2022 dns service crashed

DreHomes User 0 Reputation points
2026-09-17T08:27:02.6666667+00:00

suddenley microsoft server 2022 dns service crashed reverse lookup not working we can ping to ip

Windows for business | Windows Server | Networking | Other
0 comments No comments

1 answer

Sort by: Newest
  1. Xuan Nhu 1,050 Reputation points Independent Advisor
    2026-09-17T08:58:38.88+00:00

    Hello,

    If you can still ping the server by IP but reverse lookup is failing, first confirm whether the DNS Server service is actually stopped or crashing:

    Get-Service DNS Get-WinEvent -LogName "DNS Server" -MaxEvents 30

    Also check Event Viewer > Windows Logs > Application/System around the exact crash time for DNS, DNS-Server-Service, Service Control Manager, or application-crash events. If the DNS service is stopped, try starting it with Start-Service DNS and record any error rather than repeatedly restarting the server.

    If forward DNS works but only reverse lookup fails, also verify that the appropriate Reverse Lookup Zone and PTR records still exist in DNS Manager. Network connectivity by IP only confirms that IP routing is working; it does not confirm that the DNS service or reverse zone is healthy.

    Please share the relevant DNS/Event Viewer error or Event ID from the time of the failure, and we can narrow down the cause.

    Was this answer helpful?

    0 comments No comments

Your answer

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