1. The srandom() call was omitted. The arc4random documentation from OpenBSD says: "The subsystem is re-seeded from the kernel random(4) subsystem using getentropy(2) on a regular basis, and also upon fork(2)." Maybe one should still call srandom() to initialize arc4random alongside?
@CruxtheNinth so I think you making clear that the last one "somewhat" worked I reverted the other commit that seems to play a role here and this should be the final thing for 24.7.4:# pkg add -f https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/dhcp6c-20240907.pkgI'm actually glad that neither of the two fixes for operational issues we did caused this, but it's still a bit unfortunate there is something weird going on here with the random value generation.Cheers,Franco
Good morning,since I updated to OPNsense 24.7.3_1-amd64 I have the same issue on not running IPV6DHCP.Reading through did not see clear the solution so far... do I need to return to older version or did any tweak help? I went through all 5 pages but maybe missed the key sentence, maybe also due to lack of coffee this morning....
the IPv6 should not be local with start fe80... or?
Quote from: Server07 on September 09, 2024, 07:37:36 amthe IPv6 should not be local with start fe80... or?valid but not what you are looking for in this case.FE80::/10 is link-local and not routed, you are missing a GUA out of 2000::/3
And the no_sa kernel is just for reference. We're going with the same kernel side as 24.7.3 which is half the patches and disabling ND states. FreeBSD is in too deep on this, so eventually they will fix it. That's my hope at least.