<div dir="ltr">Hi,<div>I've been trying to solve a replication issue without success so I'm hoping someone can help me.</div><div><br></div><div>When the master (docker1.home.local) sends a NOTIFY to the slave ( docker2.home.local) I get this on the slave:</div><div><br></div><div>pdns-auth-1      | Nov 09 11:44:06 Received NOTIFY for home.local from 172.18.0.4 for which we are not authoritative, trying supermaster<br>pdns-auth-1      | Nov 09 11:44:06 Error resolving SOA or NS for home.local at: <a href="http://172.18.0.4" target="_blank">172.18.0.4</a>: Query to '172.18.0.4' for SOA of 'home.local' produced no answers<br></div><div><br></div><div>I tried adding the following to slave dnsdist.conf but then I get no more logs on the slave:</div><div>newServer({address="docker1.home.local", useClientSubnet=true, name="supermaster1", pool="supermasters"})<br></div><div>addAction(OrRule({QTypeRule(DNSQType.SOA), QTypeRule(DNSQType.AXFR), QTypeRule(DNSQType.IXFR)}), PoolAction("supermasters"))<br></div><div><br></div><div><br></div><div>I figured that the slave is not querying the master for the SOA even though the supermasters table is populated with the master ip.</div><div><br></div><div>I'm also using <b>useClientSubnet=true</b> in all my server declarations.</div><div><br></div><div>I'd appreciate any help and thank you in advance.</div></div>