On Sun, Nov 20, 2016 at 04:16:54PM +0100, Edoardo Panfili wrote: > This is the detailed output of the commands that leads to the problem for me, > I hope this can be useful [...]
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
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature

