NetworkManager Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
By default, NetworkManager will update /etc/resolv.conf to reflect the name servers provided by currently active connections. | By default, NetworkManager will update /etc/resolv.conf to reflect the name servers provided by currently active connections. | ||
This behavior can be changed by setting the "dns" element. | This behavior can be changed by setting of the "dns" and "rc-manager" element. | ||
In order to configure NetworkManager not to touch /etc/resolv.conf, set the following in the "[main]" section of /etc/NetworkManager/NetworkManager.conf: | In order to configure NetworkManager not to touch /etc/resolv.conf, '''shut down the NetworkManager''' and then set the following in the "[main]" section of /etc/NetworkManager/NetworkManager.conf: | ||
<pre> | <pre> |
Revision as of 21:35, 22 May 2017
Internal
/etc/NetworkManager/NetworkManager.conf
man NetworkManager.conf
/etc/resolv.conf Processing Mode
By default, NetworkManager will update /etc/resolv.conf to reflect the name servers provided by currently active connections.
This behavior can be changed by setting of the "dns" and "rc-manager" element.
In order to configure NetworkManager not to touch /etc/resolv.conf, shut down the NetworkManager and then set the following in the "[main]" section of /etc/NetworkManager/NetworkManager.conf:
[main] ... dns=none rc-manager=unmanaged
Once this is done, /etc/resolv.conf can be maintained manually as described here: