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
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/bash -x | |
| # from git 2.28 | |
| git config --global init.defaultBranch main | |
| # before git 2.28 | |
| # set git to use "main" instead of "master" on `git init` | |
| # suggestion - run commands these manually! | |
| # show existing settings |