i've had vpn stuck at boot only if dns race condition was a problem (e.g. adguard as a main dns; unbound can't resolve if not routed to wan).
You could try reverting this one:https://github.com/opnsense/core/commit/3340a32473But it's basically a can of worms because it fixes a non-operational issue on the surface, which points to lack of proper setup if it causes breakage... perhaps meddling with VIPs or a left-over interface IPv4 configuration (this has been discontinued but some old configs may still have it) which is not optimal at the moment.# opnsense-patch 3340a32473Cheers,Franco
(1) Do you use DNS entries as endpoint addresses?
(2) Do you use tunnel addresses on your instances?
(3) Do you have allowed IPs on your peers?
(4) Do you have the instances assigned as interfaces?
(5) If yes for (4) do you have an IPv4/IPv6 mode set in the interface?
(6) If yes for (4) do you have VIPs assigned to these interfaces?
Reading the questions:I just realized that I completely forgot about the DynDNS. I mean the time it needs to update.I was super quick with testing. What a shame, if this would be the reason..... So I just rolled back to 24.1.1, updated again to 24.1.2 (without the patch).I will now test again and having a look at the DynDNS topic....