# Pastebin F6ZTesmN ➜ ~ cat /etc/network/interfaces # 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 eno2 iface eno1 inet static address 10.0.1.5 netmask 255.255.255.0 network 10.0.1.0 broadcast 10.0.1.255 gateway 10.0.1.1 dns-nameservers 8.8.8.8 8.8.4.4 iface eno2 inet dhcp