How does setting IPv6-Suffix (hex) works?

  1. Suffix only works for clients doing stateful DHCPv6, it has no effect on systems not doing DHCP but SLAAC only, e.g. Android
  2. The hostid suffix value is limited to 32bit, so the maximum possible value is ffffffff

That's because scanning the number stops at the first non-digit, so only be51 gets used in this case.

That value is too large to fit into a 32bit integer. be5107fa or f82238d7 would work.

6 Likes