[Pdns-users] AXFR chunk error: Server Failure

Steve Rose gobots85 at gmail.com
Mon Aug 20 14:17:49 UTC 2018


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 15:06:33 slave01 pdns_server[529]: Aug 20 15:06:33 Starting AXFR of '
test.domain.com' from remote 192.168.0.5:5300

Aug 20 15:06:33 slave01 pdns_server[529]: Aug 20 15:06:33 AXFR started for '
test.domain.com'

Aug 20 15:06:33 slave01 pdns_server[529]: Aug 20 15:06:33 AXFR of '
test.domain.com' from remote 192.168.0.5:5300 done


Thanks very much!

On Mon, Aug 20, 2018 at 3:03 PM Brian Candler <b.candler at pobox.com> 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;
> };
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20180820/d06cd6ff/attachment.html>


More information about the Pdns-users mailing list