diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-06 20:01:33 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-06 20:02:09 +0200 |
commit | 050335f959231f7fe3112ee0eac4988adcc50a04 (patch) | |
tree | 2dc4b00448039617e7aa68464b442a738f36a251 /docs/configuration/vpn | |
parent | fc11e92dae0025e0e17ecc7c443c64421e5863d0 (diff) | |
download | vyos-documentation-050335f959231f7fe3112ee0eac4988adcc50a04.tar.gz vyos-documentation-050335f959231f7fe3112ee0eac4988adcc50a04.zip |
ipsec: T3588: remove obsolete CLI commands for NAT
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index 0df5080c..bbe2b881 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -15,8 +15,6 @@ with native Windows and Mac VPN clients): .. code-block:: none set vpn ipsec ipsec-interfaces interface eth0 - set vpn ipsec nat-traversal enable - set vpn ipsec nat-networks allowed-network 0.0.0.0/0 set vpn l2tp remote-access outside-address 192.0.2.2 set vpn l2tp remote-access client-ip-pool start 192.168.255.2 |