You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/manual/hacarp.rst

44 lines
1.5 KiB
ReStructuredText

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

=====================================
High Availability & Hardware Failover
=====================================
OPNsense utilizes the Common Address Redundancy Protocol or CARP for hardware
failover. Two or more firewalls can be configured as a failover group. If one
interface fails on the primary or the primary goes offline entirely, the
secondary becomes active.
Utilizing this powerful feature of OPNsense creates a fully redundant firewall
with automatic and seamless fail-over. While switching to the backup network
connections will stay active with minimal interruption for the users.
.. image:: images/light_bulbs.png
:scale: 100%
------------------
Automatic failover
------------------
If the primary firewall becomes unavailable, the secondary firewall will take
over without user intervention and minimal interruption.
-------------------------
Synchronized state tables
-------------------------
The firewalls state table is replicated to all failover configured firewalls.
This means the existing connections will be maintained in case of a failure,
which is important to prevent network disruptions.
-----------------------------
Configuration synchronization
-----------------------------
OPNsense includes configuration synchronization capabilities. Configuration
changes made on the primary system are automatically synchronized to the
secondary firewall.
-----------------
Configure HA CARP
-----------------
For detailed setup guide see: :doc:`/manual/how-tos/carp`