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

Re: nameservers in bind



On Mon, 27 Nov 2000, Sebastiaan wrote:

> Hello,
> I am trying to configure my dns so that a www query to my domain will be
> handled by another nameserver. Yet, I have the following line in
> /etc/bind/db.domain:
> 
> www	IN	NS	202.67.129.130
> 
> but when I do a nslookup with q=any, it gives:
> Non-authoritive answer:
> www.domain.com		nameserver = 202.67.129.130.domain.com
> 

If I'm not mistaken it's supposed to be done this way:

www	IN	NS	www-dns
www-dns	IN	A	12.12.12.12



Reply to: