# 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 # Ethernet interface with static IP auto enp34s0 iface enp34s0 inet static address 192.168.0.31 netmask 255.255.254.0 dns-nameservers 1.1.1.1 8.8.8.8 # Let NetworkManager or wpa_supplicant handle Wi-Fi allow-hotplug wlp36s0 iface wlp36s0 inet dhcp