<div dir="ltr"><div>Greetings bind-users,</div><div><br></div><div>I'm running a little older Debian bind:</div><div><br></div><div>bind9               1:9.9.5.dfsg-9</div><div><br></div><div>Scenario: I have two authoritative servers locally and three authoritative servers that are part of the parent domain:</div><div><br></div><div>$ dig +short NS <a href="http://sub.example.com">sub.example.com</a> | sort<br><a href="http://ns-0.sub.example.com">ns-0.sub.example.com</a>.<br><a href="http://ns-1.sub.example.com">ns-1.sub.example.com</a>.<br><a href="http://ns-1.example.com">ns-1.example.com</a>.<br><a href="http://ns-2.example.com">ns-2.example.com</a>.<br><a href="http://ns-3.example.com">ns-3.example.com</a>.</div><div><br></div><div>It does not seem that the parent domain servers (ns-{1,2,3}.<a href="http://example.com">example.com</a>) are being sent NOTIFYs for domain refreshes.</div><div><br></div><div>From the docs it looks like the default behavior should send out NOTIFYs:</div><div><br></div><div>"""</div><div>notify<br><br>Grammar: notify ( explicit | master-only | primary-only | <boolean> );<br><br>Blocks: options, view, zone (mirror, primary, secondary)<br><br>Tags: transfer<br><br> Controls whether NOTIFY messages are sent on zone changes.<br><br>  If set to yes (the default), DNS NOTIFY messages are sent when a zone the <br>  server is authoritative for changes; see using notify. The messages are sent<br>  to the servers listed in the zone’s NS records (except the primary server<br>  identified in the SOA MNAME field), and to any servers listed in the <br>  also-notify option.</div><div>"""</div><div><br></div><div>Thus my global options "notify" config is not set due to the default behavior described above - which the default does what I desire.<br></div><div><br></div><div><br></div><div>When I manually trigger a retransfer I see some A/AAAA queries, but no NOTIFYs:</div><div><br></div><div><a href="http://ns-0.sub.example.com">ns-0.sub.example.com</a> => 192.168.21.10<br><a href="http://ns-1.example.com">ns-1.example.com</a> => 10.101.101.1 , fc00:101:101::53<br><a href="http://ns-2.example.com">ns-2.example.com</a> => 10.162.90.224 , fc00:162:90::53<br><a href="http://ns-3.example.com">ns-3.example.com</a> => 10.223.13.161 , fc00:223:13::53</div><div><br></div><div><a href="http://ns-0.sub.example.com#">ns-0.sub.example.com#</a> rndc retransfer <a href="http://sub.example.com">sub.example.com</a> ; tcpdump -ttttpnl  host fc00:101:101::53 or host 10.101.101.1<br>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes<br>2023-04-14 14:23:53.736445 IP 192.168.21.10.43799 > 10.101.101.1.53: 14585% [2au] A? <a href="http://ns-2.example.com">ns-2.example.com</a>. (125)<br>2023-04-14 14:23:53.736459 IP 192.168.21.10.43537 > 10.101.101.1.53: 18865% [2au] A? <a href="http://ns-1.example.com">ns-1.example.com</a>. (125)<br>2023-04-14 14:23:53.736513 IP 192.168.21.10.34762 > 10.101.101.1.53: 51934% [2au] AAAA? <a href="http://ns-2.example.com">ns-2.example.com</a>. (125)<br>2023-04-14 14:23:53.736639 IP 192.168.21.10.2342 > 10.101.101.1.53: 10531% [2au] A? <a href="http://ns-3.example.com">ns-3.example.com</a>. (125)<br>2023-04-14 14:23:53.736696 IP 192.168.21.10.14682 > 10.101.101.1.53: 46647% [2au] AAAA? <a href="http://ns-3.example.com">ns-3.example.com</a>. (125)<br>2023-04-14 14:23:53.736830 IP 192.168.21.10.63839 > 10.101.101.1.53: 15372% [2au] AAAA? <a href="http://ns-1.example.com">ns-1.example.com</a>. (125)<br>2023-04-14 14:23:53.740773 IP 10.101.101.1.53 > 192.168.21.10.43537: 18865*- 1/0/1 A 10.101.101.1 (57)<br>2023-04-14 14:23:53.740933 IP 10.101.101.1.53 > 192.168.21.10.43799: 14585*- 1/0/1 A 10.162.90.224 (57)<br>2023-04-14 14:23:53.741101 IP 10.101.101.1.53 > 192.168.21.10.2342: 10531*- 1/0/1 A 10.223.13.161 (57)<br>2023-04-14 14:23:53.741205 IP 10.101.101.1.53 > 192.168.21.10.34762: 51934*- 1/0/1 AAAA fc00:162:90::53 (69)<br>2023-04-14 14:23:53.741259 IP 10.101.101.1.53 > 192.168.21.10.63839: 15372*- 1/0/1 AAAA fc00:101:101::53 (69)<br>2023-04-14 14:23:53.741303 IP 10.101.101.1.53 > 192.168.21.10.14682: 46647*- 1/0/1 AAAA fc00:223:13::53 (69)</div><div><br></div><div><br></div><div>Any ideas what I'm missing?</div><div><br></div><div>Thanks for the help!</div><div><br></div><div>-Matt<br></div></div>