Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Availability gateway trigger fix for site to site VPN #178

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

npr-gh
Copy link

@npr-gh npr-gh commented Jun 19, 2024

When high availability is used, the gateway on the CARP slave on an openVPN connection is unreachable.

The trigger for high packet loss will fire, but this is normal.

I added the ability for the script to track which connection belongs to which gateway, and an extra condition to this trigger. The trigger will not fire if:

  • The pfSense is in CARP slave mode,
  • The interface's name starts with 'ovpns' (via regex).

…lability, which is to be expected.

Modify the warning trigger so that it does not trigger for VPN connections when the pfSense is a CARP slave.
@rbicelli
Copy link
Owner

rbicelli commented Jul 8, 2024

I'm sorry but I'm not experiencing such behavior. Do you set the proper outbound NAT rules for VPN on secondary? gateway should be accessible from secondary no matter what.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants