mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-13 09:02:02 +01:00
vpp: T7929: Changes to NAT44 external address verification (#1695)
This commit is contained in:
parent
2b49f76700
commit
626415ac39
@ -158,7 +158,6 @@ Pool Requirements
|
||||
|
||||
* For dynamic NAT to work, you must configure at least one **translation** pool
|
||||
* For static rules with twice-nat options, you must configure a **twice-nat** pool
|
||||
* All external IP addresses used in static rules must belong to one of the configured pools
|
||||
* Interface-based pools automatically include main (first) IP address assigned to the specified interface
|
||||
|
||||
Pool Selection Priority
|
||||
@ -273,7 +272,8 @@ This option rewrites source IP addresses on packets sent only from a local addre
|
||||
|
||||
.. important::
|
||||
|
||||
Using self-twice-nat option requires to set interface connected to the local network as both inside and outside interface, because both source and destination NAT need to be applied.
|
||||
* Using self-twice-nat option requires to set interface connected to the local network as both inside and outside interface, because both source and destination NAT need to be applied.
|
||||
* External IP address used in static rules must belong to one of the configured translation pools
|
||||
|
||||
Out-to-In Only
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user