On 04/28/2011 04:10 AM, jeffrey j donovan wrote:

master 192.168.1.2

zone "mydomain.com" {
        type master;
        file "domain.db";
        allow-transfer { 192.168.96.3; };

Ok, you have an allow-transfer so this is working.

        allow-update {none;};
};

zone "96.168.192.in-addr.arpa" {
        type master;
        file "in-arpa-192/REV-NOC.db";
};

zone "97.168.192.in-addr.arpa" {
        type master;
        file "in-arpa-192/REV-EDC.db";
};

There is no allow-transfer on these two zones, so they are failing.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to