Unable to connect to the Internet

NordVPN on Manjaro

Due to the way NordVPN work the system nameserver does not get restored correctly - which is the root cause of your issue.

The long version

The short version - be sure you read above topic

sudo systemctl enable --now systemd-resolved
sudo mv /etc/resolv.conf /etc/resolv.conf.bak
sudo ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
sudo systemctl restart NetworkManager
resolvectl status
2 Likes