Re: [Pdns-users] request: Sample replication setup with dnsdist

2022-12-26 Thread Frank Louwers via Pdns-users
Hi Daniel, The best (and preferred) way to run both auth and the recursor on the same machine, is to run them on 2 separate IP addresses, as 2 separate setups. Regardless of whether or not you're using dnsdist. Frank Louwers PowerDNS Certified Consultant @ Kiwazo.be > On

Re: [Pdns-users] request: Sample replication setup with dnsdist

2022-12-22 Thread Chris Wopat via Pdns-users
On the same machine, or sharing the same IP address? If sharing the same IP you would have to do something like that. Otherwise if you have multiple IPs on the machine you could bind each to a different IP / hostname. Generally one would think it's best to not have the same IP respond to authorita

[Pdns-users] request: Sample replication setup with dnsdist

2022-12-22 Thread Daniel L. Miller via Pdns-users
My understanding is the preferred method to run the auth server and the recursor on the same machine is to use dnsdist. Is there a complete example available showing the critical items required for a simple master/slave on two machines - each running auth+recursor+dnsdist? I keep thinking I've