Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 07:50:11 -0800
From:      Keith Walker <kew@icehouse.net>
To:        Jan Grant <Jan.Grant@bristol.ac.uk>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Using BIND in a local, bogus network
Message-ID:  <01010507501100.01946@mars.walker.dom>
In-Reply-To: <Pine.GSO.4.21.0101051008460.20932-100000@mail.ilrt.bris.ac.uk>
References:  <Pine.GSO.4.21.0101051008460.20932-100000@mail.ilrt.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01010507501100.01946>