From owner-freebsd-questions Tue Feb 25 01:21:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA12443 for questions-outgoing; Tue, 25 Feb 1997 01:21:35 -0800 (PST) Received: from merlin.netlab.london.sco.com (merlin.netlab.london.sco.com [150.126.252.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA12425 for ; Tue, 25 Feb 1997 01:21:32 -0800 (PST) Received: (from ashleyb@localhost) by merlin.netlab.london.sco.com (8.8.3/dme/nice-1.1) id JAA01498; Tue, 25 Feb 1997 09:20:24 GMT To: Roland Krocin Cc: questions@freebsd.org Subject: Re: nslookup and named References: Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII From: Ashley Baumann Date: 25 Feb 1997 09:20:21 +0000 In-Reply-To: Doug White's message of Mon, 24 Feb 1997 23:04:23 -0800 (PST) Message-ID: Lines: 43 X-Mailer: Gnus v5.4.12/XEmacs 19.14 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If you set RES_OPTIONS=debug in your environment, you can see what operations are being performed by the resolver library. In the case that hangs I get : ;; QUESTIONS: ;; ns1.netchicago.net, type = A, class = IN ;; ANSWERS: ns1.netchicago.net. 3398 IN A 205.164.13.70 ;; res_mkquery(0, 70.13.164.205.in-addr.arpa, 1, 12) timeout (5 secs) timeout (10 secs) timeout (20 secs) timeout (40 secs) So, for me, it is hanging doing the reverse lookup. Check that you get the same results. 13.164.205.in-addr.arpa is served by KITTEN.MCS.COM and CEREBUS.MCS.COM. Neither of these want to tell me who 70.13.164.in-addr.arpa is. Verify that the in-addr entries been set up/delegated correctly. Ashleyb > On Sun, 23 Feb 1997, Roland Krocin wrote: > > > Hello, > > I'm running FBSD 2.1.6 and have recently been having a problem with > > nslookup, namely when I do a (on the ns1 machine) > > > > % nslookup - ns1.netchicago.net > > *** Can't find server name for address 205.164.13.70: Server failed > > *** Default servers are not available > > > > ...and it falls back to the prompt. Yet when I run nslookup without any > > parameters it goes to the default localhost (which is the same as the > > ns1 machine) fine. The above machine is registered with internic and > > appears in /etc/hosts. Is this some sort of a namedb zone problem (yes, > > the machine is listed in the zone db file as well)? Thanks to everyone > > in advance!!