> 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
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to