Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 1996 21:45:38 -0500 (EST)
From:      Andrew Webster <andrew@fortress.org>
To:        Ronald Wiplinger <ronald@linkou.trace.com.tw>
Cc:        Verdell hicks <verdell@novalink.com>, freebsd-isp@FreeBSD.org
Subject:   Re: Name Server Q
Message-ID:  <Pine.BSF.3.91.961121214321.6459A-100000@guardian.fortress.org>
In-Reply-To: <Pine.LNX.3.93.961122082458.22438A-100000@linkou.trace.com.tw>

next in thread | previous in thread | raw e-mail | index | archive | help

On Fri, 22 Nov 1996, Ronald Wiplinger wrote:
> On Thu, 21 Nov 1996, Verdell hicks wrote:
> 
> > Using Named I have CNAME entries which map to an actual entry, ie
> > 
> > 	somename            A       192.168.12.234
> > 	news	            CNAME   loki
> > 
> > So at this point in time somename.novalink.com is 192.168.12.234 and
> > news.novalink.com is an alias that points to somename.novalink.com.
> > If you nslookup either name it hits back with the correct IP address.
> > Problem, How do you get it to respond with both names if you nslookup
> > the IP address.  Currently it only comes back with the actual machines
> > name and no alias.  This is a problem beacause our reverse lookup file
> > can have only one reverse entry in per ip number.  So it reads like this
> > 
> > 	234     IN      PTR     somename.novalink.com.
> > 
> > If i put in 
> > 
> > 	234	IN	PTR	somename.novalink.com.
> > 	234	IN	PTR	news.novalink.com.
> > 
> > it only responds with the first entry.
> 
> 
> 
> That is true and correct!
> If you don't like it, setup another machine!
>  where you get a new rev entry.


I disagree, it will respond with the FIRST entry in the database.  If the 
database contains somename before news, it will respond with somename.  
If news appears before somename, it will respond with news.

This is especially true if the responses are comming from a secondary server.

It will cause you headaches because the machine's identity if ever 
checked by reverse address lookup may sometimes fail.

Andrew Webster                              andrew@pubnix.net   
PubNIX Montreal    Connected to the world   Branche au monde
P.O. Box 147       Cote Saint Luc, Quebec   H4V 2Y3
tel 514.990.5911   http://www.pubnix.net    fax 514.990.9443




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961121214321.6459A-100000>