ehowton: (BSD)
ehowton ([personal profile] ehowton) wrote2023-02-25 06:54 pm
Entry tags:

NetworkManager


In more recent releases of distributions, one might notice a tendency for NetworkManager to overwrite the resolv.conf file with arbitrary numbers effectively rending name resolution inoperable. To fix, add the following verbiage to /etc/NetworkManager/NetworkManager.conf

dns=none
rc-manager=unmanaged

Then restart NetworkManager:
systemctl reload NetworkManager