Once more with feeling....

I have a master server and another that's supposed to be a slave. I
have notify ste to on on the master, but never see the slave inititate
a transfer wehn I change the serial number on the master.

I tried setting query source to port 53 to avoid firewalling issues;
that made no difference.

On the slave machine I can run "dig @master axfr zone" and get it.

The slave's named.conf has this stanza, and a similar one for the
forward zone:

zone "1.168.192.in-addr.arpa" {
        type slave;
        file "sites/localdomain/reverse.zone";
        allow-transfer { 127.0.0.1; };
        masters { 192.168.1.47; };
        allow-query { any; };
        zone-statistics yes;
        notify no;
        also-notify {  };
};

On the master:

zone "1.168.192.in-addr.arpa" {
        type master;
        file "sites/localdomain/reverse.zone";
        allow-transfer { 127.0.0.1;192.168.1.4; };
        allow-update { key "rndc_key"; };
        allow-query { any; };
        zone-statistics yes;
        notify yes;
        also-notify { };
};

Both machines are Ubuntu 07.10, running bind9-1:9.4.1. The slave used
to work with a Fedora 7 machine running bind-9.4.2-1.

Ideas?

-- 

Charles Curley                  /"\    ASCII Ribbon Campaign
Looking for fine software       \ /    Respect for open standards
and/or writing?                  X     No HTML/RTF in email
http://www.charlescurley.com    / \    No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB

Attachment: signature.asc
Description: Digital signature

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to