Stop network manager modifying resolve.conf in Ubuntu 18.04
Network manager keeps modifying resolve.conf and there is no stopping it in Ubuntu 18.04. I tried removing write permissions, change resolve.conf symlink to another file and... I also looked at network manager: how to stop nm updating /etc/resolv.conf but none of the solutions seems to be working in this Ubuntu version.
18.04 network-manager
add a comment |
Network manager keeps modifying resolve.conf and there is no stopping it in Ubuntu 18.04. I tried removing write permissions, change resolve.conf symlink to another file and... I also looked at network manager: how to stop nm updating /etc/resolv.conf but none of the solutions seems to be working in this Ubuntu version.
18.04 network-manager
What don't you want it to do?
– George Udosen
Dec 9 at 16:33
add a comment |
Network manager keeps modifying resolve.conf and there is no stopping it in Ubuntu 18.04. I tried removing write permissions, change resolve.conf symlink to another file and... I also looked at network manager: how to stop nm updating /etc/resolv.conf but none of the solutions seems to be working in this Ubuntu version.
18.04 network-manager
Network manager keeps modifying resolve.conf and there is no stopping it in Ubuntu 18.04. I tried removing write permissions, change resolve.conf symlink to another file and... I also looked at network manager: how to stop nm updating /etc/resolv.conf but none of the solutions seems to be working in this Ubuntu version.
18.04 network-manager
18.04 network-manager
asked Dec 9 at 16:20
Hamid FzM
3062511
3062511
What don't you want it to do?
– George Udosen
Dec 9 at 16:33
add a comment |
What don't you want it to do?
– George Udosen
Dec 9 at 16:33
What don't you want it to do?
– George Udosen
Dec 9 at 16:33
What don't you want it to do?
– George Udosen
Dec 9 at 16:33
add a comment |
1 Answer
1
active
oldest
votes
There are various ways to configure NM not to touch /etc/resolv.conf
:
[main]
dns=none
or (better)
[main]
rc-manager=unmanaged
in NetworkManager.conf. See man NetworkManager.conf
.
You can also set rc-manager=symlink
, and make /etc/resolv.conf
a symlink pointing to a file (like systemd-resolved's stub resolve.conf). Well, you said, you tried this. Unclear, why that wouldn't work for you.
Or, you make the file immutable, with chattr +i /etc/resolv.conf
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099590%2fstop-network-manager-modifying-resolve-conf-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are various ways to configure NM not to touch /etc/resolv.conf
:
[main]
dns=none
or (better)
[main]
rc-manager=unmanaged
in NetworkManager.conf. See man NetworkManager.conf
.
You can also set rc-manager=symlink
, and make /etc/resolv.conf
a symlink pointing to a file (like systemd-resolved's stub resolve.conf). Well, you said, you tried this. Unclear, why that wouldn't work for you.
Or, you make the file immutable, with chattr +i /etc/resolv.conf
.
add a comment |
There are various ways to configure NM not to touch /etc/resolv.conf
:
[main]
dns=none
or (better)
[main]
rc-manager=unmanaged
in NetworkManager.conf. See man NetworkManager.conf
.
You can also set rc-manager=symlink
, and make /etc/resolv.conf
a symlink pointing to a file (like systemd-resolved's stub resolve.conf). Well, you said, you tried this. Unclear, why that wouldn't work for you.
Or, you make the file immutable, with chattr +i /etc/resolv.conf
.
add a comment |
There are various ways to configure NM not to touch /etc/resolv.conf
:
[main]
dns=none
or (better)
[main]
rc-manager=unmanaged
in NetworkManager.conf. See man NetworkManager.conf
.
You can also set rc-manager=symlink
, and make /etc/resolv.conf
a symlink pointing to a file (like systemd-resolved's stub resolve.conf). Well, you said, you tried this. Unclear, why that wouldn't work for you.
Or, you make the file immutable, with chattr +i /etc/resolv.conf
.
There are various ways to configure NM not to touch /etc/resolv.conf
:
[main]
dns=none
or (better)
[main]
rc-manager=unmanaged
in NetworkManager.conf. See man NetworkManager.conf
.
You can also set rc-manager=symlink
, and make /etc/resolv.conf
a symlink pointing to a file (like systemd-resolved's stub resolve.conf). Well, you said, you tried this. Unclear, why that wouldn't work for you.
Or, you make the file immutable, with chattr +i /etc/resolv.conf
.
edited Dec 10 at 18:39
Hamid FzM
3062511
3062511
answered Dec 9 at 21:10
thaller
33125
33125
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099590%2fstop-network-manager-modifying-resolve-conf-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What don't you want it to do?
– George Udosen
Dec 9 at 16:33