Re: Lookup failures

2024-09-10 Thread Ondřej Surý
Hi Steven, sorry to hear that. Does this happen only with this specific domain or it happens with different names too? If you can reliably reproduce the problem, you can either bump up the debugging (-d 9 argument to named) or capture the traces. Are there any other log entries preceding the

Re: named-checkzone fail

2024-09-10 Thread Lee
On Tue, Sep 10, 2024 at 10:52 PM Mark Andrews wrote: > > > On 11 Sep 2024, at 12:10, Lee wrote: > > > > On Tue, Sep 10, 2024 at 6:17 PM Mark Andrews wrote: > >> > >> Comma is legal in a domain name. It isn’t legal in a host name which are > >> a subset of domain names. Named-checkzone is working

Re: named-checkzone fail

2024-09-10 Thread Mark Andrews
> On 11 Sep 2024, at 12:10, Lee wrote: > > On Tue, Sep 10, 2024 at 6:17 PM Mark Andrews wrote: >> >> Comma is legal in a domain name. It isn’t legal in a host name which are a >> subset of domain names. Named-checkzone is working exactly as it should. > > Except this isn't really a domain

Re: named-checkzone fail

2024-09-10 Thread Lee
On Tue, Sep 10, 2024 at 6:17 PM Mark Andrews wrote: > > Comma is legal in a domain name. It isn’t legal in a host name which are a > subset of domain names. Named-checkzone is working exactly as it should. Except this isn't really a domain name - it's a whatever-it's-called in a response policy

Lookup failures

2024-09-10 Thread Steven Shockley
Hi, I'm running BIND 9.18.29 on OpenBSD 7.5, installed from ports. It does recursion and resolving for a small home network. Multiple times a day, clients will make a DNS request that fails. The web browser will say it can't find the address (DNS lookup failure). Hitting retry a couple of ti

Re: named-checkzone fail

2024-09-10 Thread Mark Andrews
Comma is legal in a domain name. It isn’t legal in a host name which are a subset of domain names. Named-checkzone is working exactly as it should. If the current origin is example.com. then comma expands to ,.example.com. as it is treaded as a relative name. -- Mark Andrews > On 11 Sep 20

named-checkzone fail

2024-09-10 Thread Lee
I had a few typos in an RPZ file where I had a comma instead of a dot. I tried using named-checkzone to find all the typos but it didn't complain about anything!? Is that expected behavior? And a related question.. can anyone recommend a vim syntax file checker for bind files? $ named-checkzone