Re: Running named on one interface only

2005-01-19 Thread Greg Barniskis
Hexren wrote:
*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 ?
Thank you
Hexren
in named.conf,
options {
  listen-on { 10.0.0.1; 192.168.0.1; };
};
should cause the server to listen on 10.0.0.1 and 192.168.0.1 and no 
 other interfaces. (YMMV, as I've never actually done this). Don't 
forget to stop and start named after tweaking named.conf.

--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: Running named on one interface only

2005-01-19 Thread Hexren
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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Running named on one interface only

2005-01-19 Thread Benjamin Walkenhorst
Hexren wrote:
*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 ?
 

Put the following line into your named.conf's options section:
listen-on {  };
In case you use IPv6, the directive is listen-on-v6 IIRC.
Kind regards,
Benjamin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Running named on one interface only

2005-01-19 Thread Albert Shih
 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Running named on one interface only

2005-01-19 Thread Hexren
*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 ?

Thank you
Hexren

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"