
On Thu, Aug 7, 2025 at 5:44 PM DurgaPrasad - DatasoftComnet via NANOG <nanog@lists.nanog.org> wrote:
Do you have any recommendations for recursive DNS servers for a medium sized (20-30k users) ISP. We have used powerdns and unbound but sometimes find the caching times a bit on upper side. Any suggestions between these two or anything new? Also need points on how much we tune the settings pros and cons if any.
Howdy, For 30k users, a pair of bind9 servers will do just fine without any special performance tuning. Whether you use bind9 or any other DNS server software, the key things are that these should be bare metal, not virtual machines, and they should be dedicated to the DNS task. VMs or competing workloads introduce latency which will be perceptible in your DNS performance. You'll observe that the CPU is lightly used on these machines, and that's the result you want to see. This is true even if, for some reason, the bulk of your users do not employ DOH to a public server for the web browser DNS lookups. On Thu, Aug 7, 2025 at 7:17 PM Smoot Carl-Mitchell via NANOG <nanog@lists.nanog.org> wrote:
DNS clients typically round robin requests between servers.
They do not. DNS resolvers may round-robin requests between authoritative servers, but clients usually talk to resolvers in the order configured. It's something to keep in mind if you want to spread the load between the DNS resolvers. 30k users is not enough for it to make much difference. Regards, Bill Herrin -- William Herrin bill@herrin.us https://bill.herrin.us/