also-notify and nsupdate doesnt work

jonny at hasig.de jonny at hasig.de
Mon May 2 14:09:14 UTC 2016


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











More information about the bind-users mailing list