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 downI 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?
31 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....