# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface #auto eth2 #iface eth2 inet dhcp # metric 10 # up ifconfig eth2 mtu 7152 #iface eth2 inet6 auto # Let the kernel do this ## systemd-networkd manages eth2 ## # Phone allow-hotplug usb0 iface usb0 inet dhcp metric 0 #allow-hotplug br0 #iface br0 inet dhcp #bridge_ports eth1 usb0 # Moto allow-hotplug enp0s29f7u5 iface enp0s29f7u5 inet dhcp metric 0 # lxc #auto br0 #iface br0 inet dhcp # bridge-ifaces eth1 # bridge-ports eth1 # up ifconfig eth1 up #iface eth1 inet manual