OpenWRT routers: Difference between revisions
Appearance
Content deleted Content added
Enabling IPv6 in the local network Tags: Mobile edit Mobile web edit |
Explain the lan config |
||
| Line 62: | Line 62: | ||
option ip6ifaceid 'eui64' |
option ip6ifaceid 'eui64' |
||
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 eui64'' makes the local IPv6 address on the lan use the 64 bits derived from the MAC address as the suffix (you might choose to use ''::1'' instead). ''option ip6assign 64'' defines the netmask associated with the prefix delegation. |
|||
== Multiple routed IPv6 /64 blocks == |
== Multiple routed IPv6 /64 blocks == |
||