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
◾ Tags: