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