<p>> The part I meant about "all happens automatically" was the LAN interface<br>
> sharing the use of the delegated prefix, a part of which you already used on<br>
> the WAN interface.<br>
><br>
> My guess is that you just need to add "ipv6 dhcp client pd <dhcp-prefix>" to<br>
> the LAN interface.</p>
<p>No, the PD client should only run on the WAN interface. Use the command you just described. Note that <dhcp-prefix> is just a name, e.g. PREFIX, PD, or myprefix. </p>
<p>On the LAN you apply the delegated prefix with a command like " ipv6 address <dhcp-prefix> 0:0:0:1::/64 eui-64". This gives you the second (0:0:0:0:: is the first) /64 out of the delegation.</p>
<p>-- <br>
Pelle </p>