Skip to content

Instantly share code, notes, and snippets.

View alexpiezo's full-sized avatar

Alex alexpiezo

  • Piezo
  • Benalmádena
View GitHub Profile
@alexpiezo
alexpiezo / install_vpn.sh
Last active September 16, 2018 23:18 — forked from lorepozo/install_vpn.sh
automatically install and configure a VPN server — IKEv2 over IPsec
#!/bin/bash
# install_vpn.sh
# automatically install and configure a VPN -- IKEv2 over IPsec
# using strongswan and iptables
# Author: Lucas E Morales <lucas@lucasem.com>
#
# tested on Ubuntu 16.04 and arch 2018-07
#
# huge thanks to Namo's tutorial:
# https://www.digitalocean.com/community/tutorials/how-to-set-up-an-ikev2-vpn-server-with-strongswan-on-ubuntu-16-04