From 6b755416797273841b880d938f0d1416cd9a3fe3 Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Sat, 16 Sep 2023 12:10:20 +0200 Subject: [PATCH] Update vpnet.rst Changed the position of Legacy and New > 23.1 Added how-tos/ipsec-swanctl-rw-ikev2-eap-mschapv2 to doctree in New > 23.1 --- source/manual/vpnet.rst | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/source/manual/vpnet.rst b/source/manual/vpnet.rst index fb58bd3..2237625 100644 --- a/source/manual/vpnet.rst +++ b/source/manual/vpnet.rst @@ -232,6 +232,25 @@ Examples This paragraph offers examples for some commonly used implementation scenarios. +New > 23.1 (:menuselection:`VPN -> IPsec -> Connections`) +------------------------------------------------------------------------------ + +.. toctree:: + :maxdepth: 2 + :titlesonly: + + how-tos/ipsec-s2s-conn + how-tos/ipsec-s2s-conn-route + how-tos/ipsec-s2s-conn-binat + how-tos/ipsec-swanctl-rw-ikev2-eap-mschapv2 + + +.. Tip:: + + The number of examples for the new module on our end is limited, but for inspiration it's often a good + idea to walkthrough the examples provided by `Strongswan `__. + Quite some swanctl.conf examples are easy to implement in our new module as we do follow the same terminology. + Legacy (:menuselection:`VPN -> IPsec -> Tunnel Settings`) ------------------------------------------------------------------------------ @@ -251,26 +270,6 @@ Legacy (:menuselection:`VPN -> IPsec -> Tunnel Settings`) Using Network Address Translation in policy based tunnels is different, due to the fact that the installed IPsec policy should accept the traffic in order to encapsulate it. The `IPSec BINAT` document will explain how to apply translations. - -New > 23.1 (:menuselection:`VPN -> IPsec -> Connections`) ------------------------------------------------------------------------------- - -.. toctree:: - :maxdepth: 2 - :titlesonly: - - how-tos/ipsec-s2s-conn - how-tos/ipsec-s2s-conn-route - how-tos/ipsec-s2s-conn-binat - - -.. Tip:: - - The number of examples for the new module on our end is limited, but for inspiration it's often a good - idea to walkthrough the examples provided by `Strongswan `__. - Quite some swanctl.conf examples are easy to implement in our new module as we do follow the same terminology. - - ................................. Tuning considerations .................................