Skip to content
Open
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
8 changes: 8 additions & 0 deletions docs/configuration/vpn/ipsec/remoteaccess_ipsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ following commands.
set vpn ipsec remote-access connection rw authentication client-mode 'eap-mschapv2'
set vpn ipsec remote-access connection rw authentication local-users username vyos password 'vyos'

Some client operating systems like to see the servers certificate. The following
option causes the server to voluntarily send its certificate, even if it wasn't
requested.

.. code-block:: none

set vpn ipsec remote-access connection rw authentication always-send-cert

Client Configuration
^^^^^^^^^^^^^^^^^^^^

Expand Down
Loading