These are my notes for connecting to a meraki client vpn from ubuntu 16.04. This configuration assumes you are using a psk for the ipsec auth.
Install the following packages:
apt-get install -y strongswan xl2tpd
Configure strong swan
| diff -ruN Python-3.6.3.orig/setup.py Python-3.6.3.new/setup.py | |
| --- Python-3.6.3.orig/setup.py 2019-11-08 02:10:57.439748845 +0700 | |
| +++ Python-3.6.3.new/setup.py 2019-11-08 02:03:05.114227743 +0700 | |
| @@ -846,10 +846,14 @@ | |
| exts.append( Extension('_socket', ['socketmodule.c'], | |
| depends = ['socketmodule.h']) ) | |
| # Detect SSL support for the socket module (via _ssl) | |
| + openssl_root = os.getenv('OPENSSL_ROOT') | |
| + | |
| search_for_ssl_incs_in = [ |
These are my notes for connecting to a meraki client vpn from ubuntu 16.04. This configuration assumes you are using a psk for the ipsec auth.
Install the following packages:
apt-get install -y strongswan xl2tpd
Configure strong swan