Merge pull request #1048 from nicolas-fort/T4889-NAT-Redirection

T4889: NAT Redirection: adding information that dnat redirection is supported
This commit is contained in:
Robert Göhler 2023-07-24 21:31:52 +02:00 committed by GitHub
commit a54be62dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,16 @@ Example:
set nat destination rule 10 translation address 192.0.2.10
Also, in :ref:`destination-nat`, redirection to localhost is supported.
The redirect statement is a special form of dnat which always translates
the destination address to the local hosts one.
Example of redirection:
.. code-block:: none
set nat destination rule 10 translation redirect port 22
Configuration Examples
======================