# 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 eth-ext
iface eth-ext inet manual
auto eth-int
iface eth-int inet manual
auto br-ext
iface br-ext inet dhcp
bridge_ports eth-ext
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br-int
iface br-int inet static
address 10.0.1.1
network 10.0.1.0
netmask 255.255.255.0
broadcast 10.0.1.255
bridge_ports eth-int
bridge_stp off
bridge_fd 0
bridge_maxwait 0