Event Timeline
Comment Actions
igb0 is the right target interface
2001:bc8:2e84:700::/56 is the correct prefix for the DUID we send
The IP we assigned to the interface also belongs to that prefix:
ifconfig igb0 inet6 2001:bc8:2e84:700::da7a:7001 prefixlen 56
Comment Actions
To make it works:
- Flush route table to remove all gateway info and different tests route -6 flush
- Enable route advertisement: ifconfig igb0 accept_rtadv`
- Ping something: route -6 google.com: at that moment, we've an autoconfigured IP (not the SLAAC!) and a routing table
The block then works nicely.