hi,

What you're describing sounds wrong.  It shouldn't work that way.
what do you mean by "wrong" and which "it" should not work? :-)

Can you share your configuration so that we can see what's actually
happening?

sure :-)
samples:

1.
zone "abc.net" {
        notify yes;
        type master;
        file "abc.net";
        allow-transfer { any; };
        also-notify { 1.2.3.4;};
};

works. master, slave and hidden (1.2.3.4) gets notifies and updates.

2.
key "abc.net" {
        algorithm hmac-md5;
        secret "LB8hpcA...==";
};

zone "abc.net" {
        notify yes;
        type master;
        update-policy { grant * self - A TXT; };
        file "abc.net";
        allow-transfer { any; };
        also-notify { 1.2.3.4;};
};

works half. updates ok, slave get notifies and updates. 1.2.3.4 not.

jonny









_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to