Today, we suddenly started having intermittent problems checking our email, then getting to our web site. After some checking, we discovered it was a DNS problem. We were suddenly not able to resolve domain names externally - everything is fine on the local network.
A dig +trace identified our nameservers, "ns3.ourdomin.net" and "ns4.ourdomain.net" but then:
couldn't get address for 'ns3.ourdomin.net': not found couldn't get address for 'ns4.ourdomain.net': not found dig: couldn't get address for 'ns3.ourdomain.net': no more
We checked on NsLookup.io, and Cloudfare DNS, Google DNS and OpenDNS all returned "No records found."
But, once in a while, it would connect. Occasionally, an nslookup would return an IP address. Sporadically, an email would come through, or go out.
I'm questioning, where "dig" gets the IP address of our nameserver? And if it cannot get the IP address of our nameserver, is that a problem I can fix on my end? Or is that a propagation issue with our registrar?
We host our own DNS (currently on Windows Server 2016) - have not an issue like this in approximately 20 years.
Appreciate any suggestions.