Why are you using networkd instead of networkmanager on a desktop? The two don’t work together.
Anyway, it looks like a DNS problem. You can manually specify DNS servers (like 8.8.8.8, 8.8.4.4) in whatever network management you’re using.
Alternatively you can edit (I meant /etc/hosts
/etc/resolv.conf
obviously) and then make it immutable (chattr +i /etc/hosts
) to prevent changes.
Removed by mod