Mobile app version of vmapp.org
Login or Join
Goswami781

: Intermittent DNS problems How would I go about tracking this issue down? One of my websites has been up for years without issue. We're using Godaddy's nameservers for our domain. Lately

@Goswami781

Posted in: #Dns #Godaddy

How would I go about tracking this issue down?

One of my websites has been up for years without issue. We're using Godaddy's nameservers for our domain.

Lately in the past two weeks, I've noticed that once from home on my Cox cable connection, I could not connect to the site... it said the domain could not be resolved. I checked downforeveryoneorjustme.com, and it said it was fine. The "outage" lasted maybe five minutes (through a reboot too, and I'm on a mac FWIW) and then it started working again.

Then it happened again this week, but from our office on a different Cox connection. Then it happened again from the office, but for a different domain. I called Cox during one outage, and the tech there could resolve the domain without a problem.

When these outages are occurring, I can issue "host mydomain.com" and get "domain not found", but using "host mydomain.com 8.8.8.8" will resolve normally.

Where do I start? We're getting reports now that our customers are experiencing it too.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

2 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

Another thing to check is to make sure that all the DNS nameservers are reporting the same information. This is especially useful if you have setup any sort of CName or A Name records for the URL you are using. A useful tool to verify this is the DNS Traversal tool by DNSstuff. It shows what each nameserver reports and if there are any discrepancies between them.

10% popularity Vote Up Vote Down


 

@Yeniel560

According to your debugging information, this issue seems to be related to your network configuration and has nothing to do with GoDaddy or your website DNS.

You confirmed it yourself. The fact that the following test was successful

$ host mydomain.com 8.8.8.8


means this is a problem on your side. The shell command above tries to resolve the host mydomain.com using the specified resolver, instead your local one. In this case, 8.8.8.8 is Google Public DNS resolver.

For the same reason, downforeveryoneorjustme.com reported that the site was working fine.

I guess your current internet provider is having some network issue and it's likely that your customers experiencing the same issue are using the same internet provider.

I encourage you to ask your customers which internet provider they used when they noticed the issue and check whether it's equal to yours.

To solve the issue on your side, you can use a different resolver like you did for the test. You can use Google Public DNS, OpenDNS or any other DNS resolver.

Unfortunately, if this is confirmed to be the issue, there's nothing you can do on you customer's side except suggesting them to do the same.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme