Is this on 23.1 or 23.7? Because the alert handler changed in 23.7 due to problems in 23.1 enabling combinations previously not working, but as things will have it it was also hitting another bug uncovered in the monitoring status code, see https://github.com/opnsense/core/issues/6728#issuecomment-1673060746Cheers,Franco
If you go to:Systems -> Gateway -> SingleMark the Tier 2 as down (Disable) when it's active, apply, I assume it would then fail back to Tier 1?
Do you have a firewall rule with the specified gateway group setting, i.e to send traffic to the correct gateway group? Or are you just relying on the default gateway switching?EDIT: Oh, missed the below initially... so you do, to the first point "Relevant Firewall Rules: IPv4 Lan Network Pass rule to Gateway group"The below would only really have been relevant if you were just relying on gateway switching:- What is the routing table (netstat -rn) pre/post fail over?- Systems -> Gateway -> Single, what priority are both gateways set to? Are they both tagged as 'upstream'?
On version 23.1.11
My understanding, for default gateway switching you need:- Specify Priority, lower numerical value is higher priority- Tag both as 'Upstream'"This will select the above gateway as a default gateway candidate."The 2 fail-over mechanisms are different:- Firewall rule -> gateway group, uses gateway groups.- Default gateway switching, the priority/upstream tags in System -> Gateway -> SingleDefault gateway switching is going to impact services running on the firewall itself and rules where there is no gateway/gateway group specified.
Quote from: axsdenied on August 10, 2023, 09:00:29 pmOn version 23.1.11Ok then it might be the exact reason why it was rewritten for 23.7. If you want to test on 23.7.1 I'd recommend using the patch mentioned as well:# opnsense-patch d1d255a24And reboot for full effect...Cheers,Franco
Yeah 23.1.11_1 upgrade will take you to 23.7.1_3 directly and the patch goes on top. But don't rush the upgrade if you don't have to. Just that it's futile talking about 23.1 when this already changed in 23.7.Here is the original issue report:https://github.com/opnsense/core/issues/6231Cheers,Franco