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;
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
add a comment
|
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
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 disableloopback interfacefrom the kernel. I want to know what is the disadvantages of disablingloobpackusingifconfigcommand.
– Mohammad Kholghi
Oct 1 at 20:13
2
You may want to runsudo lsof -iand see for yourself.
– mikewhatever
Oct 1 at 21:07
add a comment
|
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
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
networking ifconfig
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 disableloopback interfacefrom the kernel. I want to know what is the disadvantages of disablingloobpackusingifconfigcommand.
– Mohammad Kholghi
Oct 1 at 20:13
2
You may want to runsudo lsof -iand see for yourself.
– mikewhatever
Oct 1 at 21:07
add a comment
|
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 disableloopback interfacefrom the kernel. I want to know what is the disadvantages of disablingloobpackusingifconfigcommand.
– Mohammad Kholghi
Oct 1 at 20:13
2
You may want to runsudo lsof -iand 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
add a comment
|
1 Answer
1
active
oldest
votes
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....

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/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
);
);
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%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
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....

add a comment
|
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....

add a comment
|
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....

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....

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
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.
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%2f1177989%2fwhat-happens-if-i-disable-the-loopback-device-using-ifconfig%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
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 interfacefrom the kernel. I want to know what is the disadvantages of disablingloobpackusingifconfigcommand.– Mohammad Kholghi
Oct 1 at 20:13
2
You may want to run
sudo lsof -iand see for yourself.– mikewhatever
Oct 1 at 21:07