All Projects → hwdsl2 → Setup Ipsec Vpn

hwdsl2 / Setup Ipsec Vpn

Licence: other
Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Setup Ipsec Vpn

Docker Ipsec Vpn Server
Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
Stars: ✭ 4,356 (-74.36%)
Mutual labels:  network, vpn, vpn-client, vpn-server, encryption, ipsec, ikev2, l2tp, libreswan, cisco-ipsec
Algo
Set up a personal VPN in the cloud
Stars: ✭ 24,275 (+42.9%)
Mutual labels:  vpn, vpn-client, vpn-server, encryption, ipsec, ikev2
Aws Vpn Server Setup
Setup your own private, secure, free* VPN on the Amazon AWS Cloud in 10 minutes. CloudFormation
Stars: ✭ 672 (-96.04%)
Mutual labels:  vpn, vpn-client, vpn-server, encryption, ipsec
Wg Install
Wireguard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 99 (-99.42%)
Mutual labels:  vpn, vpn-client, vpn-server, encryption
Strongswan
strongSwan - IPsec-based VPN
Stars: ✭ 1,112 (-93.45%)
Mutual labels:  vpn, vpn-client, vpn-server, ipsec
Softethervpn
Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable.
Stars: ✭ 8,531 (-49.78%)
Mutual labels:  vpn, vpn-server, ipsec, l2tp
Fanqiang Vpn.github.io
2021年 中国翻墙软件、VPN推荐指南,对比VPS搭建梯子、SSR机场、蓝灯、WireGuard、V2ray、老王VPN等科学上网软件与翻墙方法,中国最新科学上网翻墙VPN梯子下载推荐,稳定好用。
Stars: ✭ 390 (-97.7%)
Mutual labels:  vpn, vpn-client, vpn-server
Ovpm
OpenVPN Management Server - Effortless and free OpenVPN server administration
Stars: ✭ 256 (-98.49%)
Mutual labels:  network, vpn, vpn-server
Vpncn.github.io
2021中国翻墙软件VPN推荐以及科学上网避坑,稳定好用。对比SSR机场、蓝灯、V2ray、老王VPN、VPS搭建梯子等科学上网与翻墙软件,中国最新科学上网翻墙梯子VPN下载推荐。
Stars: ✭ 3,925 (-76.89%)
Mutual labels:  vpn, vpn-client, vpn-server
Wireguard Manager
Self-hosted Wireguard Installer / Manager for CentOS, Debian, Ubuntu, Arch, Fedora, Redhat, Raspbian
Stars: ✭ 478 (-97.19%)
Mutual labels:  vpn, vpn-server, encryption
Easy Wg Quick
Creates Wireguard configuration for hub and peers with ease
Stars: ✭ 502 (-97.04%)
Mutual labels:  vpn, vpn-server, encryption
Vpngate With Proxy
vpn gate client for linux, be able to connect to open vpn server through proxy
Stars: ✭ 150 (-99.12%)
Mutual labels:  vpn, vpn-client, vpn-server
Macosvpn
🔧 Create macOS VPNs programmatically (L2TP & Cisco)
Stars: ✭ 348 (-97.95%)
Mutual labels:  vpn, vpn-client, ipsec
Pi Hole On Google Compute Engine Free Tier With Full Tunnel And Split Tunnel Wireguard Vpn Configs
Run your own privacy-first ad blocking service at home, or in the cloud for free with Google Cloud Services.
Stars: ✭ 343 (-97.98%)
Mutual labels:  vpn, vpn-client, vpn-server
Subnet
Simple, auditable & elegant VPN, built with TLS mutual authentication and TUN.
Stars: ✭ 1,040 (-93.88%)
Mutual labels:  vpn, vpn-client, vpn-server
KidVPN
The world's smallest VPN server and client.
Stars: ✭ 63 (-99.63%)
Mutual labels:  vpn, vpn-server, vpn-client
topvpn.github.io
Top VPN in China (mainland) 在全球(含中國大陆)好用的国外优质付费vpn推荐
Stars: ✭ 27 (-99.84%)
Mutual labels:  vpn, vpn-server, vpn-client
iosvpn.github.io
iPhone和iOS 翻墙梯子VPN推荐,2022中国苹果手机iPhone翻墙软件和科学上网避坑指南,稳定梯子推荐。
Stars: ✭ 72 (-99.58%)
Mutual labels:  vpn, vpn-server, vpn-client
Node
Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
Stars: ✭ 681 (-95.99%)
Mutual labels:  vpn, vpn-client, vpn-server
Tizi
✅ ✅ ✅ 梯子 TOP推荐(持续更新) ✅ ✅ ✅ PC梯子,Windows梯子,电脑梯子,国外好用梯子,推荐翻墙梯子软件,海外加速器梯子,国外vpn,科学上网工具,靠谱iPhone/iPad/安卓/Android/Mac/Linux/PC/路由器都可以用的梯子
Stars: ✭ 168 (-99.01%)
Mutual labels:  vpn, vpn-client, vpn-server

IPsec VPN Server Auto Setup Scripts

Build Status GitHub Stars Docker Stars Docker Pulls

Set up your own IPsec VPN server in just a few minutes, with IPsec/L2TP, Cisco IPsec and IKEv2 on Ubuntu, Debian and CentOS. All you need to do is provide your own VPN credentials, and let the scripts handle the rest.

An IPsec VPN encrypts your network traffic, so that nobody between you and the VPN server can eavesdrop on your data as it travels via the Internet. This is especially useful when using unsecured networks, e.g. at coffee shops, airports or hotel rooms.

We will use Libreswan as the IPsec server, and xl2tpd as the L2TP provider.

Read this in other languages: English, 简体中文.

Table of Contents

Quick start

First, prepare your Linux server* with a fresh install of one of the following OS:
Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux, Amazon Linux 2 or Alpine Linux

Use this one-liner to set up an IPsec VPN server:

wget https://git.io/vpnquickstart -O vpn.sh && sudo sh vpn.sh

Your VPN login details will be randomly generated, and displayed on the screen when finished.

Click here to see the VPN script in action (terminal recording).

Note: This recording is for demo purposes only. VPN credentials in this recording are NOT valid.

A pre-built Docker image is also available. For other installation options and client setup, read the sections below.

* A dedicated server or virtual private server (VPS). OpenVZ VPS is not supported.

Features

  • New: The faster IPsec/XAuth ("Cisco IPsec") and IKEv2 modes are supported
  • New: A pre-built Docker image of the VPN server is now available
  • Fully automated IPsec VPN server setup, no user input needed
  • Encapsulates all VPN traffic in UDP - does not need ESP protocol
  • Can be directly used as "user-data" for a new Amazon EC2 instance
  • Includes sysctl.conf optimizations for improved performance

Requirements

A dedicated server or virtual private server (VPS), freshly installed with one of the following OS:

  • Ubuntu 20.04 (Focal) or 18.04 (Bionic)
  • Debian 11 (Bullseye)*, 10 (Buster)* or 9 (Stretch)
  • CentOS 8** or 7, Rocky Linux 8 or AlmaLinux OS 8
  • Red Hat Enterprise Linux (RHEL) 8 or 7
  • Amazon Linux 2
  • Alpine Linux 3.14

This also includes Linux VMs in public clouds, such as DigitalOcean, Vultr, Linode, Microsoft Azure and OVH. Amazon EC2 users can deploy rapidly using CloudFormation or user data.

Deploy to AWS Deploy to Azure Deploy to DigitalOcean Deploy to Linode

» I want to run my own VPN but don't have a server for that

A pre-built Docker image is also available. Advanced users can install on a Raspberry Pi. [1] [2]

* Debian 11 or 10 users should use the standard Linux kernel.
** Support for CentOS Linux 8 will end on December 31, 2021.

⚠️ DO NOT run these scripts on your PC or Mac! They should only be used on a server!

Installation

First, update your system with apt-get update && apt-get dist-upgrade (Ubuntu/Debian) or yum update and reboot. This is optional, but recommended.

To install the VPN, please choose one of the following options:

Option 1: Have the script generate random VPN credentials for you (will be displayed when finished):

wget https://git.io/vpnsetup -O vpn.sh && sudo sh vpn.sh

After successful installation, it is recommended to set up IKEv2:

# Set up IKEv2 using default options
sudo ikev2.sh --auto
# Alternatively, you may customize IKEv2 options
sudo ikev2.sh

Option 2: Edit the script and provide your own VPN credentials:

wget https://git.io/vpnsetup -O vpn.sh
nano -w vpn.sh
[Replace with your own values: YOUR_IPSEC_PSK, YOUR_USERNAME and YOUR_PASSWORD]
sudo sh vpn.sh

Note: A secure IPsec PSK should consist of at least 20 random characters.

After successful installation, it is recommended to set up IKEv2.

Option 3: Define your VPN credentials as environment variables:

# All values MUST be placed inside 'single quotes'
# DO NOT use these special characters within values: \ " '
wget https://git.io/vpnsetup -O vpn.sh
sudo VPN_IPSEC_PSK='your_ipsec_pre_shared_key' \
VPN_USER='your_vpn_username' \
VPN_PASSWORD='your_vpn_password' \
sh vpn.sh

After successful installation, it is recommended to set up IKEv2.

Note: If unable to download via wget, you may also open vpnsetup.sh, then click the Raw button on the right. Press Ctrl/Cmd + A to select all, Ctrl/Cmd + C to copy, then paste into your favorite editor.

Next steps

Get your computer or device to use the VPN. Please refer to:

Guide: How to Set Up and Use IKEv2 VPN

Configure IPsec/L2TP VPN Clients

Configure IPsec/XAuth ("Cisco IPsec") VPN Clients

If you get an error when trying to connect, see Troubleshooting.

Enjoy your very own VPN! 🎉🚀

Important notes

Read this in other languages: English, 简体中文.

Windows users: For IPsec/L2TP mode, a one-time registry change is required if the VPN server or client is behind NAT (e.g. home router).

The same VPN account can be used by your multiple devices. However, due to an IPsec/L2TP limitation, if you wish to connect multiple devices simultaneously from behind the same NAT (e.g. home router), you must use IKEv2 or IPsec/XAuth mode.

To view or update VPN user accounts, see Manage VPN users. Helper scripts are included for convenience.

For servers with an external firewall (e.g. EC2/GCE), open UDP ports 500 and 4500 for the VPN. Aliyun users, see #433.

Clients are set to use Google Public DNS when the VPN is active. If another DNS provider is preferred, you may use alternative DNS servers.

Using kernel support could improve IPsec/L2TP performance. It is available on all supported OS. Ubuntu users should install the linux-modules-extra-$(uname -r) (or linux-image-extra) package and run service xl2tpd restart.

The scripts will backup existing config files before making changes, with .old-date-time suffix.

Upgrade Libreswan

Use this one-liner to update Libreswan (changelog | announce) on your VPN server. The latest supported version is 4.5. Check installed version: ipsec --version.

wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh

Note: xl2tpd can be updated using your system's package manager, such as apt-get on Ubuntu/Debian.

Manage VPN users

See Manage VPN users.

Advanced usage

See Advanced usage.

Bugs & Questions

Uninstallation

See Uninstall the VPN.

License

Copyright (C) 2014-2021 Lin Song View my profile on LinkedIn
Based on the work of Thomas Sarlandie (Copyright 2012)

Creative Commons License
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
Attribution required: please include my name in any derivative and let me know how you have improved it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].