diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-09-08 06:55:52 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-09-08 06:55:52 -0400 |
commit | da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2 (patch) | |
tree | 428ba2e1a5fa8b34971cceb9f8391c1ac0d5d444 /docs/configuration/vpn/l2tp.rst | |
parent | 86f8017a80b1159ff13303615a03a787d97bfdd7 (diff) | |
download | vyos-documentation-da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2.tar.gz vyos-documentation-da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2.zip |
ipsec-interface: syntax correction
The command to set the vpn interface is changed in the rolling release
which is not modified in many configuration examples, corrected syntax
in all pages where it is mentioned
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: |