<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 13 June 2016 at 14:28, DICK,  L. (MR.) <span dir="ltr"><<a href="mailto:Dickl@mopipi.ub.bw" target="_blank">Dickl@mopipi.ub.bw</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I hope you all travelled safely . My DHCPv6 server is working fine (with<br>
Vlan 2) but when I try to add another subnet6(for another Vlan 13) the<br>
clients in Vlan 13 get ip addresses from Vlan 2 subnet. Here is<br>
configuration;<br>
<br>
shared-network LAN {<br>
#Vlan 2<br>
subnet6 2001:43f8:2a0:4::/64 {<br>
     range6 2001:43f8:2a0:4:2::1 2001:43f8:2a0:4:2::ffff;<br>
}<br>
#vlan 13<br>
subnet6 2001:43f8:2a0:d::/64 {<br>
      range6 2001:43f8:2a0:d:13::1 2001:43f8:2a0:d:13::ffff;<br>
}<br>
}<br>
<br><br></div></blockquote><div><br></div><div>Having the 2 subnets in a shared-network block will cause dhcp to treat them as the same, so it will hand out addresses from any one.<br><br></div><div>You should take them out of the "shared-network" block if they are separate networks and then have ways for dhcpd to know from which subnet the request was received. Either the dhcpd server must be connected with an interface to each subnet or you need to set up a relay, or a combination.<br><br></div><div>Regards<br><br></div><div>John<br>  <br> </div></div></div></div>