Francesco wrote:
Hi Sven,
There is nothing like batman-adv 3.2. Where did you got it from?
Sorry, my fault, i meant 0.3.2 release.
There is no 0.3.2 release. batman-adv hasn't reached 0.2 yet. See http://downloads.open-mesh.net/batman/releases/ for the current releases of batman and batman-adv. The current version of batman-adv in development is <0.2-beta (it is not known yet if there will be real a beta or if the next release is simply 0.2). So the current snapshot of batman-adv would be "B.A.T.M.A.N. advanced 0.2-beta r1453 (compatibility version 8)"
[...]
It shows 4 of 5 nodes I have online at this very moment.
Say i fire ping from the box missing:
root@francesco-desktop:/home/francesco# ping 192.168.1.2 PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data. 64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=3.16 ms 64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=3.55 ms 64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=8.01 ms ^C --- 192.168.1.2 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2011ms rtt min/avg/max/mdev = 3.167/4.911/8.012/2.198 ms
Everything ok. But if I try to batctl ping a node that I can see with $batctl o:
root@francesco-desktop:/home/francesco# batctl ping 00:0b:6b:2f:53:03 PING 00:0b:6b:2f:53:03 (00:0b:6b:2f:53:03) 19(47) bytes of data
From 00:0b:6b:2f:53:03: Destination Host Unreachable (icmp_seq 6170) From 00:0b:6b:2f:53:03: Destination Host Unreachable (icmp_seq 6170) From 00:0b:6b:2f:53:03: Destination Host Unreachable (icmp_seq 6170)
If you say that normal ping over bat0 works I would guess that you are using a wrong combination of batctl and kernel module. Please use bleeding edge svn batctl only with bleeding edge svn batman-adv-kernelland module.
Best regards, Sven