As I see it it's asking multiple times, also interrupted due to SIGHUP reconnect, getting multiple answers but eventually refusing to give out another prefix and that's where it stops as expected.
Seeing that PPPoE is involved I'd like to ask you to try the following:
> Do you have a idea or at least a speculation what causes this? I mean, as written in the OP, ISP is the same and it worked before. As well with PPPoE and IPv6 together.Most of this revolves around timing issues: PPP being a bit less reliable due to extra software in between (mpd5), dhcp6c code changes causing IPv4 and IPv6 sequence mismatches, additional use of Netmap (suricata and zenarmor) or modem interaction on the plugged WAN link.6b28dae2 tries to address some of these issues by moving IPv6 setup to PPP linkup time, not generic IPv4 renewal time (which is called much more often).6b28dae2 should be safe enough, you can run the patch command again and it will be removed. the patch is also cached so it's easy to recover from no connectivity due to patches. But this patch has been extensively tested so I don't think it would be worse than before.Cheers,Franco
This is only the default value, but in all honestly it's a historic artefact and not even used anymore. The interface name is always passed.
I think we figured out the mix of commits that caused dhcp6c to regress the way it did in 24.7.2:# pkg add -f https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/dhcp6c-20240907.pkgThis will be in 24.7.4. Worth a test, but needs a reboot to activate.
Can I apply this with opnsense-patch somehow
# pkg add -f https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/dhcp6c-20240907.pkg
Can I apply this with opnsense-patch somehowNah. You can apply it with the command already posted:# pkg add -f https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/dhcp6c-20240907.pkg
opnsense-revert dhcp6c
PS: The version you tested is going to be tomorrow's release version in 24.7.4 anyway.
create a prefix 2003:c3:xxxx:xxxx::/56
advertise contains no address/prefix
Do you have "Request only a prefix" unset? It would be better to set this option if that's the case. If it's already set we need to try and ignore this zero lifetime NA that doesn't even provide an address.
To me it looks like a server quirk to be honest.