Date: Mon, 30 Oct 2000 15:32:58 -0700 From: Chris Fedde <chris@fedde.littleton.co.us> To: Chris Angell <root@chrisangell.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS related question Message-ID: <200010302232.e9UMWwI53220@fedde.littleton.co.us> In-Reply-To: <Pine.BSF.4.21.0010301339310.3660-100000@redqueen.chrisangell.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Oct 2000 13:40:27 -0800 (PST) Chris Angell wrote: +------------------ | The line below pops up often in my dnslogs. Could anyone tell me what it | is? | | Oct 30 13:33:01 www | named[79]: ns_resp: query(30.1.206.167.in-addr.arpa) NS points to CNAME | (NS1.CV.NET:) +------------------ The zone file for NS1.CV.NET are misconfigured. NS records should point to A records. But in this case it looks like the config is NS record to CNAME record to A record. BIND and the RFC do not like this. This is a pretty common mistake. If it bugs you it can be turned off. Just take a look at the manual page for named.conf. Good luck chris -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010302232.e9UMWwI53220>