Re: [Pdns-users] DNS Forwarding on Master/Slave Servers

2021-05-07 Thread Steven Garner via Pdns-users
Many thanks. I'm doing something wrong as I got a malformed entry. Here's what I did: 1) I went with the purge autoremove: # apt-get --purge autoremove pdns-server pdns-backend-mysql Reading package lists... Done Building dependency tree Reading state information... Done The following packages

Re: [Pdns-users] DNS Forwarding on Master/Slave Servers

2021-05-07 Thread Brian Candler via Pdns-users
On 07/05/2021 11:35, Steven Garner wrote:  I thought the best practice to ensure current software on Ubuntu was to use apt, first to update and then to install: sudo apt update sudo apt install pdns-server pdns-backend-mysql -y That gives you some version which has probably percolated

Re: [Pdns-users] DNS Forwarding on Master/Slave Servers

2021-05-07 Thread Steven Garner via Pdns-users
Gentlemen, I greatly appreciate you all taking the time to respond in such depth. So first upgrade the version of pdns, then I will separately address the other issues you all raise. Thanks for the heads up. It is not that I was knowingly "implementing something which is approaching end-of-life

Re: [Pdns-users] Does the Bind Backend support journaling/IXFR?

2021-05-07 Thread Pieter Lexis via Pdns-users
Hi Klaus, On 5/4/21 1:36 PM, Klaus Darilion via Pdns-users wrote: > Does the Bind backend support journaling and incoming/outgoing IXFR (as > similar to Bind)? the BIND backend does not do journaling at all, it takes the latest XFR and atomically replaces the zonefile and in-memory content. Pow

Re: [Pdns-users] DNS Forwarding on Master/Slave Servers

2021-05-07 Thread Brian Candler via Pdns-users
On 07/05/2021 06:14, Steven Garner via Pdns-users wrote: I have a noob question about DNS forwarding - just implemented pdns version 4.2.1 on three servers on separate networks I have to ask: why are you implementing something which is approaching end-of-life?  PowerDNS Authoritative current v

Re: [Pdns-users] DNS Forwarding on Master/Slave Servers

2021-05-07 Thread Pieter Lexis via Pdns-users
Hi Steven, On 5/7/21 7:14 AM, Steven Garner via Pdns-users wrote: > I have a noob question about DNS forwarding - just implemented pdns > version 4.2.1 on three servers on separate networks, intending for one > to be a master (primary) and the other two to be slaves (secondaries).  > So far I love

Re: [Pdns-users] DNS Forwarding on Master/Slave Servers

2021-05-07 Thread Frank Louwers via Pdns-users
Hi Steven, There are a couple of problems with your domain that prevent it from functioning correctly. First up, it seems like the ns1/ns2/ns3.opensourceserver.io glue records at the .IO cctld are all registered with the same IP address. That's probably not co