dns domain misc response

Cricket Liu cricket at menandmice.com
Tue Nov 20 17:09:13 UTC 2001


> I've a domain "hanriot.com"
> 
> * When i do a whois on it, i've _correct_ dns name :
> 
>    Record last updated on 14-Nov-2001.
>    Record expires on 17-Jul-2002.
>    Record created on 17-Jul-2001.
>    Database last updated on 19-Nov-2001 19:11:00 EST.
> 
>    Domain servers in listed order:
> 
>    NS0.IMAGINET.NET             195.68.0.11
>    NS1.IMAGINET.NET             195.68.0.12
> 
> * I created map on NS0 :
> 
> dnstool:/usr/local/bind/MAPS/MASTER/com# more hanriot.com.db
> @       IN      SOA     ns0.imaginet.net. hostmaster.imaginet.net. (
>                                 2001072404 ; Serial
>                                 21600   ; Refresh 6 hours
>                                 3600    ; Retry   1 hour
>                                 604800  ; Expire  1 week
>                                 600 ) ; Minimum TTL
> hanriot.com.            IN NS           ns0.imaginet.net.
> hanriot.com.            IN NS           ns1.imaginet.net.
> hanriot.com.            IN MX   10      mx.coltfrance.com.
> 
> * When I asked to NS0 request about this domain, it works fine :
> 
> dnstool:/usr/local/bind/MAPS/MASTER/com# nslookup
> Default Server:  nscache0.imaginet.net
> Address:  195.68.0.1
> 
> > set q=any
> > server 195.68.0.11
> Default Server:  ns0.imaginet.net
> Address:  195.68.0.11
> 
> > hanriot.com.
> Server:  ns0.imaginet.net
> Address:  195.68.0.11
> 
> hanriot.com     preference = 10, mail exchanger = mx.coltfrance.com
> hanriot.com     nameserver = ns0.imaginet.net
> hanriot.com     nameserver = ns1.imaginet.net
> hanriot.com
>         origin = ns0.imaginet.net
>         mail addr = hostmaster.imaginet.net
>         serial = 2001072404
>         refresh = 21600 (6H)
>         retry   = 3600 (1H)
>         expire  = 604800 (1W)
>         minimum ttl = 600 (10M)
> hanriot.com     nameserver = ns0.imaginet.net
> hanriot.com     nameserver = ns1.imaginet.net
> mx.coltfrance.com       internet address = 213.41.78.23
> mx.coltfrance.com       internet address = 213.41.78.24
> ns0.imaginet.net        internet address = 195.68.0.11
> ns1.imaginet.net        internet address = 195.68.0.12
> 
> * Now, when i ask to any cache, i've no response :
> 
> virgin# nslookup
> Default Server:  phragmite.cybercable.fr
> Address:  212.198.0.66
> 
> > set q=any
> > hanriot.com.
> Server:  phragmite.cybercable.fr
> Address:  212.198.0.66
> 
> *** phragmite.cybercable.fr can't find hanriot.com.: Non-existent
> host/domain
> 
>  I tried on my own cache :
> 
> > server 195.68.0.1
> Default Server:  nscache0.imaginet.net
> Address:  195.68.0.1
> 
> > hanriot.com.
> Server:  nscache0.imaginet.net
> Address:  195.68.0.1
> 
> *** nscache0.imaginet.net can't find hanriot.com.: Non-existent 
> host/domain
> 
> Anybody could turn me towards the good way ?

It looks as though the delegation for hanriot.com hasn't been
added to the com name servers yet:

# dig @a.gtld-servers.net. any hanriot.com. +pfmin
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 65218
;; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      hanriot.com, type = ANY, class = IN

The whois entry looks brand-new.  You probably just need to wait
until the delegation is added.

cricket

Men & Mice
DNS Software & Services
www.menandmice.com

Attend our next DNS and BIND class!  See
http://www.menandmice.com/8000/8000_dns_training.html
for the schedule and to register for upcoming classes


More information about the bind-users mailing list