<div dir="ltr">Good Day Respected Authors,<br><br>I cannot seem to get babeld to work on my device. I presume I am missing something. I have followed the instructions here, <a href="https://github.com/jech/babeld">https://github.com/jech/babeld</a>.<br><div><br></div><div>The setup is made using Raspberry Pi with USB Wi-Fi dongle. The Wi-Fidevices are placed into ad-hoc mode with the following commands:<br>     sudo ip link set wlan1 down<br>     sudo iwconfig wlan1 mode ad-hoc channel 11 essid "mesh"<br>     sudo ip link set up dev wlan1<br><br>IP addresses are assigned to the interface with the following commands:</div><div><br></div><div>Pi 1<br>     sudo ip addr add <a href="http://192.168.13.33/32">192.168.13.33/32</a> dev wlan1<br>     sudo ip -6 addr add $(generate-ipv6-address -r)/128 dev wlan1<br></div><div><i>* here I am having an error saying it cannot find the generate-ipv6-address</i></div><div><i><br></i></div><div><div>Pi 2<br>     sudo ip addr add <a href="http://192.168.13.34/32">192.168.13.34/32</a> dev wlan1<br>     sudo ip -6 addr add $(generate-ipv6-address -r)/128 dev wlan1<br></div><div><i>* here I am having an error saying it cannot find the generate-ipv6-address<br><br></i>At this point, I tried to ping both of them using IPv4 via the wlan1 interface. It says network unreachable.<br><br>Am I missing any steps here? Please advice.<br><br>Thank you.</div></div><div><br></div><div>Regards,<br>Surya</div><div><i><br></i></div><div><i><br></i></div></div>