# 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 enp6s8 #iface enp6s8 inet dhcp auto lo br0 iface lo inet loopback allow-hotplug enp6s8 iface enp6s8 inet manual allow-hotplug enp6s0 iface enp6s0 inet manual allow-hotplug enp6s1 iface enp6s1 inet manual allow-hotplug enp6s2 iface enp6s2 inet manual allow-hotplug enp6s3 iface enp6s3 inet manual iface br0 inet static bridge_ports enp6s8 enp6s0 enp6s1 snp6s2 enp6s3 address 10.8.9.9 netmask 255.255.255.0 gateway 10.8.9.1 dns-nameservers 10.8.9.1