also-notify and nsupdate doesnt work

Alan Clegg alan at clegg.com
Mon May 2 14:25:27 UTC 2016


On 5/2/16, 10:09 AM, "bind-users-bounces at lists.isc.org on behalf of
jonny at hasig.de" <bind-users-bounces at lists.isc.org on behalf of
jonny at hasig.de> wrote:
>
>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;};
>};


There's nothing in this part of the configuration that links key usage to
the zone.

AlanC




More information about the bind-users mailing list