root@fw:/var/etc # cat dhcp6c.confinterface igb1_vlan832 { send ia-pd 0;//REDACTED script "/var/etc/dhcp6c_wan_script.sh";};id-assoc pd 0 { prefix-interface igb0_vlan600 { sla-id 0; sla-len 2; };};
IPv6 address 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0/58
from: ::40:0:0:0:0to: ::c0:0:0:0:0Delegation size: 58
root@fw:/var/etc # cat ../dhcpd/etc/dhcpdv6.confoption dhcp6.domain-search "admin.home.arpa";option dhcp6.rapid-commit;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 2001:0db8:aaaa:aa00::/58 { option dhcp6.name-servers 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0; prefix6 0:0:0:40:: 0:0:0:c0::/58;}ddns-update-style none;
from: ::40to: ::c0Delegation size: 58
prefix6 2001:0db8:aaaa:aa00:: 2001:0db8:aaaa:aa00::/58;
2023-12-03T18:18:44 Warning opnsense /services_dhcpv6.php: '::c0' is not a valid prefix range value 2023-12-03T18:18:44 Warning opnsense /services_dhcpv6.php: '::40' is not a valid prefix range value
Subnet 2001:0db8:aaaa:aa00::Subnet mask 58 bitsAvailable range 2001:0db8:aaaa:aa00:: - 2001:0db8:aaaa:aa3f:ffff:ffff:ffff:ffffAvailable prefix delegation size 63 bits
from ::10 to ::f0
1/ Do not use the trailing 0s. E.g.Code: [Select]from ::10 to ::f0
Are you sure you actually get a /56 from your ISP? Did you check Interfaces: Overview: WAN: IPv6 prefix?CheersMaurice
2/ Use something standard, such as /60.
from: ::10:0:0:0:0to: ::f0:0:0:0:0Delegation size: 60
IPv6 address 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0/60
Subnet 2001:0db8:aaaa:aa00::Subnet mask 60 bitsAvailable range 2001:0db8:aaaa:aa00:: - 2001:0db8:aaaa:aa0f:ffff:ffff:ffff:ffffAvailable prefix delegation size 61 bits
…subnet6 2001:0db8:aaaa:aa00::/60 { option dhcp6.name-servers 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0; prefix6 2001:0db8:aaaa:aa00:: 2001:0db8:aaaa:aa00::/60;}
Will consider removing the legacy compatibility regarding the input, which was the only reason why it stopped working in the first place.Cheers,Franco
My ISP only delegates a /56 prefix, no IPv6 address is provided to the WAN interface.In the WAN interface, SLA length is 2.