Hello!
On mer, feb 23, 2011 at 08:45:03 +0100, Dr. Stefan Radtke wrote:
I have to configure a bridge (according to quick start guide http://www.open-mesh.org/wiki/batman-adv-quick-start-guide) because I want batman-adv to announce MAC-addresses connected to eth0 (see network diagram):
brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0 ifconfig eth0 up ifconfig bat0 up ifconfig mesh-bridge up
Did you also do ifconfig bat0 0.0.0.0 up ifconfig mesh-bridge 192.168.10.2 u ? You have to remove the IP address from the real interface and add it to the bridge one.
Regards