OpenWRT IPv6

From Jan's Wiki
Revision as of 17:19, 1 June 2015 by Der Jan (talk | contribs) (Created page with "To avoid router advertisements of HENET route (use telekom route) set prefix to >96. From odhcpd router.c [https://github.com/sbyx/odhcpd/blob/master/src/router.c#L270] if (a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To avoid router advertisements of HENET route (use telekom route) set prefix to >96. From odhcpd router.c [1]

if (addr->prefix > 96)
    continue; // Address not suitable

Unfortunately br-lan ignores the prefix in this case. Set ip manually:

ifconfig br-lan 2001:470:1f0b:bc0::1/100 add