Win2K3-AD Master - Bind Slave transfers fail

William B. Cattell wbcattell1.nospam at yahoo.com
Mon Jul 3 14:34:32 UTC 2006


I've been reading this newsgroup, reading DNS/BIND from O'Reilly and MS
Technet but I'm missing something...  and it's driving me nuts.  Help.

I have a Win2K3 server running AD as a zone master.  I'm trying to set up
a slave on a Mandriva 2006 box running bind 9.3.1.

Here's a snippet from the /etc/named.conf;

zone "texasflood.us" {
        type slave;
        masters {
                192.168.0.46;
                };
        file "/etc/texasflood.us.hosts";
        check-names ignore;
        allow-update {
                192.168.0.46;
                };
        allow-transfer {
                192.168.0.46;
                };
        };
zone "0.168.192.in-addr.arpa" {
        type slave;
        masters {
                192.168.0.46;
                };
        file "/etc/192.168.0.rev";
        check-names ignore;
        };
server 192.168.0.46 {
        };
server 192.168.0.48 {
        };

---------------------------

...and entries from syslog;

Jul  3 09:19:40 sam named[3229]: client 192.168.0.46#4877: received notify for zone 'texasflood.us'
Jul  3 09:19:40 sam named[3229]: zone texasflood.us/IN: Transfer started.
Jul  3 09:19:40 sam named[3229]: transfer of 'texasflood.us/IN' from 192.168.0.46#53: connected using 192.168.0.15#32799
Jul  3 09:19:41 sam named[3229]: dumping master file: /etc/tmp-jHyQa1q7Z1: open: permission denied
Jul  3 09:19:41 sam named[3229]: transfer of 'texasflood.us/IN' from 192.168.0.46#53: failed while receiving responses: permission denied
Jul  3 09:19:41 sam named[3229]: transfer of 'texasflood.us/IN' from 192.168.0.46#53: end of transfer
Jul  3 09:20:13 sam named[3229]: client 192.168.0.46#4877: received notify for zone 'texasflood.us'
Jul  3 09:20:13 sam named[3229]: zone texasflood.us/IN: Transfer started.
Jul  3 09:20:13 sam named[3229]: transfer of 'texasflood.us/IN' from 192.168.0.46#53: connected using 192.168.0.15#32800
Jul  3 09:20:13 sam named[3229]: dumping master file: /etc/tmp-g5gixf2xhM: open: permission denied
Jul  3 09:20:13 sam named[3229]: transfer of 'texasflood.us/IN' from 192.168.0.46#53: failed while receiving responses: permission denied
Jul  3 09:20:13 sam named[3229]: transfer of 'texasflood.us/IN' from 192.168.0.46#53: end of transfer
Jul  3 09:21:10 sam named[3229]: client 192.168.0.46#4877: received notify for zone '0.168.192.in-addr.arpa'
Jul  3 09:21:10 sam named[3229]: zone 0.168.192.in-addr.arpa/IN: Transfer started.
Jul  3 09:21:10 sam named[3229]: transfer of '0.168.192.in-addr.arpa/IN' from 192.168.0.46#53: connected using 192.168.0.15#32801
Jul  3 09:21:11 sam named[3229]: dumping master file: /etc/tmp-37BqztnzJS: open: permission denied
Jul  3 09:21:11 sam named[3229]: transfer of '0.168.192.in-addr.arpa/IN' from 192.168.0.46#53: failed while receiving responses: permission d
enied
Jul  3 09:21:11 sam named[3229]: transfer of '0.168.192.in-addr.arpa/IN'
from 192.168.0.46#53: end of transfer

----------------------------------

zone transfers are working from the master to another Win2K3 server set as
a slave, just not the bind slave.  Any help / suggestions would be
apprecaited.

TIA,

Bill



More information about the bind-users mailing list