# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback interface
auto lo
iface lo inet loopback
iface lo inet6 loopback
# Slave interfaces
auto eth0
iface eth0 inet manual
bond_master bond0
iface eth0 inet6 manual
auto eth1
iface eth1 inet manual
bond_master bond0
iface eth1 inet6 manual
auto br0
iface br0 inet static
address 192.200.0.25
netmask 255.255.255.0
broadcast 192.200.0.255
gateway 192.200.0.1
pre-up /sbin/modprobe br_netfilter 2>/dev/null || true
pre-up echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables || true
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
iface br0 inet6 static
address 2001:1111:11:111::10
netmask 64
gateway fe80::1
pre-up /sbin/modprobe br_netfilter 2>/dev/null || true
pre-up /sbin/modprobe ipv6 2>/dev/null || true
pre-up echo 0 > /proc/sys/net/ipv6/conf/br0/autoconf
pre-up echo 0 > /proc/sys/net/bridge/bridge-nf-call-ip6tables || true
# The primary network interface
auto bond0
iface bond0 inet manual
bond_mode active-backup
bond_primary eth0
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_slaves none