Windows DNS – Zone Never Loaded

domain-name-systemwindows

In this thread today I got clarification on the meaning of the various DNS actions. Very helpful. Now to the real question. We have a Windows DNS secondary zone that maintains a copy of our parent company's DNS. When I open the zone in DNS mmc, "all" the entries show up yet the Status for the zone is listed as "zone never loaded".

This seems odd since we can apparently resolve the hosts we need to access in this dns. What is this status trying to tell us about this zone?

Best Answer

You're right that there is a conflicting message. A warning, plus valid data. Some things to try:

  • try adding another record to the primary and see if the secondary picks it up
  • check event viewer on your secondary to see if it offers any clues
  • are you sure all record types copied? If zone updates aren't allowed (very common nowadays) then maybe it just guessed at the basic A and MX records but wasn't able to get everything.

Use NS lookup to confirm that your zone is responding correctly. Here's a video walkthrough on how to do that. Make sure to use server secondary_dns_server to test directly from your secondary server.