mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #1489 from aapostoliuk/vrrp-nat-add
Added info how to use DNAT and VRRP with rfc3768-compatibility
This commit is contained in:
commit
fbbfa603ae
@ -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
|
||||
---------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user