-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] level=error msg="[resolver] failed to query external DNS server #76
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Try it without gluetun. Looks like that it's blocking your access to your own DNS servers. |
oh! that works :D is there any other way to get a VPN working with it? Or maybe unblock the DNS somehow? It works with my other containers |
actually I get the same error after rebooting with no Gluetun :/ logs: time="2024-11-07T16:55:35.891076230Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:127.0.0.1:34668" dns-server="udp:127.0.0.11:53" error="read udp 127.0.0.1:34668->127.0.0.11:53: i/o timeout" question=";7f785723f1fa.local.\tIN\t A" spanID=0626c76477adc4ac traceID=c19b760e918560387080adb0c12a0b27 |
I'm seeing something similar generally with docker / docker compose. DNS resolves fail after a reboot or even after just restarting docker.service docker compose down + docker compose up -d Edit: seeing the issue with another docker version as well (Docker version 26.1.5+dfsg1, build a72d7cd) But it leads me to believe this is some docker / operating system interaction. This error seems more extensive: |
Is there an existing issue for this?
Current Behavior
WebUI does not work and container when installed with Gluetun, says error
Expected Behavior
no error and working
Steps To Reproduce
Install Kasm with docker and with Gluetun, then reboot container and get error
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: