I'm testing batman 0.3 exp rv 777
traceroute give me a problem
root@sala:~$ traceroute 10.0.1.1 traceroute: can't find interface root@sala:~$ ip route ls tab 66 10.1.5.104 dev ath0 proto static scope link src 10.1.5.102 10.1.5.130 via 10.1.5.104 dev ath0 proto static 10.1.5.129 via 10.1.5.1 dev ath0 proto static 10.1.5.1 via 10.1.5.104 dev ath0 proto static root@sala:~$ ip route ls tab 65 10.0.1.0/24 via 10.1.5.1 dev ath0 proto static root@sala:~$ traceroute 10.0.1.1 traceroute: can't find interface root@sala:~$ ping 10.0.1.1 PING 10.0.1.1 (10.0.1.1): 56 data bytes 64 bytes from 10.0.1.1: seq=0 ttl=61 time=9.119 ms 64 bytes from 10.0.1.1: seq=1 ttl=61 time=8.486 ms
traceroute works If I utilize source address option. What is my mistake?
Also if one of nodes has no batman-exp running on it I can't reach it from neighbours (I use batmand on ath0 interface, not an alias)? Perhaps I have to use --no-unreachable-rule?
Stefano