(Relatively) simple fix:

systemctl stop systemd-resolvd
systemctl disable systemd-resolvd

Edit /etc/NetworkManager/NetworkManager.conf And in the [main]
section stick this:

[main]
dns=none

Now rm -f /etc/resolv.conf

Now create your own /etc/resolv.conf file from scratch with
the nameserver and search directives you actually want.

Systemd won't stick its nose in, NetworkManager won't clobber
your resolve.conf file, your network will actually function :-).
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to