# 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
dns-nameservers 127.0.0.1
# The primary network interface
auto eth0
iface eth0 inet dhcp
#auto enxa0cec8006f97
#iface enxa0cec8006f97 inet manual
auto eth1
iface eth1 inet manual
auto br0
iface br0 inet static
address 172.16.0.1
netmask 255.255.255.0
# bridge_ports enxa0cec8006f97
bridge_ports eth1
dns-nameservers 192.168.10.114
# pre-up /sbin/ipables-restore < /etc/network/iptables.rules