# 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
iface lo inet loopback
# The primary network interface
auto eno1
iface eno1 inet static
address x.x.138.27/29
gateway x.x.138.25
dns-nameservers 8.8.8.8 8.8.4.4
iface eno1 inet6 static
address x:x:x:5cd6::100/64
gateway x:x:x:5cd6::1
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844