Comment 19 for bug 1301015

Revision history for this message
Peter Waller (peter.waller) wrote :

I've added the following file:

/etc/network/interfaces.d$ cat lo1.cfg
auto lo1
iface lo1 inet loopback
        address 127.0.1.1
        netmask 255.0.0.0

How do I get it to take effect if not `restart networking`? I've tried `ifup lo1` but it just says cannot find device lo1. I have a feeling that I did `restart networking` before on a pre-trusty box and it worked.