Some servers respond with wrong IP address for my domain

Will Yardley william+dns at hq.newdream.net
Fri Oct 5 17:19:23 UTC 2001


Mickey Mullin wrote:
> 
> We're a small company who hosts our own DNS and email.
> 
> When I first set up our DNS server over a month ago, I had mistakenly
> entered the wrong IP address for the primary nameserver (things not to
> do at 2:30am...).  I corrected the problem by the end of the next day,
> but it seems that a number of DNS servers are still returning the old
> information!

are you just guessing this or do you have any evidence of a nameserver
which has the wrong information?

it looks to me like one of YOUR nameservers has the wrong information
somehow.

jazz% dig mail.websoft.com @vermont.websoft.com. +sh
vermont.websoft.com.
65.166.221.131
jazz% dig mail.websoft.com @newjersey.websoft.com. +sh 
vermont.websoft.com.
63.149.85.131
jazz% dig websoft.com @newjersey.websoft.com. +sh soa
vermont.websoft.com. mickey.mediaevolution.com. 1 10800 3600 604800 86400
jazz% dig websoft.com @vermont.websoft.com. +sh soa
vermont.websoft.com. mickey.mediaevolution.com. 1 10800 3600 604800 86400

so it's the record for 'vermont.websoft.com' that's inconsistent:
perhaps one of your glue records is messed up?  i'd do a bit of poking
around in your zone files; maybe grep for the invalid IP address if you
can't figure out where it's coming from.

jazz% dig vermont.websoft.com @newjersey.websoft.com.

; <<>> DiG 9.2.0rc5 <<>> vermont.websoft.com @newjersey.websoft.com.
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57197
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;vermont.websoft.com.           IN      A

;; ANSWER SECTION:
vermont.websoft.com.    86400   IN      A       63.149.85.131

;; AUTHORITY SECTION:
websoft.com.            86400   IN      NS      vermont.websoft.com.
websoft.com.            86400   IN      NS      newjersey.websoft.com.

;; ADDITIONAL SECTION:
vermont.websoft.com.    86400   IN      A       63.149.85.131
newjersey.websoft.com.  86400   IN      A       63.149.85.239

jazz% dig vermont.websoft.com @vermont.websoft.com.                           ~

; <<>> DiG 9.2.0rc5 <<>> vermont.websoft.com @vermont.websoft.com.
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35113
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;vermont.websoft.com.           IN      A

;; ANSWER SECTION:
vermont.websoft.com.    86400   IN      A       65.166.221.131

;; AUTHORITY SECTION:
websoft.com.            86400   IN      NS      vermont.websoft.com.
websoft.com.            86400   IN      NS      newjersey.websoft.com.

;; ADDITIONAL SECTION:
vermont.websoft.com.    86400   IN      A       65.166.221.131
newjersey.websoft.com.  86400   IN      A       63.149.85.239

-- 
GPG Public Key:
http://infinitejazz.net/will/pgp/


More information about the bind-users mailing list