<div dir="ltr"><div dir="ltr">Hello all,<br><br>I wonder if anyone can help me to find the cause of the problem I am currently having.<br>All servers are running on Debian and BIND 9.10.3-P4-Debian.<br><br>I have a master server and 4 slaves.<br>The zone is transfered from the master [ns1] to all slaves [ns3,ns4,ns5 and ns6].<br>I am also using TSIG with a different key for each server. <br>Moreover, the zone file refers to the internal view.<br><br>When I change the <a href="http://myzone.com">myzone.com</a>, I always update the serial and I reload the zone.<br><br>The problem:<br>ns3 and ns4 never get the updated zone file automatically.<br>On the other hand, ns4 and ns5 always get the updated zone file immediately.<br><br>If I initialize the transfer manually from ns3 and ns4, I get no errors.<br><br>Here is the config:<br><br>NS1 config: (IP 1.1.1.1 - master DNS)<br><br>        zone "<a href="http://myzone.com">myzone.com</a>" {<br>                type master;<br>                file    "/etc/bind/master/myzone.com.INSIDE";<br>                allow-transfer { key ns1ns3_key; key ns1ns4_key; key ns1ns5_key; key ns1ns6_key; };<br>                also-notify {<br>                        3.3.3.3 port 53 key ns1ns3_key;<br>                        4.4.4.4 port 53 key ns1ns4_key;<br>                        5.5.5.5 port 53 key ns1ns5_key;<br>                        6.6.6.6 port 53 key ns1ns6_key;<br>                };<br>                notify explicit;<br>                notify-source 1.1.1.1 ;<br>                };<br><br><br>NS3 config: (IP 3.3.3.3 - transfer fails)<br><br>       zone " myzone .com" {<br>                file    "/etc/bind/master/myzone.com.INSIDE";<br>                type slave;<br>                allow-update { key ns1ns3_key; };<br>                masters { 1.1.1.1; };<br>                allow-notify { 1.1.1.1; };<br>                notify yes;<br>                request-ixfr no;<br>                };<br><br>NS5 config: (IP 5.5.5.5, successful transfer)<br><br>zone "<a href="http://myzone.com">myzone.com</a>" {<br>                file    "/etc/bind/master/myzone.com.INSIDE";<br>                type slave;<br>                allow-update { key ns1ns5_key; };<br>                masters { 1.1.1.1; };<br>                notify yes;<br>                request-ixfr no;<br>                };<br><br>Do you see any errors in the above configuration that could cause this problem?</div><div dir="ltr"><br></div><div>Best Regards<br></div></div>