Hi all,
i'm starting a B.A.T.M.A.N. mesh testbed, i've read some messages to find some answers but no luck.
I'll try to explain what I've done and the errors i get..hope i get some help in here.

>From the beginning, I am using batman-adv 3.2 compiled along with batctl.
Only one wireless interface (wlan0) on each linux box (5 boxes by now)
Here are commands I fire on each node:

$ insmod batman-adv.ko
$ iwconfig wlan0 mode ad-hoc essid BATMAN_NET
$ echo wlan0 > /proc/net/batman-adv/interfaces
$ ifconfig wlan0 192.168.1.xxx up
$ ifconfig bat0 up

I get a new bat0 interface, iwconfig shows nodes properly part of the ad-hoc network.
I see correct $batctl o  output but i cannot $batctl ping $mac_address

There are no bridges between interfaces. I just want to run batman-adv  on wlan0.
Do I need to set an IP address for wlan0, for bat0 or for both?
Or I have to bridge bat0 and wlan0 together?




--
Francesco Cappuccio