# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
auto eno1
auto eno1:1
allow-hotplug eno1:1
auto eno1:2
allow-hotplug eno1:2
iface lo inet loopback
# The primary network interface
allow-hotplug eno1
iface eno1 inet static
address 192.88.88.88/30
gateway 192.88.88.87
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
dns-search colocrossing.com
iface eno1:1 inet static
address 172.88.88.88/29
dns-nameservers 8.8.8.8
iface eno1:2 inet static
address 172.88.88.88/29
dns-nameservers 8.8.8.8