OpenWRT routers: Difference between revisions
Appearance
Content deleted Content added
Be clearer Tags: Mobile edit Mobile web edit |
m Be clearer Tags: Mobile edit Mobile web edit |
||
| Line 91: | Line 91: | ||
option ip6assign '64' |
option ip6assign '64' |
||
The ''list ip6class wan_6'' line causes the lan to use the delegated prefix from wan_6. ''option ip6ifaceid ::1'' makes the local IPv6 address on the lan use ::1 as the 64 bit suffix (you might choose to use ''eui64'' instead to use the 64 bits derived from the MAC address as the suffix). ''option ip6assign 64'' defines |
The ''list ip6class wan_6'' line causes the lan to use the delegated prefix from wan_6. ''option ip6ifaceid ::1'' makes the local IPv6 address on the lan use ::1 as the 64 bit suffix (you might choose to use ''eui64'' instead to use the 64 bits derived from the MAC address as the suffix). ''option ip6assign 64'' defines how many bits are taken from the wan_6 prefix delegation. |
||
== Multiple routed IPv6 /64 blocks == |
== Multiple routed IPv6 /64 blocks == |
||