[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

bind9 ns1 and ns2 not authorative



dear all,

i'm doing an attempt to set up a master and slave setup with bind9, at the moment i have setup 2 etch Vservers on the same machine as ns1 and ns2.

on NS2.itech.nl i get the message "not authorative" and for these domains there is no transfer between ns1 and ns2. 1 zone (itech.nl) that has been added via smbind transfers OK, so i guess its not a permission problem. still not sure what to think of the message "not authorative" is it about ns1 or ns2 or the zone file itself?

Aug 22 09:28:45 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone 'localhost' Aug 22 09:28:46 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone '255.in-addr.arpa' Aug 22 09:28:46 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone '127.in-addr.arpa' Aug 22 09:28:46 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone 'euronic.nl': not authoritative Aug 22 09:28:46 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone '0.in-addr.arpa' Aug 22 09:28:46 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone 'unitedmembers.com': not authoritative Aug 22 09:28:46 ns2 named[19979]: client 212.123.250.54#33799: received notify for zone 'itech.nl' Aug 22 09:28:46 ns2 named[19979]: zone itech.nl/IN: notify from 212.123.250.54#33799: zone is up to date


on PRIMARY NS1.itech.nl i have installed smbind to have a nice interface for adding new domains.

i left named.conf in its original state

i changed /etc/bind/named.conf.options to look as below (not sure if the allow-transfer is the correct syntax)
options {
forwarders { 208.67.222.222; 208.67.220.220; };
       listen-on { 212.123.250.54; };
       also-notify {212.123.250.55;}; // all zones
       allow-transfer { 212.123.250.55; };

};

/etc/bind/named.conf.local i added:

include "/etc/smbind/smbind.conf";

smbind.conf reads as:

zone "euronic.nl" {
                       type master;
                       file "/etc/smbind/zones/euronic.nl";
               };

zone "itech.nl" {
                       type master;
                       file "/etc/smbind/zones/itech.nl";
               };

zone "unitedmembers.com" {
                       type master;
                       file "/etc/smbind/zones/unitedmembers.com";
               };




on SECONDARY NS2.itech.nl

/etc/bind/named.conf.options
options {
forwarders { 208.67.222.222; 208.67.220.220; };

       listen-on { 212.123.250.55; };

       allow-notify { 212.123.250.54; };
};






Reply to: