I have two domains pointing at the same IP address with A records. Both domains use the same two nameservers, and still I am having big connection issues for many, but not all of the customers coming to the site. IntoDNS reports that the nameservers do not agree on a SOA serial, but this only happens for one of the domains.
So some testing later I found that Google public DNS servers don't even respond to ping from the domain that doesn't work, but other public DNS servers do, and they serve the web page as well. I have tested 4.2.2.1, 4.2.2.2 and 208.67.222.222, all public DNS servers. When visiting the web site it throws an error:
ERR_NAME_NOT_RESOLVED
Does anyone have any idea what this could mean? The nameservers serials fail on one domain and not the other while they both point to the same address? And that google DNS does not index it while others do?
I think I have passed the update time limit as it has been like this for over a week.
dig results from google DNS:
; <<>> DiG 9.8.5-P1 <<>> @8.8.8.8 woolland.se
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 44011
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;woolland.se. IN A
;; Query time: 97 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sat Sep 14 12:39:15 BST 2013
;; MSG SIZE rcvd: 29
dig results from 4.2.2.1:
; <<>> DiG 9.8.5-P1 <<>> @4.2.2.1 woolland.se
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62739
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;woolland.se. IN A
;; ANSWER SECTION:
woolland.se. 3253 IN A 91.207.159.238
;; Query time: 46 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Sat Sep 14 12:40:27 BST 2013
;; MSG SIZE rcvd: 45