VPN: OpenVPN - explain interaction with CARP, including the new option introduced in f56c6e2a0b

pull/490/head
Ad Schellevis 9 months ago
parent aa95bff00c
commit 25b61f66a4

@ -445,6 +445,25 @@ OPNsense are :doc:`grouped <firewall_groups>` as `OpenVPN`.
devices and use them in a similar fashion as physical interfaces.
.................................
High availability [CARP]
.................................
When operating an OpenVPN server, there's not much needed to allow an active/passive setup for your environment other then
using a virtual (CARP) address. As the server will stop receiving traffic when the virtual address doesn't it,
the backup will eventually become out of service automatically.
In client mode, the OpenVPN instance needs to stop trying to reconnect when it's not in :code:`MASTER` mode, the legacy
client module shutsdown all instances directly attached to the interface. Our new instances module allows to select
the :code:`vhid` to track. In most cases an explicit bind isn't needed for a client, the default for a client is to
use the :code:`nobind` option.
.. Note::
It's not possible to move between machines fully seamless as the client will have to reconnect in order to reach a
valid state again.
.................................
Examples
.................................

Loading…
Cancel
Save