option dhcp6.domain-search "xxx.xxxxxxx.com";default-lease-time 7200;max-lease-time 86400;log-facility local7;one-lease-per-client true;deny duplicates;ping-check true;update-conflict-detection false;authoritative;subnet6 2605:e000:abcd:ef10::/64 { range6 2605:e000:abcd:ef10:::: 2605:e000:abcd:ef10::::; option dhcp6.name-servers 2605:e000:abcd:ef10:ca15:5dff:feff:2b00;}ddns-update-style none;
I would like to test if it is possible to get the DHCPv6 server to only provide "other" information such as DNS without assigning addresses.
the line with the "range6" weirdness is not liked by the DHCP.
From reading Linux documentation, the correct configuration for Stateless is to completely delete the range6 line and it should work.
When I edit the file manually it puts it back in and dies.
As suspected: Was broken for track interfaces. Fix:opnsense-patch e20c705CheersMaurice