Secondary DNS configuration

Len Conrad lconrad at go2france.com
Wed May 24 09:54:01 UTC 2000


>zone "local.domain"{
>     type slave;
>     file "sec/local.domain";
>     master{ 192.168.1.8 };
>};
>.......
>
>and I add a NS line to my primary local DNS.
>
>After I did it and restart the service, I expect that secondary DNS get
>a copy of his primary DNS, but It didn't.
>
>How does it works???
>What must I do???

Put this in your ns's named.conf and debug away (change file path) :

logging
{
channel my_file { file "c:\winnt\system32\dns\etc\named.run"; severity 
debug; print-time yes; };
category default {my_file;};
category panic {my_file;};
category packet {my_file;};
category eventlib {my_file;};
category queries {my_file;};
};

Len




More information about the bind-users mailing list