Stop network manager modifying resolve.conf in Ubuntu 18.04












0














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.










share|improve this question






















  • What don't you want it to do?
    – George Udosen
    Dec 9 at 16:33
















0














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.










share|improve this question






















  • What don't you want it to do?
    – George Udosen
    Dec 9 at 16:33














0












0








0







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.










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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










1 Answer
1






active

oldest

votes


















3














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.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    3














    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.






    share|improve this answer




























      3














      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.






      share|improve this answer


























        3












        3








        3






        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.






        share|improve this answer














        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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 10 at 18:39









        Hamid FzM

        3062511




        3062511










        answered Dec 9 at 21:10









        thaller

        33125




        33125






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕