A quick reply re: 64 bit subnet -- I spent several long days wrestling this one to the ground. The DHCPv6 scope isn't asking for a subnet, it's asking for a prefix. The full IPv6 prefix is 64 bits long and is made up of an address scope prefix, a
router ID prefix and a 16-bit block for a subnet number. the remaining 64 bits are for the host address which is required to be a full 64 bits long. There are occasions where the scope or router prefixes are what's needed (6to4 address conversion,
for example). The DHCPv6 server needs the full 64-bit prefix because it only manages 64-bit host (or node if you will) addresses. If you are subnetting, the subnet ID is the last 32 bits of the full 64-bit prefix, so you'll end
up with scopes that are all identical except for the last block, i.e.,
Scope for subnet 4001 = 02ab:fe10:2aab 4001::/64
Scope for subnet 4001 = 02ab:fe10:2aab 4002::/64
Scope for subnet 4003 = 02ab:fe10:2aab 4003::/64
OK. Questions? I'll be more than glad to share anything I've learned getting this witchery working --
Peace,
Robert
-
Proposed as answer by
OldRobP
Tuesday, April 01, 2014 12:10 AM