From 694a00610216bfcc8be00fd5fb1c93649e8bfece Mon Sep 17 00:00:00 2001 From: Lin Song Date: Fri, 8 Jan 2016 03:17:50 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b02403..c1f0326 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Note: This repository was created from and replaces these GitHub Gists: Scripts for automatic configuration of IPsec/L2TP VPN server on Ubuntu 14.04 & 12.04, Debian 8 and CentOS/RHEL 6 & 7. All you need to do is provide your own values for `IPSEC_PSK`, `VPN_USER` and `VPN_PASSWORD`, and they will handle the rest. These scripts can also be directly used as the Amazon EC2 "user-data" when creating a new instance. +We will use Libreswan as the IPsec server, and xl2tpd as the L2TP provider. + ### My VPN tutorial with detailed usage instructions ## Requirements @@ -55,6 +57,10 @@ nano -w vpnsetup_centos.sh /bin/sh vpnsetup_centos.sh ``` +## Upgrading Libreswan + +You may use the scripts `vpnupgrade_Libreswan.sh` (for Ubuntu/Debian) and `vpnupgrade_Libreswan_centos.sh` (for CentOS/RHEL) to upgrade Libreswan to a newer version. + ## Important Notes Learn how to enable multiple VPN users with different credentials.