subdomain with domain

Graham Clinch g.clinch at lancaster.ac.uk
Wed Apr 1 15:56:15 UTC 2015


> zone "_msdcs.<domain>" {
> [..]
>  file "data/db.192.168.1.2.slave";
> };
> zone "<domain>" {
> [..]
>  file "data/db.192.168.1.2.slave";
> };

Both zones are being backed by the same file, so one will be overwriting
the other.  This may not be the cause of the half-working situation, but
it won't be helping.  Do the bind logs (not sure where Fedora puts them
though - /var/log/messages?) contain any errors?

Unless <domain> is really '192.168.1.2', I would suggest naming your
file after the zone that it is going to contain - e.g.

file "data/db._msdcs.<domain>";
and
file  "data/db.<domain>";

Graham


More information about the bind-users mailing list