# interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface enp3s0 inet manual iface enp4s0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf # Bridge setup auto br0 iface br0 inet static bridge_ports eth0 eth1 enp3s0 enp4s0 wlan0 address 192.168.13.167 netmask 255.255.255.0 gateway 192.168.13.254 dns-nameservers 8.8.8.8