Hi, I try to display a list of IPv6-Addresses of all neighbors on each node so users can jump/click from a nodes HTTP status page to another (sounds like fun!). The basic approach would be to use an IPv6 ULA address (prefix+ some MAC address) for the node and to somehow get the MAC part from batman. A list might generate by this: for mac in $(batctl o -H | grep 'No' -v | cut -b 37-53 | sort | uniq); do addr="$(ula_addr $prefix $mac)" echo "