[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nslookup: unexpected results



Maurizio Marini <maurizio.m@provincia.ps.it> writes:

> > edu
> nslookup try to resolve edu (or any othe d1^ level domain)
> appending your default domain to edu:
> edu.aaa.bbb.com does not exist
> 
> So, you have to close edu with a dot:
> > edu.
> 
> and you will get what you expect to get.

No, this is the correct behaviour. See the DNS-HowTo. Here is an extract:

DNS is a hierarchical system.  The top is written `.' and pronounced `root'.
[...]

       $ nslookup
       Default Server:  localhost
       Address:  127.0.0.1

  Start asking a root server.

       > server c.root-servers.net.
       Default Server:  c.root-servers.net
       Address:  192.33.4.12

  Set the Query type to NS (name server records).

       > set q=ns

  Ask about edu.

       > edu.

  The trailing . here is significant, it tells the server we're asking
  that edu is right under . (this narrows the search somewhat).    

Ciao,
	Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: