Thanks you very much Gui and Sven
Now I understand the configuration and install ebtables has seem quite simple.
Regards
2012/9/10 Gui Iribarren gui@altermundi.net:
On Mon, Sep 10, 2012 at 12:18 PM, Esteban Municio emunicio@gmail.com wrote:
Hi Sven
I don't understand very well what are you meaning. Now I have 1 bridge over with batman-adv:
batctl if add wlan0 brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0
Then, should I add a bridge to wlan0 and after bridge it again with the eth0?
brctl addbr bridgeWlan brctl addif bridgeWlan wlan0
batctl if add mesh-bridge brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0
Not quite. I think he meant:
brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0
batctl if del wlan0 brctl addbr bridgeWlan brctl addif bridgeWlan wlan0
batctl if add bridgeWlan
and from there, ebtables.