Re: [Pdns-users] AXFR chunk error: Server Failure

2018-08-20 Thread Steve Rose
masters { 192.168.0.5 port 5300; }; caused the auth server to fail to restart, but changing that to ; masters { 192.168.0.5:5300; }; got things moving ; Aug 20 15:06:33 slave01 pdns_server[529]: Aug 20 15:06:33 Initiating transfer of 'test.domain.com' from remote '192.168.0.5:5300' Aug 20

Re: [Pdns-users] AXFR chunk error: Server Failure

2018-08-20 Thread David
On 2018-08-20 8:03 AM, Brian Candler wrote: On 20/08/2018 15:00, Steve Rose wrote: masters { 192.168.0.5; }; "masters" has to point to the authoritative server. Try: masters {   192.168.0.5 port 5300; }; Possibly relevant: https://github.com/PowerDNS/pdns/issues/6240

Re: [Pdns-users] AXFR chunk error: Server Failure

2018-08-20 Thread Brian Candler
On 20/08/2018 15:00, Steve Rose wrote: masters { 192.168.0.5; }; "masters" has to point to the authoritative server. Try: masters {   192.168.0.5 port 5300; }; ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.

[Pdns-users] AXFR chunk error: Server Failure

2018-08-20 Thread Steve Rose
I am running a simple pdns and pdns-recursor 4.1.3 with auth server running on port 5300 and the recursor on port 53 as per scenario 1 at https://doc.powerdns.com/authoritative/guides/recursion.html, with one master and one slave node in the cluster (both CentOS 7.3) My slave is not receiving any