On 16/03/14 14:16, Itamar wrote:
I have compiled both the kernel module and batctl from source (2014.1.0). The problem remains. Whenever I reboot a node, its IP is never reachable from the network and the network can not be reached by it.
Things I have tried:
- DAT enabled
- DAT Disabled
- DAT not compiled (ticked "n" in the Makefile)
Of course, the tests were performed when all nodes in the mesh were with the consistent configuration and never mixed.
Another curious thing I have seen is that when looking at a tcpdump (via batctl) I could indeed see ARP requests to the pinged IP (the tcpdump running on the node hosting the pinged IP) but the node never replies.
Have you seen if the ARP request makes its way to the other host? (e.g. using tcpdump on bat0 to check that the packet is getting delivered).
Then check if the ARP reply is at least sent. If so, check where it gets lost.
Cheers,