diff options
author | Robert Göhler <github@ghlr.de> | 2024-06-25 23:07:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 23:07:03 +0200 |
commit | fbbfa603aefbb9ada5182d175d7cd091d00b8ead (patch) | |
tree | 3b8a69d2e9982a0e58a5702194a6061fe4830304 | |
parent | 7dfb68ba3c5a5edbee9df7d3f93cbd1c32346bc0 (diff) | |
parent | 2cf8dec5b8aa792f6d784345b64703521981422e (diff) | |
download | vyos-documentation-fbbfa603aefbb9ada5182d175d7cd091d00b8ead.tar.gz vyos-documentation-fbbfa603aefbb9ada5182d175d7cd091d00b8ead.zip |
Merge pull request #1489 from aapostoliuk/vrrp-nat-add
Added info how to use DNAT and VRRP with rfc3768-compatibility
-rw-r--r-- | docs/configuration/highavailability/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst index ce790df2..740dc204 100644 --- a/docs/configuration/highavailability/index.rst +++ b/docs/configuration/highavailability/index.rst @@ -163,6 +163,7 @@ messages sent by the active node. When the rfc3768-compatibility option is set, a new VRRP interface is created, to which the MAC address and the virtual IP address is automatically assigned. + .. code-block:: none set high-availability vrrp group Foo rfc3768-compatibility @@ -178,6 +179,10 @@ Verification inet 172.25.0.247/16 scope global eth0v10 valid_lft forever preferred_lft forever +.. warning:: RFC 3768 creates a virtual interface. If you want to apply + the destination NAT rule to the traffic sent to the virtual MAC, set + the created virtual interface as `inbound-interface`. + Scripting --------- |