diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2024-06-25 16:51:26 +0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-26 19:49:33 +0000 |
commit | 0e18f4b416550f5118c32961353c1478934e27c0 (patch) | |
tree | 016bb75aeeb391914b9ef2f25412928f41c59e1f | |
parent | a3788a3550d636fa783cd3e7ffc55ec3a0d6ca06 (diff) | |
download | vyos-documentation-0e18f4b416550f5118c32961353c1478934e27c0.tar.gz vyos-documentation-0e18f4b416550f5118c32961353c1478934e27c0.zip |
Added info how to use DNAT and VRRP with rfc3768-compatibility
Added warning info on how to use DNAT and VRRP with
rfc3768-compatibility.
(cherry picked from commit c712670979fc1e2690482374e29b5b9384535dee)
-rw-r--r-- | docs/configuration/highavailability/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst index e624bd9b..3320874d 100644 --- a/docs/configuration/highavailability/index.rst +++ b/docs/configuration/highavailability/index.rst @@ -220,6 +220,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`. + Global options -------------- |