On Sun, 20 Nov 2016 17:18:13 +0100 Guus Sliepen <[email protected]> wrote: > > Thanks. It's indeed a change in ifupdown that causes it not to work > anymore. The reason is that in lenny, it removed all addresses from an > interface when doing ifdown; with newer versions of ifupdown, it only > removes addresses that it configured itself. However, it is looking at > /etc/network/interfaces for those addresses, and if you change that > before you do ifdown, it won't work correctly. > > I'll see if I can make this work better; in the mean time you can work > around it by doing: > > edit /etc/network/interfaces; ifdown enp0s3; ip addr flush dev enp0s3; ifup > enp0s3
Thank you! Edoardo

