Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 17:56:33 +0100
From:      sthaug@nethelp.no
To:        phk@critter.freebsd.dk
Cc:        fbsd-security@ursine.com, freebsd-security@FreeBSD.ORG
Subject:   Re: Continual DNS requests from mysterious IP 
Message-ID:  <99753.949164993@verdi.nethelp.no>
In-Reply-To: Your message of "Sat, 29 Jan 2000 17:46:54 %2B0100"
References:  <13429.949164414@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
> Tell named to only recurse for your own IP range (takes code hacking).

Not really. "allow-recursion" is your friend.

options {
	allow-recursion {
		localnets;
		x.y.z/24;	// Other addresses allowed
	};
};

Requires BIND 8.2.1 or newer.

Steinar Haug, Nethelp consulting, sthaug@nethelp.no


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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