On Ubuntu 19.04, networking service is provided by package ifupdown
apt install -y ifupdown
By default this package is not installed. So if you add network interface configuration in /etc/network/interfaces, it won’t work.
Ubuntu 18.04 + use netplan instead of ifupdown/networking service to configure network interfaces.
Leave a Reply