[Pdns-users] PowerDNS Recursor (+PDNS?) and auto-update of local hostname DNS

2020-10-16 Thread Nicholas Williams via Pdns-users
Hello all, For background/context, I currently run a geographically-dispersed PowerDNS infrastructure with a MySQL backend publicly, and then on a private network I run PowerDNS Recursor for name resolution. My router software is VyOs , which is the base OS on which UniFi

Re: [Pdns-users] Pdns master-slave replication issue

2020-10-16 Thread Satish Patel via Pdns-users
This is what i found is i changed port (local-port=5300) to 53 and stopped pdns-recursor (This is also running on 53) then my replication worked fine without any issue but it doesn't work with 5300 ports. I have production pdns running on the 4.1.1 version which has no issue. looks like 4.3.1 has s

Re: [Pdns-users] Pdns master-slave replication issue

2020-10-16 Thread Satish Patel via Pdns-users
Adding powerdns mailing list. On Fri, Oct 16, 2020 at 3:25 PM Satish Patel wrote: > > Thanks for reply, I do have whitelisted slave IP (whole subnet > 10.64.0.0/21) and I am not using TSIG at this point because its > internal DNS (not looking for any security at this point) > > My master config:

Re: [Pdns-users] Pdns master-slave replication issue

2020-10-16 Thread Michael Rommel via Pdns-users
Hi, you could look at the config whether you have whitelisted the ip of the slave on the master for zone transfers (AXFR). Secondly, if you have configured, that only signed transfers are allowed, look whether the correct TSIG keys are configured on master and slave. HTH, Michael. -- Mich

[Pdns-users] Pdns master-slave replication issue

2020-10-16 Thread Satish Patel via Pdns-users
Folks, I have installed fresh PowerDNS version pdns-4.3.1-1 on centOS8 and setup master-slave for replication. when i added a new zone on master i got the following error on slave server logs, any idea what is wrong? I did add a supermaster entry and SOA NS record etc so i can confirm they are go