<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 12, 2024 at 5:58 PM Brian Candler <<a href="mailto:b.candler@pobox.com">b.candler@pobox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 12/03/2024 10:41, Bino Oetomo via Pdns-users wrote:<br>
> dear all<br>
><br>
> I have a cpanel box with powerdns as it's DNS server. it's IP address <br>
> is 192.168.1.101<br>
><br>
...<br>
><br>
> zone "domain0.bino" {<br>
> type secondary;<br>
> file "/var/named/domain0.bino.db";<br>
> primaries {103.30.144.60;};<br>
> };<br>
><br>
103.30.144.60 != 192.168.1.101<br>
<br>
If the powerDNS and bind boxes are behind NAT without VPN tunnels <br>
between them, then this is going to cause you problems (e.g. <br>
192.168.1.101 may not be able to send to 192.168.8.79)<br>
<br>
You can use tcpdump at both ends to see if notifications are being sent <br>
from the primary, and if they are, whether they are being received by <br>
the secondary.<br>
<br></blockquote><div><br></div><div>Dear Brian.<br></div><div>I Really appreciate your help<br></div><div><br></div><div>I changed it to 192.168.1.101, still there is no notification received at the slave.<br><br></div><div>I run --> tcpdump -vv --interface eth1 port 53 at powerdns box , got no traffic indicating notification sent.<br></div><div>But when I restart the bind9 service at the slave, tcpdump shows some traffic to and from slave.<br><br></div><div>So still IMHO my pdns box did not send any notification to slaves.<br></div><div><br></div><div>Sincerely<br></div><div>-bino-<br></div></div></div>