Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Can no longer resolve DNS after Bookworm

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
sagbobbit
Posts: 2
Joined: 2023-06-30 16:03

[Solved] Can no longer resolve DNS after Bookworm

#1 Post by sagbobbit »

Internet was working fine for a couple of days after upgrading smoothly to Bookworm. Now, I can ping IPs such as 1.1.1.1 and 8.8.8.8 without issue but attempting to ping, for example, google.com or trying to use a web browser instantly fails. It seems that the issue is a broken symlink cause by a systemd update, but I have not found a clear way to fix it.
Any help is appreciated.
Thanks!
Last edited by sagbobbit on 2023-07-02 12:29, edited 1 time in total.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 505
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: [Software] Can no longer resolve DNS after Bookworm

#2 Post by Bloom »

Can you do the folling in a terminal please and give us the results?

Code: Select all

ls -l /etc/resolv.conf
cat /etc/resolv.conf

Random_Troll
Posts: 444
Joined: 2023-02-07 13:35
Been thanked: 105 times

Re: [Software] Can no longer resolve DNS after Bookworm

#3 Post by Random_Troll »

https://www.debian.org/releases/bookwor ... d-resolved

Please read the Release Notes before posting. We've already had several threads about this anyway, why didn't you find those?
Jeder nach seinen Fähigkeiten, jedem nach seinen Bedürfnissen.

sagbobbit
Posts: 2
Joined: 2023-06-30 16:03

Re: [Software] Can no longer resolve DNS after Bookworm

#4 Post by sagbobbit »

Random_Troll wrote: 2023-07-02 10:10 https://www.debian.org/releases/bookwor ... d-resolved

Please read the Release Notes before posting. We've already had several threads about this anyway, why didn't you find those?
I found a couple of those but they didn't have a concrete answer. I always try to find the answer myself before asking. One of those (the one I didn't find of course) did actually have a functioning solution, which seems to be replacing /etc/resolv.conf with a new /etc/resolv.conf that has one line:

Code: Select all

nameserver 1.1.1.1
Thanks for your help.

Random_Troll
Posts: 444
Joined: 2023-02-07 13:35
Been thanked: 105 times

Re: [Solved] Can no longer resolve DNS after Bookworm

#5 Post by Random_Troll »

Sorry for my tone in the last reply, that was uncalled for.
Jeder nach seinen Fähigkeiten, jedem nach seinen Bedürfnissen.

Post Reply