Christopher A. Williams wrote:
The only solution I have found so far is to:
- properly re-create /etc/resolv.conf to what it should be
- set the immutable flag on it (chattr +i /etc/resolv.conf)
3) just add the following options to /etc/sysconfig/networking/devices/ifcfg-X (the name of your connection) PEERDNS=no NM_CONTROLLED=no If you for instance want eth0 not controlled by NetworkManager (because it is a wired connection with a fixed IP) and wlan0 with NetworkManager, change the second option to yes. Please note, that your DNS settings /etc/resolv.conf will never change now unless you manually change it, also when NetworkManger takes control.