Internet connection appears to be down

Internet suddenly disappeared on manjaro. Other devices are working properly. The connection icon is green, but sites do not open or download updates via sudo pacman -Syyu (gives errors)

Internet connection is there:
sudo systemctl status systemd-networkd

systemd-networkd.service - Network Configuration
Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; disabled>
Active: active (running) since Thu 2023-01-26 07:26:57 EST; 1min 45s ago

sudo systemctl status NetworkManager.service

NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; p>
Active: active (running) since Thu 2023-01-26 07:26:09 EST; 3min 16s ago

I’ve tried changing the DNS settings, but that doesn’t work.

ifconfig

eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.62  netmask 255.255.255.0  broadcast 192.168.1.255
        ether 00:90:21:90:20:3b  txqueuelen 1000  (Ethernet)
        RX packets 542  bytes 441034 (430.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 319  bytes 28329 (27.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0x55200000-55220000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 108  bytes 8648 (8.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 108  bytes 8648 (8.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I tried rebooting the router, it didn’t help. I will be glad for any help!

What is on your /etc/resolv.conf?

How do you conclude that it’s working from your two outputs?

Generated by NetworkManager
nameserver 192.168.1.1