Dean Hamstead wrote:
> 
> Just a question
> by intranet DNS server doesnt return authoritive answers for my
> dummy domain, however as far as i can see it is the master.
> I had a good browse through the dns howto without much luck
> 
> Im guessing its something obvious or your dns server needs the blessing
> of the greater dns network to be authoritive....
AFAIK there's pretty much no such thing as authoritive unless you mean
being a primary nameserver. WHen you do an DNS lookup and you get a
'Non-authorative' answer it merely means that thet request has come out
of the nameservers cache after a previous lookup and it's htre for
non-authorative i.e. "I'm 99% sure this address is right, but it's not
100% because it came out of my cache and it might have changed in the
interim"
If you want to test this theory, do two lookups in a row for some
obscure domain name. You'll get two ansers, the second coming out of the
cache.
[root@graeme bin]# nslookup www.ucdavis.edu
Server:  gateway.home
Address:  192.168.0.254

Name:    www.ucdavis.edu
Address:  169.237.105.90

[root@graeme bin]# nslookup www.ucdavis.edu
Server:  gateway.home
Address:  192.168.0.254

Non-authoritative answer:
Name:    www.ucdavis.edu
Address:  169.237.105.90

Hope this helps.

Cheers,
 Graeme
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to