This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ # cat /sys/fs/pstore/* | |
ABOOT.GIT=MBM-NG-TBF.4F-0-g69a878f | |
PROV.GIT=MBM-NG-VBF.C7-0-g1fefee4-dirty | |
CMNLIB64.GIT=MBM-NG-VBF.C7-0-g5fefee4 | |
CMNLIB.GIT=MBM-NG-VBF.C7-0-g5fefee4 | |
KEYMASTER.GIT=MBM-NG-VBF.C7-0-g5fefee4 | |
DEVCFG.GIT=MBL%NG-VBF.C7-0-g5fefee4-dirty | |
TZ.GIT=MBM-NG-VBF.C7-0)g5fefee4-dirty | |
RPM.GIT=02a0726-dirty | |
SBL1.GIT=MBM-NG-VBF,4F-0-g5f65866 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# install_vpn.sh | |
# automatically install and configure a VPN -- IKEv2 over IPsec | |
# using strongswan and iptables | |
# Author: Lucas E Morales <[email protected]> | |
# | |
# 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 |