| > ifupdown has been deprecated in favor of netplan and is no longer present on new installs [...] > Given that ifupdown is no longer installed by default, its commands will not be present: ifup and ifdown are thus unavailable, replaced by ip link set $device up and ip link set $device down. Sad to see this go; I always use ifup, ifdown and ifconfig. Yes, they're old and clunky tools but in a way they are the staple of a proper Linux installation to me. Not to mention that it's quite a handful to write out "ip link set $device up". |
On a related note, I've been meaning to read this article from 2011 for a good while now: https://dougvitale.wordpress.com/2011/12/21/deprecated-linux...
I guess it's getting about time to get it done now :)