Can’t find my local network and certain websites after update

hey folks! happy new year!

after the update on my manjaro machine, I’m unable to connect to any websites (except google’s products) and i’m unable to connect to my pi pver ssh nor can I access my router.

I use my raspberry pi as a dns server, btw.

How can I fix this?

Edit: a few things I find odd:

  • ip route show doesn’t return anything
  • ifconfig and nmcli show my connections with only ipv6. no local ipv4
  • i read somewhere about using dkms to update the network driver, but dkms status shows empty.

Hello @gui42,

do you use ethernet or wifi to access your local network?

Do you use ip-adresses or device-names to access other devices in the network?

What is the output from this command:

nmcli | cat

If you mask your ip adresses in the output, mask it that way that someone can differ/match it.

Hey, I eddited my question with some new info that I could gather from browsing other peoples issues, and troubleshooting on my own. And also, this is the output of nmcli. The dns server changed after the update. But I can’t access the server via ssh so I think changing the configuration won’t do much :confused:

enp0s20f0u1u4: connected to Wired connection 2
        "Realtek RTL8153"
        ethernet (r8152), 28:EE:52:0B:D5:50, hw, mtu 1500
        ip6 default
        inet6 2804:431:c7c8:fb:36ca:188c:1875:909f/64
        inet6 fe80::2ab4:aa61:ee88:136f/64
        route6 2804:431:c7c8:fb::/64
        route6 ::/0
        route6 fe80::/64

wlp2s0: connected to GG
        "Qualcomm Atheros QCA6174"
        wifi (ath10k_pci), A8:6B:AD:DE:5C:F7, hw, mtu 1500
        inet6 2804:431:c7c8:fb:2c3f:eb1e:b96a:7d0/64
        inet6 fe80::ddbd:6490:5b8e:452f/64
        route6 2804:431:c7c8:fb::/64
        route6 ::/0
        route6 fe80::/64

p2p-dev-wlp2s0: disconnected
        "p2p-dev-wlp2s0"
        wifi-p2p, hw

enp3s0: unavailable
        "Realtek RTL810xE"
        ethernet (r8169), 84:7B:EB:F9:BD:81, hw, mtu 1500

lo: unmanaged
        "lo"
        loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536

DNS configuration:
        servers: fe80::dac6:78ff:fe69:8950
        interface: enp0s20f0u1u4

        servers: fe80::dac6:78ff:fe69:8950
        interface: wlp2s0

Have you tried to set ipv4 settings in your networkmanager by hand?

… and do you use DHCP in your network for your machine?

by networkmanager you mean nmcli, or on my router’s settings? And yes, i do use my isp’s router DHCP server to hand out ips to specifict devices.

By network manager I mean the software in your manjaro machine. You can use nmcli, nmtui or a ‘right-click’ on your networksymbol in your taskbar. :grinning:

Well. Found the problem here. It was one of those times when two things happen an the same time and I only looked at one. Together with the update, something started failing with my isp’s router, messing up the DHCP workings. @kisun suggestions helped me see that. :smiley: Thank you!! :smiley:

You are welcome. :grinning: