I installed a vm with Fedora and did the same changes you did and it all just works, as well as without those changes. So my best guess is that the problem is elsewhere so either your vpn setup or maybe on your internal network, ie: router that blocks other dns servers except itself?Done, but same failures in name resolution
I've followed steps 1, 2, and 3 to the character, butresolvectl statusis not showing any DNS servers, andresolvectl query fedoraproject.orggivesresolve call failed: No appropriate name servers or networks for name found
I attach a screenshot of what my configuration looks like:
I would just undo the previous changes that you are back to the default setup, so just rmove /etc/systemd/resolved.conf and /etc/NetworkManager/conf.d/10-dns-systemd-resolved.conf and then restart the services.
Then what you can try is the following, edit the file /etc/resolv.conf. The change the line "nameserver" to something like this.
Code:
#nameserver 127.0.0.53
nameserver 8.8.8.8
Then run the following.
Code:
resolvectl query linux.org
dig linux.org

