Hello,

hope someone can help me with my little Issue. Here is what i want to do:

I'm using the GL-AR150 router von gl.inet to bridge an bluetooth interface (bt0) to another ethernet interface (eth2).
The bt0 interface is build like in the following link

visualgdb.com/tutorials/arm/nrf51/6lowpan/

and i get a successfull connection between my PC and the bluetooth Low Energy devices, so there is an connection between the bt0 interface and the br-lan interface.

Now i want to add another ethernet interface (eth2) to the br-lan bridge to forward the packets from the bt0 interface to eth2, but everytime I add the eth2 to the bridge with brctl addif br-lan eth2 I'm losing the connection to the devices on the bt0 interface.

Is there anyone that recognized the same behavior?

Thanks,
Steff