From owner-freebsd-hackers Sun Oct 20 19:33:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA13196 for hackers-outgoing; Sun, 20 Oct 1996 19:33:22 -0700 (PDT) Received: from misery.sdf.com ([204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA13182 for ; Sun, 20 Oct 1996 19:33:17 -0700 (PDT) Received: from localhost (tom@localhost) by misery.sdf.com (8.8.0/8.7.3) with SMTP id TAA12681; Sun, 20 Oct 1996 19:55:46 -0700 (PDT) Date: Sun, 20 Oct 1996 19:55:44 -0700 (PDT) From: Tom Samplonius To: Keith Mitchell cc: hackers@freebsd.org Subject: Re: nslookup on Ultrix and Bind 4.9.4 In-Reply-To: <199610202113.RAA10451@unix.guru.org> 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 Sun, 20 Oct 1996, Keith Mitchell wrote: > I am runnign current on my FreeBSD system (10/18). I am using the machine > as a primary name server for the local network. Ever since bind was updated > to 4.9.4?? one of the other computers on the network could not use it as > a nameserver. The other computer is a DECstation 5k running Ultrix 4.4. > > nslookup comes back with messages like: > > *** Can't find server name for address 10.10.10.12: Query refused > *** Default servers are not available > > > And in the named debug file, I get: > > datagram from [198.82.200.88].1539, fd 5, len 27; now Sun Oct 20 17:10:33 1996 > ns_req: answer -> [198.82.200.88].1539 fd=5 id=1 size=27 Local > > > The funny thing is DNS lookups (gethostbyname, gethostbyaddr) seem to work > fine. nsquery seems to work as well. If I set the name server to be > one of the FreeBSD stable machines everything works fine (old bind). > > Any idea why the new bind would cause the resolver to fail on an old Ultrix > machine?? > > It could be using INVQ to find the server name. This was something that old nslookup's do. INVQ is depreciated. Try the nslookup from 4.9.4P1 on Ultrix. Get the full BIND 4.9.4P1 kit from ftp.vix.com:/pub/bind Tom