Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2001 20:41:31 -0700
From:      "Kory Hamzeh" <kory@avatar.com>
To:        "Beech Rintoul" <akbeech@anchoragerescue.org>, <freebsd-questions@freebsd.org>
Subject:   RE: Repeating message from bind
Message-ID:  <000501c15462$1d09e340$14ce21c7@avatar.com>
In-Reply-To: <20011014033455.C903D79@nebula.anchoragerescue.org>

next in thread | previous in thread | raw e-mail | index | archive | help


> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG
> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Beech Rintoul
>
> On Saturday 13 October 2001 07:14 pm, Kory Hamzeh wrote:
> > When I upgraded one of our servers from FBSD 2.2.2 to RELEASE-4.3, I get
> > the following message from bind every 10 to 20 seconds with the
> source port
> > increasing:
> >
> > Oct 11 22:18:49 ns1 named[205]: denied update from
> [24.2.30.138].13046 for
> > "avatar.com"
> >
> > "avatar.com" is our domain. 24.2.30.138 seems to be a part of
> the home.com
> > domain, but they are not my ISP. The interesting thing is that one of my
> > secondaries is a part of home.com, but he doesn't have any
> problems doing
> > zone transfers.
> >
> > What does this message mean and how do I go about dealing with
> this? It if
> > filling up the log files. I'm running named 8.2.3-REL.
> >
> > Thanks,
> > Kory
>
> It would be helpful if you posted your named.conf & soa records.
>
> Beech

Alright, here you go:

------------------------ named.conf --------------------------
options {
#
# named boot file
#
	directory "/etc/namedb";
};

#
zone "." {
	type hint;
	file "named.root";
};

#
zone "avatar.com" {
	type master;
	file "domain.db";
};

zone "206.33.199.in-addr.arpa" {
	type master;
	file "reverse.db";
};

zone "0.0.127.in-addr.arpa" {
	type master;
	file "localhost.rev";
};

zone "metaphysical-store.com" {
	type master;
	file "metaphysical-store.domain.db";
};

zone "agasha.org" {
	type master;
	file "agasha.domain.db";
};
--------------------- SOA for avatar.com -----------------------------
@	IN	SOA	avatar.com.	hostmaster.avatar.com. (
				37	; Serial number
				172800	; Refresh every 2 days
				3600	; Retry every hour
				1728000	; Expire every 20 days
				172800 ); Minimum 2 days
;
		IN	NS	ns1.avatar.com.
		IN	NS	ns.wsrcc.com.
		IN	NS	dumbcat.snafu.org.
		IN	MX	10 ns1.avatar.com.
		IN	MX	20 backupmx1.veriomail.com.
		IN	MX	30 backupmx2.veriomail.com.
;
----------------------------------------------------------------------------

Thanks,
Kory


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?000501c15462$1d09e340$14ce21c7>