Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing doc for auto-nat since 19.7 #195

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions source/manual/how-tos/ipsec-s2s-route-azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,21 @@ Press the button that says 'OK':

.. image:: images/ipsec_s2s_route_azure_conn.png

-----------------------
Firewall Rules OPNsense
-----------------------
----------------------
Firewall Rules and NAT
----------------------

To allow traffic passing to your LAN subnet you need to add a rule to the IPsec
interface (under :menuselection:`Firewall --> Rules --> IPsec`).

.. image:: images/ipsec_ipsec_lan_rule.png
:width: 100%

Since version 19.7 assigned IPSec interfaces are added to automatic outbound rules.
You have to switch to **Manual outbound NAT rule generation** and add all the rules
which existed previously. In most cases it is one rules for interface *WAN* and
*LAN network* as the source.

------------------
IPsec Tunnel Ready
------------------
Expand Down