Archlinux/Raspberry Pi - Network Bridge
Mo 30 März 2015Setup a network bridge under archlinux
Archlinux Wiki - Network Bridge
#Connects eth0 and eth1 to a bridge
sudo brctl addbr br0
sudo brctl addif br0 eth0
sudo brctl addif br0 eth1
brctl show
sudo ip link set up dev br0
Attention: the network connection from the used devices will stop working. do not setup bridge from remote
This is creation of a network bridge works with wired interfaces. every wireless connection breaks after a few minutes. Don't know the specific reason.