Re: Questions about "dnssec validation" statement

2025-03-11 Thread Evan McKinney
Hi Chris If you've got your global options set similarly to this options { dnssec-validation auto; // Global validation enabled // ... other options ... }; Have you been able to try something along the lines of this? zone "no-dnssec.example" { type forward; forwarders { 192.0.2.1;

Re: bind crashes with assertion, maybe due to many ephemeral network devices?

2025-03-11 Thread Ondřej Surý
> bind crashes with assertion, maybe due to many ephemeral network devices? Looking at the symptoms and your description, I actually think this is a problem of interfaces appearing during the network interface scan and then disappearing before named can process them. I would suggest to disable th

Re: bind crashes with assertion, maybe due to many ephemeral network devices?

2025-03-11 Thread Erich Eckner
Hi Ondrej, thanks for the fast answer :) On Mon, 10 Mar 2025, Ondřej Surý wrote: bind crashes with assertion, maybe due to many ephemeral network devices? Looking at the symptoms and your description, I actually think this is a problem of interfaces appearing during the network interface sc