Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2005 21:14:33 +0100
From:      Albert Shih <shih@math.jussieu.fr>
To:        Hexren <me@hexren.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Running named on one interface only
Message-ID:  <20050119201433.GB17385@math.jussieu.fr>
In-Reply-To: <2215678704.20050119210647@hexren.net>
References:  <2215678704.20050119210647@hexren.net>

next in thread | previous in thread | raw e-mail | index | archive | help
 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 ?
In named.conf something like

options {
 listen-on port 53 { 127.0.0.1 ; your_address ; };
 transfer-source your_address port 53;
 notify-source your_address port 53;

work fine.

Regards.


--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Wed Jan 19 21:13:19 CET 2005



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