From owner-freebsd-hackers Fri Jun 28 23:13:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA09804 for hackers-outgoing; Fri, 28 Jun 1996 23:13:22 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA09798 for ; Fri, 28 Jun 1996 23:13:19 -0700 (PDT) Received: from localhost (tom@localhost) by misery.sdf.com (8.7.5/8.6.12) with SMTP id XAA00357; Fri, 28 Jun 1996 23:21:46 -0700 (PDT) Date: Fri, 28 Jun 1996 23:21:45 -0700 (PDT) From: Tom Samplonius To: Nate Williams cc: hackers@freebsd.org Subject: Re: BIND/named experts? In-Reply-To: <199606290440.WAA01748@rocky.mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Jun 1996, Nate Williams wrote: > My new class --C is now in place, and things appear to be working pretty > good. Things are being propogated correctly, and my MX sites have now > got all of the necessary information so mail will end up getting to me > sooner or later. > > However, 'named' doesn't work very well on my router box. It seems to > want to append '.sri.com' to *EVERY* query I make unless I end them with > a dot, which makes named on my router useless (except everyone getting > the information from my box seems to be doing OK with it.) This is the standard resolver behaviour. It tries with the domain name appended first, and if that fails, it will try without. I suspect that the second query it not working because your name server is not authoritative for the .sri.com. > Does anyone have any idea how I can track this down? Here is one > example of what appears to be happening from the logfile. What happens with nslookup in debug mode? Tom