Re: Hyperlocal recursive servers questions

2024-12-27 Thread Grant Taylor via bind-users
On 12/27/24 15:40, Roberto Braga wrote: For this, I must use 2 servers: I agree that you should use two servers. But I also believe you could do what you're doing with one server, one OS image, and maybe even one instance of BIND. The first, like Recursive DNS itself, is what clients will

Re: Docker Compose Setup with ISC/Bind9 Image

2024-12-27 Thread Michael Richardson
If it doesn't work without docker, then it probably won't work with Docker. Probably all the clue you need is in the log files. Did you read them? -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works|IoT arc

Re: Hyperlocal recursive servers questions

2024-12-27 Thread Greg Choules via bind-users
Hi Roberto. Instead of defining "." as type "static-stub" you should define it as type "mirror". This shows you how: https://bind9.readthedocs.io/en/v9.18.32/reference.html#namedconf-statement-type%20mirror Cheers, Greg On Fri, 27 Dec 2024 at 21:41, Roberto Braga wrote: > Hello, if you could he

Hyperlocal recursive servers questions

2024-12-27 Thread Roberto Braga
Hello, if you could help me review this situation, I would appreciate it. It is necessary to configure a server that all clients in the blocks below must use as a recursive DNS. For this, I must use 2 servers: The first, like Recursive DNS itself, is what clients will use to configure DNS. The

Docker Compose Setup with ISC/Bind9 Image

2024-12-27 Thread Pablo
Hello, I am new to Bind, DNS servers, and mailing lists, please excuse me if I have missed something from the documentation or other mailing list messages. I have been trying to set up a DNS server using docker compose, but I am stuck with a setup that will always "exit with code 1". I may b