# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). auto lo iface lo inet loopback # LAN auto br0 iface br0 inet static address 192.168.133.18 netmask 255.255.252.0 gateway 192.168.132.1 bridge_ports eth0 bridge_stp off bridge_maxwait 0 iface br0:ipv6 inet6 auto up ip addr add fe80::2/64 dev $IFACE iface eth0 inet manual iface eth0.3 inet manual # trusty maas-net bridge auto br1 iface br1 inet static address 172.18.0.1 netmask 255.255.252.0 bridge_ports eth0.3 eth1 bridge_stp off bridge_maxwait 0 up /etc/network/configure-ipv6 br0 8 1 # xenial lxc maas-net bridge auto br2 iface br2 inet static address 172.19.0.1 netmask 255.255.252.0 bridge_ports eth0.4 bridge_stp off bridge_maxwait 0 up /etc/network/configure-ipv6 br0 10 1