<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><br></div></div><div class="gmail_quote">On Tue, Feb 14, 2017 at 11:26 AM, Eugene M. Zheganin <span dir="ltr"><<a href="mailto:emz@norma.perm.ru" target="_blank">emz@norma.perm.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I need to assign two IPv6 addresses in my network - one private/local-unique and one public to each requesting client. So far I'm successful in assigning only one. There's a message from 2010 under the subject "<br>
How to config dhcpv6 server to assign multiple subnet address", and the reply mentions that the 'shared network {}' clause should be used, and two prefix-separated pool should be configured. I did that, but still my clients (at least my FreeBSD with dhcp6c) receives only one address. So I want to ask - who's opinion is valued the most, and who makes the decision about multiple IPv6 addresses ? The client or the assigning server ?<br>
<br>
I'm using the isc-dhcpd 4.3.4 server and main part of my config looks like:<br>
<br>
shared-network foobar {<br>
    limit-addrs-per-ia 2;<br>
    subnet6 fd00::500/120 {<br>
        range6 fd00::500/120;<br>
        option dhcp6.name-servers fd00::1;<br>
    }<br>
    subnet6 2a02:XXXX:40::500/120 {<br>
        range6 2a02:XXXX:40::500/120;<br>
        option dhcp6.name-servers fd00::1;<br>
    }<br>
}<br>
<br>
Thanks.<br>
Eugene.<br></blockquote><div><br></div><div> The article is probably showing how to use two different subnets in the same VLAN.  The DHCP server will assign an IP from either range.</div><div><br></div><div>I do not think there is any way to tell a DHCP server to hand out more than one IP to a client, or to tell the client to ask for more than one IP on a given interface.</div><div>I think you might need to re-design your network.</div><div><br></div><div>-- </div><div>Bob Harold</div><div><br></div></div></div></div>