As we all know, to configure the network, we can edit /etc/network/interfaces
and execute /etc/init.d/networking restart
.
Today I try to use Ubuntu 17.10 and I've found the network configuration had changed. Now we should edit /etc/netplan01-netcfg.yaml
and execute netplan apply
.
OK, this might be a bad question but I really want to know why Ubuntu did such a change. Is there a strong reason to explain all of changes like this one?
From the Ubuntu Wiki page on Migrating to Netplan:
Like a lot of changes to something better but incompatible, there will be some pain for a future gain.
If you still need
/etc/network/interfaces
, you can use it. From the Ubuntu Wiki page on Netplan:As we all know, that used to badly break the desktop.