What happens if I disable the loopback device using ifconfig?Ethernet not working 10.04Problems turning off the wireless cardWired Connection Not Working Ubuntu 16.04 Dual boot with windows 10Can't change IP address to static - interface isn't in /etc/network/interfaces

What bit should I use to drill a two inch hole in a solid concrete wall?

Java OOP Temperature Converter

Case-insensitive collation still comparing case-sensitive

Is this sentence using the word 'zugewandt' correct?

Taking a Switch on vacation from EU to USA. What region eshop will I be able to access?

Who is the controller of an Aura when the creature it enchants is stolen?

Can a polling station in the UK shut early if everyone has voted?

Finishing pre-cooked prime rib, day-of?

Is it natural to use the verb "take" in the sense of borrowing something?

Adjective describing noun versus result of verb

Toxic culture - I'm putting in more resources to help the project move faster, but people are slowing down

Could earthquake cancellation work?

How scammy are cashback sites?

How does Hail of Thorns interact with with magic ammunition or enchantments?

How can I smoothly transition between two UV maps?

Security implication if android app can be installed on emulator

Should we stop differentiating between ln and log?

Using only one terminal, can I interrupt a process that's hung on very early Unix versions?

How do astronauts brew tea on ISS and what brewing temperature is common?

What is a Brown Bag Seminar?

70s/80s scifi movie: astronauts return to future earth

being overqualified as a barrier for getting a job

What is separation between policy and mechanism?

Can salted butter be used to make lemon curd?



What happens if I disable the loopback device using ifconfig?


Ethernet not working 10.04Problems turning off the wireless cardWired Connection Not Working Ubuntu 16.04 Dual boot with windows 10Can't change IP address to static - interface isn't in /etc/network/interfaces






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









4


















I found out that I can disable my interfaces using



$ sudo ifconfig lo down


I want to know what happens if I disable my loopback interface forever. It's disabled now and nothing has changed. Are there any disadvantages that I can't see now?










share|improve this question






















  • 1





    Next time, search before asking: superuser.com/questions/521916/…

    – mikewhatever
    Oct 1 at 20:09






  • 2





    @mikewhatever would you please explain about your link? That link is about if we can disable loopback interface from the kernel. I want to know what is the disadvantages of disabling loobpack using ifconfig command.

    – Mohammad Kholghi
    Oct 1 at 20:13






  • 2





    You may want to run sudo lsof -i and see for yourself.

    – mikewhatever
    Oct 1 at 21:07

















4


















I found out that I can disable my interfaces using



$ sudo ifconfig lo down


I want to know what happens if I disable my loopback interface forever. It's disabled now and nothing has changed. Are there any disadvantages that I can't see now?










share|improve this question






















  • 1





    Next time, search before asking: superuser.com/questions/521916/…

    – mikewhatever
    Oct 1 at 20:09






  • 2





    @mikewhatever would you please explain about your link? That link is about if we can disable loopback interface from the kernel. I want to know what is the disadvantages of disabling loobpack using ifconfig command.

    – Mohammad Kholghi
    Oct 1 at 20:13






  • 2





    You may want to run sudo lsof -i and see for yourself.

    – mikewhatever
    Oct 1 at 21:07













4













4









4








I found out that I can disable my interfaces using



$ sudo ifconfig lo down


I want to know what happens if I disable my loopback interface forever. It's disabled now and nothing has changed. Are there any disadvantages that I can't see now?










share|improve this question
















I found out that I can disable my interfaces using



$ sudo ifconfig lo down


I want to know what happens if I disable my loopback interface forever. It's disabled now and nothing has changed. Are there any disadvantages that I can't see now?







networking ifconfig






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 2 at 7:45









Community

1




1










asked Oct 1 at 19:53









Mohammad KholghiMohammad Kholghi

5734 silver badges21 bronze badges




5734 silver badges21 bronze badges










  • 1





    Next time, search before asking: superuser.com/questions/521916/…

    – mikewhatever
    Oct 1 at 20:09






  • 2





    @mikewhatever would you please explain about your link? That link is about if we can disable loopback interface from the kernel. I want to know what is the disadvantages of disabling loobpack using ifconfig command.

    – Mohammad Kholghi
    Oct 1 at 20:13






  • 2





    You may want to run sudo lsof -i and see for yourself.

    – mikewhatever
    Oct 1 at 21:07












  • 1





    Next time, search before asking: superuser.com/questions/521916/…

    – mikewhatever
    Oct 1 at 20:09






  • 2





    @mikewhatever would you please explain about your link? That link is about if we can disable loopback interface from the kernel. I want to know what is the disadvantages of disabling loobpack using ifconfig command.

    – Mohammad Kholghi
    Oct 1 at 20:13






  • 2





    You may want to run sudo lsof -i and see for yourself.

    – mikewhatever
    Oct 1 at 21:07







1




1





Next time, search before asking: superuser.com/questions/521916/…

– mikewhatever
Oct 1 at 20:09





Next time, search before asking: superuser.com/questions/521916/…

– mikewhatever
Oct 1 at 20:09




2




2





@mikewhatever would you please explain about your link? That link is about if we can disable loopback interface from the kernel. I want to know what is the disadvantages of disabling loobpack using ifconfig command.

– Mohammad Kholghi
Oct 1 at 20:13





@mikewhatever would you please explain about your link? That link is about if we can disable loopback interface from the kernel. I want to know what is the disadvantages of disabling loobpack using ifconfig command.

– Mohammad Kholghi
Oct 1 at 20:13




2




2





You may want to run sudo lsof -i and see for yourself.

– mikewhatever
Oct 1 at 21:07





You may want to run sudo lsof -i and see for yourself.

– mikewhatever
Oct 1 at 21:07










1 Answer
1






active

oldest

votes


















3



















It is used by various local services which will fail when lo is down. Many local service make use of a Unix socket and of course those will continue to work. Those using a TCP socket, however...



Here is a picture of my firewall and we can see that there are quite a few packets going through....



enter image description here






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/4.0/"u003ecc by-sa 4.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%2f1177989%2fwhat-happens-if-i-disable-the-loopback-device-using-ifconfig%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



















    It is used by various local services which will fail when lo is down. Many local service make use of a Unix socket and of course those will continue to work. Those using a TCP socket, however...



    Here is a picture of my firewall and we can see that there are quite a few packets going through....



    enter image description here






    share|improve this answer































      3



















      It is used by various local services which will fail when lo is down. Many local service make use of a Unix socket and of course those will continue to work. Those using a TCP socket, however...



      Here is a picture of my firewall and we can see that there are quite a few packets going through....



      enter image description here






      share|improve this answer





























        3















        3











        3









        It is used by various local services which will fail when lo is down. Many local service make use of a Unix socket and of course those will continue to work. Those using a TCP socket, however...



        Here is a picture of my firewall and we can see that there are quite a few packets going through....



        enter image description here






        share|improve this answer
















        It is used by various local services which will fail when lo is down. Many local service make use of a Unix socket and of course those will continue to work. Those using a TCP socket, however...



        Here is a picture of my firewall and we can see that there are quite a few packets going through....



        enter image description here







        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Oct 1 at 21:17









        guntbert

        11.1k13 gold badges35 silver badges76 bronze badges




        11.1k13 gold badges35 silver badges76 bronze badges










        answered Oct 1 at 20:11









        Alexis WilkeAlexis Wilke

        1,5712 gold badges10 silver badges29 bronze badges




        1,5712 gold badges10 silver badges29 bronze badges































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177989%2fwhat-happens-if-i-disable-the-loopback-device-using-ifconfig%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

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü