From owner-freebsd-questions Fri Jan 5 7:51: 8 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 07:51:05 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail.icehouse.net (mail.icehouse.net [204.203.53.2]) by hub.freebsd.org (Postfix) with ESMTP id 6369637B400 for ; Fri, 5 Jan 2001 07:51:05 -0800 (PST) Received: from mars.walker.dom (ppp-273.icehouse.net [204.203.54.43]) by mail.icehouse.net (8.9.3/8.9.3/Debian 8.9.3-21) with SMTP id HAA20166; Fri, 5 Jan 2001 07:50:59 -0800 X-Authentication-Warning: mail.icehouse.net: Host ppp-273.icehouse.net [204.203.54.43] claimed to be mars.walker.dom From: Keith Walker To: Jan Grant Subject: Re: Using BIND in a local, bogus network Date: Fri, 5 Jan 2001 07:50:11 -0800 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="US-ASCII" Cc: freebsd-questions References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01010507501100.01946@mars.walker.dom> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday 05 January 2001 02:11 am, Jan Grant wrote: > On Thu, 4 Jan 2001, Keith Walker wrote: > > I've been perusing all of the FAQ's, reading TFM's, answered a few of > > some other folk's questions, now it's my turn to ask: > > [ stuff about my bogus dns elided ] > > A little more detail: for instance, does your NS also think it's > authoritative for the 0.168.192.in-addr.arpa. domain? > Yes, at least I think it is. I've got a reverse lookup file for both the 0.0.127.in-addr.arpa and the 0.168.192.in-addr.arpa domains, then another file for just the regular (?) host lookups. Is this right or wrong? Here's the entire named.conf file, edited for brevity: ---- options { forwarders { 204.203.53.5; }; forward only; }; zone "0.0.127.in-addr.arpa" { type master; file "127.0.0"; }; zone "0.168.192.in-addr.arpa" { type master; file "walker.rev"; }; zone "walker.dom" { type master; file "walker.dom"; }; ---- There *seems* to be some sort of timeout occuring with bind; it'll wait about 10 minutes and then it's off to the races with a whole bunch of lookups. Now, mind you, I'm guessing about the lookups by watching tcpdump output, but running named in debug/foreground mode shows activity that I may not understand, but it is activity. -- Keith Walker kew@icehouse.net PGP Key: http://www.icehouse.net/kew/public-key.pgp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message