Open samuelkneppel opened 3 years ago
I'm having the same issue.
Hi guys, I had the same issues, but I was able to solve it by adding the following lines in /etc/bind/named.conf.options
forwarders { 1.1.1.1; 9.9.9.9; }; recursion yes; allow-recursion { 10.x.x.x/24; //your internal network };
Hello,
I trust all is well. Firstly, I would like to thank you for your work setting BIND in a Docker container and sharing your project with the rest of us. That being said, I am running into an issue that I am hoping someone would be able to assist me with.
I was able to successfully build and run this Docker container within my Ubuntu 20.04 VM hosted on my ESXi server. I then connected to the Webmin portal and setup my master/reverse zones for my internal hosts. I also set up global forwarding to external DNS servers of internet resolution.
However, as of right now, on my test VM pointed to my Docker host, I am only able to resolve internal hosts and not hosts on the Internet. As far as I can tell, my configuration is correct. I have tried restarting the container and recreating it from scratch and tried on a different test system. I received the same result each time.
Below is the relevant information:
Docker Version
Docker Info
Docker Compose
/etc/bind/named.conf
/etc/bind/named.conf/options
/etc/bind/named.conf.local
/etc/bind/named.conf.default-zones
Replication of Issue
I will admit, I am fairly new to BIND so it is possible that I missed something obvious. Any ideas? I appreciate any help you can give me!