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
| #!/bin/sh | |
| # | |
| # Copyright (C) 2010 Matthias Buecher (http://www.maddes.net/) | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 2 of the License, or | |
| # (at your option) any later version. | |
| # http://www.gnu.org/licenses/gpl-2.0.txt |
| from django.views import generic | |
| from django.db.models.base import Model | |
| from collections import OrderedDict | |
| from django.forms import BaseForm | |
| from django.core.validators import RegexValidator | |
| __all__ = ( | |
| 'AdditionalFormsMixin', | |
| ) |
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