# 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 ############################### # Internal LAN NIC - onboard - enp1s0 # iface enp1s0 inet manual ############################### # USB tethered emergency phone Internet NIC - enp0s19f2u3i and enp0s19f2u4 # auto enp0s19f2u3 auto enp0s19f2u4 iface enp0s19f2u3 inet dhcp iface enp0s19f2u4 inet dhcp ############################### # Internet NIC - 1gbps realtek pci - enp5s8 # auto enp5s8 #iface enp5s8 inet dhcp iface enp5s8 inet static address 192.168.178.20 gateway 192.168.178.1 # dns-nameservers 8.8.8.8 # dns-nameservers 1.1.1.1 dns-search lan transfer ############################### # Internal LAN Bridge Interface on enp1s0 # auto br0 #iface br0 inet dhcp iface br0 inet static address 192.168.0.7 network 192.168.0.0 netmask 255.255.255.0 #gateway 192.168.0.1 bridge_ports enp1s0 bridge_stp off bridge_fd 0 bridge_maxwait 0 dns-nameservers 192.168.0.7 dns-search lan transfer auto br0:0 iface br0:0 inet6 static address fd00:dead:beef:affe::7 netmask 64 dns-nameservers fd00:dead:beef:affe::7 ###############################