From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 20:28:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B4816A4CE for ; Wed, 19 Jan 2005 20:28:27 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6164543D55 for ; Wed, 19 Jan 2005 20:28:27 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1CrMRG-0003J3-3f; Wed, 19 Jan 2005 21:28:26 +0100 Date: Wed, 19 Jan 2005 21:28:25 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <12216976631.20050119212825@hexren.net> To: Albert Shih In-Reply-To: <20050119201433.GB17385@math.jussieu.fr> References: <2215678704.20050119210647@hexren.net> <20050119201433.GB17385@math.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re[2]: Running named on one interface only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 20:28:27 -0000 AS> Le 19/01/2005 à 21:06:47+0100, Hexren a écrit >> *gnaahh* I seem to be unable to locate any information about limiting >> nameds service to one interface only. Does anybody know where to do >> this ? AS> In named.conf something like AS> options { AS> listen-on port 53 { 127.0.0.1 ; your_address ; }; AS> transfer-source your_address port 53; AS> notify-source your_address port 53; AS> work fine. AS> Regards. AS> -- AS> Albert SHIH AS> Universite de Paris 7 (Denis DIDEROT) AS> U.F.R. de Mathematiques. AS> Heure local/Local time: AS> Wed Jan 19 21:13:19 CET 2005 --------------------------------------------- thank you that helped :) Hexren