I recently set up a dhcpv6 server in my network. The problem is: I set the range of it to
#VLAN120
subnet6 2001:470:2249:120::/64 {
range6 2001:470:2249:120::20 2001:470:2249:120::250;
option dhcp6.name-servers 2606:4700:4700::1111;
range6 2001:470:2249:120:: temporary;
}
and there is only 1 client in my network that gets the ::250 address. Other clients don't get any addresses at all. What is the problem here?