diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-09-08 12:09:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 12:09:47 +0100 |
commit | adbffa6d475a7ebf6972468ad6f86df90520aa65 (patch) | |
tree | 428ba2e1a5fa8b34971cceb9f8391c1ac0d5d444 /docs/configuration/vpn/l2tp.rst | |
parent | 86f8017a80b1159ff13303615a03a787d97bfdd7 (diff) | |
parent | da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2 (diff) | |
download | vyos-documentation-adbffa6d475a7ebf6972468ad6f86df90520aa65.tar.gz vyos-documentation-adbffa6d475a7ebf6972468ad6f86df90520aa65.zip |
Merge pull request #849 from srividya0208/ipsec-interfaces
ipsec-interface: syntax correction
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index 411b7b5e..8dc34ee4 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -14,7 +14,7 @@ with native Windows and Mac VPN clients): .. code-block:: none - set vpn ipsec ipsec-interfaces interface eth0 + set vpn ipsec interface eth0 set vpn l2tp remote-access outside-address 192.0.2.2 set vpn l2tp remote-access client-ip-pool start 192.168.255.2 @@ -24,7 +24,7 @@ with native Windows and Mac VPN clients): set vpn l2tp remote-access authentication mode local set vpn l2tp remote-access authentication local-users username test password 'test' -In the example above an external IP of 192.0.2.2 is assumed. +In the above example, an external IP of 192.0.2.2 is assumed. If a local firewall policy is in place on your external interface you will need to allow the ports below: |