<div dir="ltr"><div>Hi Team,</div><div><br></div><div>Any clue how do I troubleshoot why master to Slave IXFR/AXFR stopped? It was working before even my logs shows notifies..I can connect to my slave on customised port that NOTIFY messages are sent but then PULL from slave to master is not working.</div><div><br></div><div>Master</div><div>zone "block.now" {<br>        type master;<br>        file "/var/lib/bind/zones/block.now.db";<br>        notify explicit;<br>        also-notify {<br></div><div>               2.2.2.2 port 15455;<br></div><div>        };<br>        allow-transfer {<br>                2.2.2.2;<br>        };<br>                        <br></div><div><br></div><div>ON SLAVE</div><div>zone "block.now" {<br>        type slave;<br>        file "/var/lib/bind/zones/block.now.db";<br>        masters { x.x.x.x; };<br>        allow-transfer { none; };<br>        allow-query { localhost;};<br>        allow-notify { x.x.x.x; };<br>        };</div><div><br>06-Jul-2018 14:10:28.341 client x.x.x.x#10090: received notify for zone 'block.now'<br>06-Jul-2018 14:14:54.988 client x.x.x.x#10093: received notify for zone 'block.now'<br><br></div><div><br></div><div><br></div></div>