source /etc/network/interfaces.d/*
auto lo eth0
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet static
  address 10.10.10.1
  netmask 255.255.255.0
  gateway 10.10.10.254
