logo       

name resolution diffences between two servers: msg#00372

Subject: name resolution diffences between two servers
Hi Listers,
Strange situation here or maybe I'm having trouble seeing the forest for 
the trees...

Two external DNS servers, both running 9.2.1 and Solaris 8.  One is a 
master and one is a slave.  Both have identical named.conf files (with the 
exception of master/slave specifications in the zone areas).  Using 
nslookup, one can resolve a hostname and the other cannot.  Using dig, 
both can resolve the hostname.  I was hoping someone could shed some light 
on why I'm seeing this behavior.  The hostnames in question are 
holidaysentinel.com and www.holidaysentinel.com.  See below:

Server that can't resolve:

# nslookup -sil holidaysentinel.com
Server:         162.119.233.5
Address:        162.119.233.5#53

** server can't find holidaysentinel.com: SERVFAIL

# nslookup -sil www.holidaysentinel.com
Server:         162.119.233.5
Address:        162.119.233.5#53

** server can't find www.holidaysentinel.com: SERVFAIL

# dig @g.gtld-servers.net holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @g.gtld-servers.net holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9302
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;holidaysentinel.com.           IN      A

;; AUTHORITY SECTION:
holidaysentinel.com.    172800  IN      NS      ns1.hpbroadcasting.com.
holidaysentinel.com.    172800  IN      NS      ns2.hpbroadcasting.com.

;; ADDITIONAL SECTION:
ns1.hpbroadcasting.com. 172800  IN      A       64.253.204.137
ns2.hpbroadcasting.com. 172800  IN      A       64.253.204.136

;; Query time: 33 msec
;; SERVER: 192.42.93.30#53(g.gtld-servers.net)
;; WHEN: Thu May 29 12:04:19 2003
;; MSG SIZE  rcvd: 120

# dig @ns1.hpbroadcasting.com holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @ns1.hpbroadcasting.com holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57304
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;holidaysentinel.com.           IN      A

;; ANSWER SECTION:
holidaysentinel.com.    259200  IN      A       64.253.204.137

;; AUTHORITY SECTION:
holidaysentinel.com.    259200  IN      NS      www.holidaysentinel.com.

;; Query time: 84 msec
;; SERVER: 64.253.204.137#53(ns1.hpbroadcasting.com)
;; WHEN: Thu May 29 12:04:30 2003
;; MSG SIZE  rcvd: 71

# dig @ns2.hpbroadcasting.com holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @ns2.hpbroadcasting.com holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39771
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;holidaysentinel.com.           IN      A

;; ANSWER SECTION:
holidaysentinel.com.    259200  IN      A       64.253.204.137

;; AUTHORITY SECTION:
holidaysentinel.com.    259200  IN      NS      www.holidaysentinel.com.

;; Query time: 77 msec
;; SERVER: 64.253.204.136#53(ns2.hpbroadcasting.com)
;; WHEN: Thu May 29 12:04:42 2003
;; MSG SIZE  rcvd: 71

# dig @ns1.hpbroadcasting.com www.holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @ns1.hpbroadcasting.com www.holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22237
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.holidaysentinel.com.       IN      A

;; ANSWER SECTION:
www.holidaysentinel.com. 259200 IN      CNAME   holidaysentinel.com.
holidaysentinel.com.    259200  IN      A       64.253.204.137

;; AUTHORITY SECTION:
holidaysentinel.com.    259200  IN      NS      www.holidaysentinel.com.

;; Query time: 80 msec
;; SERVER: 64.253.204.137#53(ns1.hpbroadcasting.com)
;; WHEN: Thu May 29 12:04:58 2003
;; MSG SIZE  rcvd: 85

-------------------------------------------------------------------------------------------------------------------

Server that can resolve:

# nslookup -sil holidaysentinel.com
Server:         162.119.241.5
Address:        162.119.241.5#53

Non-authoritative answer:
Name:   holidaysentinel.com
Address: 64.253.204.137

# nslookup www.holidaysentinel.com
Server:         162.119.241.5
Address:        162.119.241.5#53

Non-authoritative answer:
www.holidaysentinel.com canonical name = holidaysentinel.com.
Name:   holidaysentinel.com
Address: 64.253.204.137

# dig @g.gtld-servers.net holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @g.gtld-servers.net holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49198
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;holidaysentinel.com.           IN      A

;; AUTHORITY SECTION:
holidaysentinel.com.    172800  IN      NS      ns1.hpbroadcasting.com.
holidaysentinel.com.    172800  IN      NS      ns2.hpbroadcasting.com.

;; ADDITIONAL SECTION:
ns1.hpbroadcasting.com. 172800  IN      A       64.253.204.137
ns2.hpbroadcasting.com. 172800  IN      A       64.253.204.136

;; Query time: 96 msec
;; SERVER: 192.42.93.30#53(g.gtld-servers.net)
;; WHEN: Thu May 29 15:10:07 2003
;; MSG SIZE  rcvd: 120

# dig @ns1.hpbroadcasting.com holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @ns1.hpbroadcasting.com holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31665
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;holidaysentinel.com.           IN      A

;; ANSWER SECTION:
holidaysentinel.com.    259200  IN      A       64.253.204.137

;; AUTHORITY SECTION:
holidaysentinel.com.    259200  IN      NS      www.holidaysentinel.com.

;; Query time: 48 msec
;; SERVER: 64.253.204.137#53(ns1.hpbroadcasting.com)
;; WHEN: Thu May 29 15:10:17 2003
;; MSG SIZE  rcvd: 71

# dig @ns2.hpbroadcasting.com holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @ns2.hpbroadcasting.com holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14131
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;holidaysentinel.com.           IN      A

;; ANSWER SECTION:
holidaysentinel.com.    259200  IN      A       64.253.204.137

;; AUTHORITY SECTION:
holidaysentinel.com.    259200  IN      NS      www.holidaysentinel.com.

;; Query time: 37 msec
;; SERVER: 64.253.204.136#53(ns2.hpbroadcasting.com)
;; WHEN: Thu May 29 15:10:29 2003
;; MSG SIZE  rcvd: 71

# dig @ns1.hpbroadcasting.com www.holidaysentinel.com
; <<>> DiG 9.2.1 <<>> @ns1.hpbroadcasting.com www.holidaysentinel.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62134
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.holidaysentinel.com.       IN      A

;; ANSWER SECTION:
www.holidaysentinel.com. 259200 IN      CNAME   holidaysentinel.com.
holidaysentinel.com.    259200  IN      A       64.253.204.137

;; AUTHORITY SECTION:
holidaysentinel.com.    259200  IN      NS      www.holidaysentinel.com.

;; Query time: 37 msec
;; SERVER: 64.253.204.137#53(ns1.hpbroadcasting.com)
;; WHEN: Thu May 29 15:10:39 2003
;; MSG SIZE  rcvd: 85

Thanks in advance for any/all help with this.

Ann Waters
Kaiser Permanente
Silver Spring, MD





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe