auto lo
iface lo inet loopback

#iface eth0 inet dhcp

auto eth0
iface eth0 inet static
address 0.0.0.0

auto br0
iface br0 inet static
address 192.168.0.16
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1

bridge_ports eth0
bridge_maxwait 10
bridge_stp off

allow-hotplug tap_vlan
iface tap_vlan inet manual
up brctl addif br0 tap_vlan
down brctl delif br0 tap_vlan
