Создаю капельку на digitalocean, устанавливаю ubuntu 16.04 x64, запускается все норм и тд. Стоит перезапустить капельку и сеть не стартует как автоматом, так и вручную. В чем может быть проблема? Конфиги и прочее не трогаю, только задаю новый пароль при первом логине (требование ОС).
Конфиги
network
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# Source interfaces
# Please check /etc/network/interfaces.d before changing this file
# as interfaces may have been defined in /etc/network/interfaces.d
# See LP: #1262951
source /etc/network/interfaces.d/*.cfg
Тот что притягивается через *.цфг
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 207.154.214.64
dns-nameservers 8.8.8.8 8.8.4.4
gateway 207.154.208.1
netmask 255.255.240.0
post-up ifup eth0:1
auto eth0:1
iface eth0:1 inet static
address 10.19.0.5
netmask 255.255.0.0