setting DDNS and listen-on

Mark_Andrews at isc.org Mark_Andrews at isc.org
Fri May 17 22:01:07 UTC 2002


> Hi
> I've installed bind 8.3.1 master on W2k server, I need setting the dns
> that listen from only 1 adress (for ex. 192.168.0.1) so my named.conf
> is:
> 
> options { 
> directory "C:\\var\\named";
> notify yes;
> also-notify {192.168.0.2;};
> check-names master warn;
> 
> allow-transfer{
> 	192.168.0.2; 
> 	127.0.0.1; 
> 	};
> 
> listen-on {192.168.0.1};

	You are missing a semi-colon.

	listen-on { 192.168.0.1; };
	
	Mark

> 
> };
> 
> but when reload the bind i see in the in the file "named.run" that it
> load listen on port 53 for localnets:
> 
> dup interface addr [127.0.0.1].53 (Loopback Interface (interface 1))
> getnetconf: considering TCP/IP Interface 2 [192.168.0.10]
> dup interface addr [151.168.0.10].53 (TCP/IP Interface 2)
> ......
> getnetconf: considering TCP/IP Interface 3 [192.168.0.1]
> dup interface addr [192.168.0.1].53 (TCP/IP Interface 3)
> 
>  What I have to do?
> 
> Hiw can setting bind for DDNS?
> 
> Thanks a lot
> Sorry for my english
> BB
> 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list