Slaving root zone?

Terrence Koeman root at mediamonks.net
Wed Sep 5 15:27:47 UTC 2001


Hello,


I've just installed BIND 8.2.4-NT2 and I have the following problem:

This is my named.conf:

-------
options
{
directory "c:\windows\system32\dns\etc";
fetch-glue no;
version "";
use-id-pool yes;
};

logging
{
 channel my_file {file "c:/windows/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;};
 category lame-servers { null;};
 category cname { null;};
};
*/

zone "." {type slave; file "db.root"; masters { 213.19.140.10; };};
zone "mediamonks.net." {type slave; file "db.mm.net"; masters {
213.19.140.10; };};
-------

For some reason named doesn't pass the dot '.' on to named-xfer.exe as the
zone parameter, and thus, named-xfer.exe errors out and the zone is not
retrieved. Running named-xfer.exe manually with . as zone succesfully
retrieves the zone.

The mediamonks.net zone is retrieved correctly. Is this a bug or am I doing
something wrong?

--
Regards,

Terrence Koeman

Technical Director/Administrator
MediaMonks B.V. (www.mediamonks.nl)

Please quote all replies in correspondence.



More information about the bind-users mailing list