I don't see the part where the acls are used. Is "also-notify" meant to be "allow-notify" ?

On 10/20/20 12:55 PM, Axel Rau wrote:
Using the IPv4 address of the dual stack notify receiver, works.

Has anybody a working IPv6 notify address in use?

Axel

Am 16.10.2020 um 10:59 schrieb Axel Rau <axel....@chaos1.de <mailto:axel....@chaos1.de>>:

Signierter PGP-Teil
Hi all,

related parts from my named.conf:
- - -
include "/usr/local/etc/namedb/dns-keys/Kns4-he.net.conf";


// slave.dns.he.net <http://slave.dns.he.net> pulls zones from us, ns1.he.net <http://ns1.he.net> receives notify from us
 server 216.218.133.2 {
   keys { ns4-he.net <http://ns4-he.net>. ; };
   };
 server 2001:470:600::2 {
   keys { ns4-he.net <http://ns4-he.net>. ; };
   };
 server 2001:470:100::2 {
   keys { ns4-he.net <http://ns4-he.net>. ; };
   };


// From slave.dns.he.net <http://slave.dns.he.net> pulls zones from us, ns1.he.net <http://ns1.he.net> receives notify from us  acl not-he {  !216.218.133.2;  !2001:470:600::2;  !2001:470:100::2;  any; };
 acl ns4-he { !not-he; key ns4-he.net <http://ns4-he.net>.; };


also-notify {
       2001:470:100::2 key "ns4-he.net <http://ns4-he.net>" ;
       144.91.89.26 key "ns5-ping" ;
};
- - -
I can’t see any notifies to 2001:470:100::2 in the logs.

What am I doing wrong?

Axel
---
PGP-Key: CDE74120  ☀  computing @ chaos claudius



---
PGP-Key: CDE74120  ☀  computing @ chaos claudius


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

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


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

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

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


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

Reply via email to