Wireless networks are detected and I am able to connect to them. Same goes for wired network. Yet, once actually trying to use a browser or connect to a remote server, it states that servers cannot be reached. For instance, if I write on command ping google.com
it says that the service is not known, and on browser it always says "server not found". But if I write nmcli device
, it indicates that I am connected, even though I know this is not true. ifconfig
shows:
RX packets 31567 bytes 11153602 (11.1 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 25736 bytes 3313999 (3.3 MB)
TX errors 0 dropped 0 overuns 0 carrier 0 collisions 0
So I don't seem to have a problem here. resolvectl
indicates:
Current Scopes: DNS
DefaultRoute setting: yes
LLMNR setting: yes
The remaining settings say no
. The file /etc/resolv.conf
seems to be in place, so the problem is probably no there either. And in case anyone wonders, ping localhost
shows the expected result.
I have tried using several networks: they all work on other devices, except for mine. In fact, I have Ubuntu on a drive partition, and if I log into my Windows partition I can use the internet without trouble, this only happens on Ubuntu. I have also tried to reebot my machine, but it makes no difference. Does anybody know what else can I check/troubleshoot?
This only started happening today, yesterday I was able to use the internet without a problem in Ubuntu.