[PLUG] DNS weirdness

Daniel Johnson teknotus at gmail.com
Sun Jul 20 03:17:41 UTC 2008


> So Question 2 (which I have probably not given you enough information
> to answer) is "what is wrong with my DNS"?

I only got a few warnings on that domain name.  For example the
following two queries should return nearly the same info.

$ dig @b.gtld-servers.net dwstudios.net NS

; <<>> DiG 9.4.1-P1.1 <<>> @b.gtld-servers.net dwstudios.net NS
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28666
;; flags: qr rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;dwstudios.net.                 IN      NS

;; ANSWER SECTION:
dwstudios.net.          172800  IN      NS      ns1.nonstopvhost.com.
dwstudios.net.          172800  IN      NS      ns2.nonstopvhost.com.
dwstudios.net.          172800  IN      NS      ns3.nonstopvhost.com.

;; ADDITIONAL SECTION:
ns1.nonstopvhost.com.   172800  IN      A       208.43.98.102
ns2.nonstopvhost.com.   172800  IN      A       208.43.140.149
ns3.nonstopvhost.com.   172800  IN      A       67.228.114.235

;; Query time: 52 msec
;; SERVER: 192.33.14.30#53(192.33.14.30)
;; WHEN: Sat Jul 19 20:11:17 2008
;; MSG SIZE  rcvd: 149

$ dig @ns1.nonstopvhost.com. dwstudios.net NS

; <<>> DiG 9.4.1-P1.1 <<>> @ns1.nonstopvhost.com. dwstudios.net NS
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6702
;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;dwstudios.net.                 IN      NS

;; ANSWER SECTION:
dwstudios.net.          86400   IN      NS      ns3.dwstudios.net.
dwstudios.net.          86400   IN      NS      ns2.dwstudios.net.
dwstudios.net.          86400   IN      NS      ns1.dwstudios.net.

;; ADDITIONAL SECTION:
ns3.dwstudios.net.      86400   IN      A       67.228.114.235
ns2.dwstudios.net.      86400   IN      A       208.43.140.149
ns1.dwstudios.net.      86400   IN      A       208.43.98.102

;; Query time: 89 msec
;; SERVER: 208.43.98.102#53(208.43.98.102)
;; WHEN: Sat Jul 19 20:12:15 2008
;; MSG SIZE  rcvd: 133

I haven't been tracking it well enough to be sure if this might have
anything to do with it, but there was a major update to DNS in the
last few weeks.  As in every vendor from bind, to Microsoft released a
new version of their DNS server on the same day.



More information about the PLUG mailing list