Suddenly 3 of my domains stopped working and browser complained that ERR_NAME_NOT_RESOLVED.
I started debugging on Windows, to find out where the problem might be. I used nslookup
and set debug
and changed the server to 8.8.8.8
(Google's Public DNS service).
I see a very strange behavior:
- 8.8.8.8 returns NXDOMAIN => non-existent domain
- Browser again shows the site (I use chrome)
- One of these 3 domains shows this URL => earchguide.level3.com/search/ when I write it like
http://domain/
in chrome. - Again browser shows ERR_NAME_NOT_RESOLVED
- Once in every X tries of
nslookup domain 8.8.8.8
resolves the IP
This behavior makes me worried, and I'm not a DNS professional. I know about it, but I need help to find out:
- Whether I'm under attack or not
- Where the problem might be and how to fix it
Any help is appreciated, and I don't know what more information do you need. Please guide and I'll provide.