Guest User!

You are not Sophos Staff.

[9.192-8][Feature] DHCPv6-PD request /60

I have IPv6 from Time Warner. I receive a /64. It looks like I am able to request a /60 via DHCPv6-PD options.

I don't see any where to change these settings. Is this possible? Even manually?

Edit 2 - it looks like isc dhclient does have support.

DHCPv6 functions and options

Prefix delegation (PD) [since 4.1.1]


25 OPTION_IA_PD dhcp6.ia-pd N/A, set by a client and server to create a prefix delegation binding
26 OPTION_IAPREFIX dhcp6.ia-prefix N/A – sent by the client to convey its Identity Association prefix


     option dhcp6.ia-pd string;

         The  ia-pd  option is manufactured by clients and servers to create a
         Prefix Delegation binding - to delegate an IPv6 prefix to the client.
         It  is  not directly edited in dhcpd.conf(5) or dhclient.conf(5), but
         rather is manufactured and consumed by the software.

       option dhcp6.ia-prefix string;

         The ia-prefix option is placed inside ia-pd options in order to iden-
         tify  the  prefix(es)  allocated  to  the client.  It is not directly
         edited in dhcpd.conf(5) or dhclient.conf(5), but rather  is  manufac-
         tured and consumed by the software.


The internal DHCP6 server supports the options as well as attached. so the client should be able to do so.
Parents
  • Yes ISC dhcpd and dhclient support prefix delegation and so does UTM. But they (and therefore UTM) don't support the DHCPv6 PD hint option to explicitly request a specific prefix length. Not even in the new v4.3 release.

    The reason why it doesn't work for you is that your ISP only offers a /64 by default and you need to use the PD hint option to request a larger prefix. It would work if they defaulted to a /60 for example.

    To see which prefix has been delegated to you using DHCPv6 PD, goto "Interfaces & Routing >> IPv6 >> Global" tab in WebAdmin. It's listed as "delegated prefix" there.
Reply
  • Yes ISC dhcpd and dhclient support prefix delegation and so does UTM. But they (and therefore UTM) don't support the DHCPv6 PD hint option to explicitly request a specific prefix length. Not even in the new v4.3 release.

    The reason why it doesn't work for you is that your ISP only offers a /64 by default and you need to use the PD hint option to request a larger prefix. It would work if they defaulted to a /60 for example.

    To see which prefix has been delegated to you using DHCPv6 PD, goto "Interfaces & Routing >> IPv6 >> Global" tab in WebAdmin. It's listed as "delegated prefix" there.
Children
No Data