M HYPE SPLASH
// updates

What happens if I disable the loopback device using ifconfig?

By Michael Henderson

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?

3

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy