Hi again, > On 17. Jan 2018, at 17:14, Iliyan ILF Stoyanov <[email protected]> wrote: > > thanks for the reply. I'm using openwrt as a BR distro with odhcpd handling > the RA (and also dhcpv6). The setup works between a Pi-Pi (although my second > Pi in the PAN uses dhcpv6 for getting an IP, so that is not a proof of a > working solution so far. >
you could try to use one of your boards as a sniffer, see [1]. So you can check if you see Router Solicitations (RS) by RIOT nodes and hopefully Router Advertisements (RA) from your RasPi. RIOT needs RAs to (auto) configure its IPv6 interfaces with addresses, there is no DHCP client on RIOT (yet). Thus, if odhcpd does not send RAs or if it does, these RAs may contain options RIOT does not except (e.g., as Kaspar already said on-link flag must not be set), in all cases auto-conf may fail in RIOT. [1]: https://github.com/RIOT-OS/applications/tree/master/sniffer Best, Sebastian _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
