Date: Fri, 3 Nov 2000 04:12:01 -0600 From: Larry Rosenman <ler@lerctr.org> To: Dan Larsson <dl@tyfon.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: named weirdness... Message-ID: <20001103041201.A19131@lerami.lerctr.org> In-Reply-To: <20001103034751.A17526@lerami.lerctr.org>; from ler@lerctr.org on Fri, Nov 03, 2000 at 03:47:51AM -0600 References: <20001103033908.A17022@lerami.lerctr.org> <Pine.BSF.4.21.0011031041500.4416-100000@hq1.tyfon.net> <20001103034751.A17526@lerami.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
And here is my named.conf:
// $FreeBSD: src/etc/namedb/named.conf,v 1.6.2.1 2000/07/15 07:49:29 kris Exp $
//
// Refer to the named(8) man page for details. If you are ever going
// to setup a primary server, make sure you've understood the hairy
// details of how DNS is working. Even with simple mistakes, you can
// break connectivity for affected parties, or cause huge amount of
// useless Internet traffic.
options {
directory "/etc/namedb";
};
zone "." {
type hint;
file "named.root";
};
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" {
type master;
file "localhost.rev";
};
zone "lerctr.org" {
type slave;
file "s/lerctr.org";
masters {
207.158.72.11;
};
};
* Larry Rosenman <ler@lerctr.org> [001103 03:48]:
> * Dan Larsson <dl@tyfon.net> [001103 03:44]:
> > On Fri, 3 Nov 2000, Larry Rosenman wrote:
> >
> > | Why is OUR named sending notify's for a SECONDARY zone?
> >
> > Are you running dhcpd with dynamic updates?
> NO. No dhcp at all.
> >
> > |
> >
> > Regards
> > +------
> > Dan Larsson | Tel: +46 8 550 120 21
> > Tyfon Svenska AB | Fax: +46 8 550 120 02
> > GPG and PGP keys | finger dl@hq1.tyfon.net
> >
> >
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001103041201.A19131>
