BIND Slave Server won't update zones

Boris Dimitrov b2 at playtime.bg
Tue May 19 14:54:41 UTC 2009


Hi list, 
I've got some confusion with BIND master/slave servers that i'm trying
to setup. First , i already have master that work well for our zones .
The problem is my slave server didn't update from master when receive
notify. all options are ok , but i got this error on slave :


May 19 17:34:10 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone 'playtime.bg': not authoritative
May 19 17:34:10 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone '220.120.87.IN-ADDR.ARPA': not authoritative
May 19 17:35:23 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone 'playtime.bg': not authoritative
May 19 17:35:23 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone '219.120.87.IN-ADDR.ARPA': not authoritative
May 19 17:35:52 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone 'playtime.bg': not authoritative
May 19 17:35:52 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone '220.120.87.IN-ADDR.ARPA': not authoritative
May 19 17:36:07 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone 'playtime.bg': not authoritative
May 19 17:36:07 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone '52.121.87.IN-ADDR.ARPA': not authoritative
May 19 17:36:09 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone 'playtime.bg': not authoritative
May 19 17:36:09 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone '221.120.87.IN-ADDR.ARPA': not authoritative
May 19 17:36:10 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone 'playtime.bg': not authoritative
May 19 17:36:10 b2 named[28521]: client 87.120.218.2#49206: received
notify for zone '219.120.87.IN-ADDR.ARPA': not authoritative

MASTER SERVER CONFIGURATION 

options {
        directory       "/etc/namedb";
        pid-file        "/var/run/named/pid";
        dump-file       "/var/dump/named_dump.db";
        statistics-file "/var/stats/named.stats";
	version "NS1 [BIND]";
        listen-on       { 127.0.0.1; 87.120.218.2; };
        allow-transfer  { 87.120.218.199 };
        also-notify     { 87.120.218.199 };
};


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


SLAVE SERVER CONFIGURATION

options {
	directory "/var/cache/bind";
	auth-nxdomain no;    # conform to RFC1035
	listen-on { 127.0.0.1; 87.120.218.199; };
	listen-on-v6 { any; };
	version "NS2 [BIND]";
        allow-transfer { 87.120.218.2; };
        allow-notify { 87.120.218.2; };
};


I want to have full automatic transfer from master to slave ,
if I create slave zones manual it's not a problem for master to update
them, but i want to do this automatic if it is possible ?

Can anybody help me with this ?

I googled around but not found any helpful answer.
Thanks in advance and sorry for my poor english.





More information about the bind-users mailing list