#install utils
apt-get install bridge-utils
#create br0 interface
brctl addbr br0
brctl addif br0 eth0 eth1
ifconfig br0 up
#Show MACs
brctl showmacs br0
/etc/network/interfaces
...
auto br0
iface br0 inet manual
brigdge_ports eth1 eth2
apt-get install bridge-utils
#create br0 interface
brctl addbr br0
brctl addif br0 eth0 eth1
ifconfig br0 up
#Show MACs
brctl showmacs br0
/etc/network/interfaces
...
auto br0
iface br0 inet manual
brigdge_ports eth1 eth2