From owner-freebsd-security Sat Jan 29 8:56:44 2000 Delivered-To: freebsd-security@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id B55E0160D6 for ; Sat, 29 Jan 2000 08:56:35 -0800 (PST) (envelope-from sthaug@nethelp.no) Received: (qmail 99755 invoked by uid 1001); 29 Jan 2000 16:56:33 +0000 (GMT) To: phk@critter.freebsd.dk Cc: fbsd-security@ursine.com, freebsd-security@FreeBSD.ORG Subject: Re: Continual DNS requests from mysterious IP From: sthaug@nethelp.no In-Reply-To: Your message of "Sat, 29 Jan 2000 17:46:54 +0100" References: <13429.949164414@critter.freebsd.dk> X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sat, 29 Jan 2000 17:56:33 +0100 Message-ID: <99753.949164993@verdi.nethelp.no> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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