From 0b6ae702213a8c9be701bbb648d59b8b675ced4e Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 26 Dec 2015 11:29:11 -0800 Subject: [PATCH] close brace --- mindstab.net_blog/StrongSwan_VPN_and_ufw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindstab.net_blog/StrongSwan_VPN_and_ufw.md b/mindstab.net_blog/StrongSwan_VPN_and_ufw.md index 435e011..db1a910 100644 --- a/mindstab.net_blog/StrongSwan_VPN_and_ufw.md +++ b/mindstab.net_blog/StrongSwan_VPN_and_ufw.md @@ -7,7 +7,7 @@ So there are several scripts floating around that will just auto set it up for y [strongSwan 5: How to create your own private VPN](https://www.zeitgeist.se/2013/11/22/strongswan-howto-create-your-own-vpn/) [[local ref](references/strongswan/www.zeitgeist.se/2013/11/22/strongswan-howto-create-your-own-vpn/index.html)] is the much more comprehensive one, but also set up a cert style login system. I wanted passwords initially. -[strongSwan 5 based IPSec VPN, Ubuntu 14.04 LTS and PSK/XAUTH](http://trick77.com/2014/05/04/strongswan-5-vpn-ubuntu-14-04-lts-psk-xauth/)[[local ref](references/strongswan/trick77.com/strongswan-5-vpn-ubuntu-14-04-lts-psk-xauth/index.html) has a few more details on a password based setup +[strongSwan 5 based IPSec VPN, Ubuntu 14.04 LTS and PSK/XAUTH](http://trick77.com/2014/05/04/strongswan-5-vpn-ubuntu-14-04-lts-psk-xauth/)[[local ref](references/strongswan/trick77.com/strongswan-5-vpn-ubuntu-14-04-lts-psk-xauth/index.html)] has a few more details on a password based setup Additional notes: I pretty much ended up doing the first one stright through except creating client certs. Also the XAUTH / IKE1 setup of the password tutorial seems incompatible with the Android StrongSwan client, so I used EAP / IKE2, pretty much straight out of the first one. Also seems like you still need to install the CA cert and vpnHost cert on the phone unless I was missing something.