-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
No DNS resolving on Debian after installed resolvconf #479
Comments
I'm experiencing the same thing on both Debian and Ubuntu 20.04 LTS server it seems |
OK, you have the same problem 😢🫣 |
I encountered the same issue while using a VPS with Debian 12. I followed these manuals (https://wiki.debian.org/resolv.conf, https://manpages.debian.org/bookworm/resolvconf/resolvconf.8.en.html) and it appears to help me solve the problem. Option 1:When
Option 2:Edit Details
then |
I usually just make my resolv.conf immutable which also works well. (After making it a real file instead of a symlink) |
My ridiculous solution is to make a script that sets the name servers on boot with systemd. While this works for me on Debian 12 ARM64 it may break other setups further since I rely on cloud-init. /root/fix-dns.sh
/etc/systemd/system/fix-dns.service
execute in the terminal "sudo systemctl enable fix-dns && sudo systemctl start fix-dns" |
I have a VPS and if resolvconf, is installed, no DNS (address) will be resolving and I don't knows how can I fix it. I must reinstall the system. Ping, apt and many more doesn't work with addresses but with IP it works.
I removed entries with resolvconf and after running the script, resolving is possible.
I don't know why problem is present.
The text was updated successfully, but these errors were encountered: