You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/manual/how-tos/ipsec-rw-linux.rst

38 lines
1.1 KiB
ReStructuredText

================================
IPsec: Setup Linux Remote Access
================================
.. contents:: Index
Here you can see the configuration options for all compatible VPN types.
We assume that you are familiar with adding a new VPN connection.
The tests were done with Ubuntu 18.04 and network-manager-stronswan installed, Ubuntu only supports
OpenVPN and PPTP with the default install.
It can be installed using the following command on the command line:
.. code-block:: sh
apt install network-manager-strongswan
------------------------------
Step 1 - Download Certificate
------------------------------
Download the Root CA from the OPNsense Firewall since it is needed for all EAP types with IKEv2.
---------------------------
Step 2 - Add VPN Connection
---------------------------
Open the network manager and add a new VPN connction. Choose **IPSec/IKEv2**, enter a **Name** and set
the **Address** to the FQDN matching the one of the certificate at your Firewall.
----------------------------------
IKEv2 + EAP-MSCHAPv2 or EAP-RADIUS
----------------------------------
.. image:: images/ipsec-rw-linux-eapmschap.PNG
:width: 60%