BIND 9.2.0 named.conf problem

WebReactor Networks bind at webreactor.net
Tue Mar 5 18:09:34 UTC 2002


Johan:

What does named.conf look like on the slave servers?

  - John R. S. 


> From: johan at izaxon.com (Johan Isaksson)
> Organization: http://groups.google.com/
> Newsgroups: comp.protocols.dns.bind
> Date: 5 Mar 2002 05:36:44 -0800
> To: comp-protocols-dns-bind at isc.org
> Subject: BIND 9.2.0 named.conf problem
> 
> 
> I run BIND 9.2.0 on Windows XP Prof. The following named.conf file
> seems to work, but information is not replicated (copied) to other
> name servers (both secondary DNS and other name servers). I have
> updated the serial number.
> Any help is appreciated!
> Thanks,
> Johan
> 
> ---->named.conf
> options {
> directory "/windows/system32/dns/etc";           // Working
> directory
> pid-file "named.pid";              // Put pid file in working dir
> allow-query { any; };              // This is the default
> recursion no;                      // Do not provide recursive
> service
> };
> 
> // Root server hints
> zone "." { 
> type hint; 
> file "named.cache";
> };
> 
> // Provide a reverse mapping for the loopback address 127.0.0.1
> zone "0.0.127.in-addr.arpa" {
> type master;
> file "db.127.0.0";
> notify no;
> };
> 
> zone "21.181.212.in-addr.arpa" {
> type master;
> notify no;
> file "db.inaddr";
> };
> 
> zone "izaxon.com" {
> type master;
> file "izaxon.com";
> };
> 
> zone "singularity.se" {
> type master;
> file "singularity.se";
> };
> 
> 



More information about the bind-users mailing list