1

Ubuntu 22.04.2 LTS I can connect to my router, but internet does not work after the last update.

Ping 8.8.8.8 gives me (8.8.8.8) 56(84 bytes of data.

I try inconfig but says I do not have net-tools installed. I can not download anything as I do not have internet.

I have also rebooted several times. tried unplugging ethernet, plugging back in (obviously works though as it connects to my router via ethernet and my other computer is connect via the same line in from a split box)

I newer to Ubuntu so I will try to answer your questions as best as possible and edit this question with updated info as I learn.

If someone has suggestions for paid support I am happy with that too.

Thank you!

APRIL 6 '23 - RESOLVED

Here are some results from what I have tried already with no results.

Can't use Firefox on Ubuntu 22.04.1 LTS on Lenovo ThinkPad T460 after installing and uninstalling Proton VPN

`ls -al /etc/resolv.conf`   https://i.sstatic.net/qNbvi.jpg

kdl2020@Linux-Desktop:~$ ls -al /etc/resolv.conf lrwxrwxrwx 1 root root 39 Sep 30  2022 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf

ip a https://i.sstatic.net/ktfHK.jpg

kdl2020@Linux-Desktop:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo        valid_lft forever preferred_lft forever     inet6 ::1/128 scope host         valid_lft forever preferred_lft forever 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000     link/ether 18:c0:4d:80:fd:7f brd ff:ff:ff:ff:ff:ff     inet 192.168.1.75/24 brd 192.168.1.255 scope global dynamic noprefixroute enp3s0        valid_lft 67643sec preferred_lft 67643sec     inet6 2001:56a:7cb1:6800:7720:666d:cefe:e505/64 scope global temporary dynamic         valid_lft 3892sec preferred_lft 3592sec     inet6 2001:56a:7cb1:6800:90b4:5f0a:5888:5eda/64 scope global dynamic mngtmpaddr noprefixroute         valid_lft 3892sec preferred_lft 3592sec     inet6 fe80::6322:c850:6c62:64e5/64 scope link noprefixroute         valid_lft forever preferred_lft forever 3: wlp4s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 70:9c:d1:53:13:ad brd ff:ff:ff:ff:ff:ff 4: ipv6leakintrf0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000     link/ether ca:b4:32:1a:17:38 brd ff:ff:ff:ff:ff:ff     inet6 fdeb:446c:912d:8da::/64 scope global noprefixroute         valid_lft forever preferred_lft forever     inet6 fe80::6a9f:5650:3bf9:b592/64 scope link noprefixroute         valid_lft forever preferred_lft forever 5: pvpnksintrf0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000     link/ether 66:e6:a3:32:21:84 brd ff:ff:ff:ff:ff:ff     inet 100.85.0.1/24 brd 100.85.0.255 scope global noprefixroute pvpnksintrf0        valid_lft forever preferred_lft forever     inet6 fdeb:446c:912d:8da::/64 scope global noprefixroute         valid_lft forever preferred_lft forever     inet6 fe80::b6c4:b65:9e35:a8c9/64 scope link noprefixroute         valid_lft forever preferred_lft forever

Kace
  • 13

3 Answers3

0

When you were configuring Ubuntu did you input the network settings manually or automatically? Possibly try a reinstall and do automatic network. I was having a similar problem and was able to use automatic to install network manager and havent been having any problems from there with network connectivity.

North
  • 1
  • 1
0

This sounds like a DNS problem. And since you mentioned using a VPN, it could possibly be related to that.

Does this help?

DNS not resolved on Ubuntu 22.04 Desktop

mpboden
  • 3,046
0

Did the latest apt update to Ubuntu 22.04 running on an XPS 9320 Now lsb_release -a shows Ubuntu 22.04.4 LTS

I normally use a wired connection only, I turn off WIFI. After this update the wired connection stopped working, by WIFI did. Found this: Ethernet connection disabled in Ubuntu 22.04 OS I added except:type:ethernet to /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf as they recommened.

Restarted the service. No joy.

Rebooted. No joy.

dmesg showd issues with DKMS. Uninstalled VirtualBox. Got the kernel to recompile. Rebooted. No joy.

All of a sudden the RaspberryPI NAS I had connected to it stopped working too.

So rebooted. No joy.

Finally I did a hard reboot. Power off and power on again. Rebooted the RPI and drives connected to it.

It all came back up. I had to reset the SSL for the RPI but everything else came up:

  • connecting to the drives works fine
  • wired connection works fine

Not sure why I had to do a hard reboot vs a "sudo reboot". But it worked.

JohnA
  • 119