2
0
mirror of https://github.com/opnsense/docs synced 2024-11-18 21:28:29 +00:00
opensense-docs/source/manual/how-tos/ipsec-rw-linux.rst
Ad Schellevis 82f0ad9c47 minor fixes and changes
- arrange service menu like the product
- compile error in radvd.rst
- add ipsec howt's to the index
- fix some screenshot sizes in ipsec howto's

@mimugmail I think it's safe to add your howto's, so I've added them now
2019-08-23 09:19:41 +02:00

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-stronswan
------------------------------
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%