All Projects → xl-tech → Openvpn Easy Setup

xl-tech / Openvpn Easy Setup

Licence: gpl-3.0
Bash script for easy and fast OpenVPN deploy

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Openvpn Easy Setup

Pia Tools
Shell script to automate privateinternetaccess port forwarding and starting/stopping transmission when connected/disconnected and other stuff
Stars: ✭ 130 (-43.48%)
Mutual labels:  vpn, openvpn
Ovpnmcgen.rb
An OpenVPN iOS Configuration Profile (.mobileconfig) Utility—Configures OpenVPN for use with VPN-on-Demand that are not exposed through Apple Configurator 2.
Stars: ✭ 154 (-33.04%)
Mutual labels:  vpn, openvpn
Adblocking Vpn
🔒 Create your own VPN server that blocks malicious domains to enhance your security and privacy
Stars: ✭ 139 (-39.57%)
Mutual labels:  vpn, openvpn
Nordvpn Networkmanager
A CLI tool for automating the importing, securing and usage of NordVPN (and in the future, more) OpenVPN servers through NetworkManager.
Stars: ✭ 111 (-51.74%)
Mutual labels:  vpn, openvpn
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (-19.57%)
Mutual labels:  vpn, openvpn
Fanqiang Book
2021科学上网指南,小白图文攻略 | 翻墙/梯子/自由上网/SSR/V2Ray/
Stars: ✭ 127 (-44.78%)
Mutual labels:  vpn, vps
Vpngate With Proxy
vpn gate client for linux, be able to connect to open vpn server through proxy
Stars: ✭ 150 (-34.78%)
Mutual labels:  vpn, openvpn
Azclient
Customizable VPN client, meant to be simple and sleek.
Stars: ✭ 106 (-53.91%)
Mutual labels:  vpn, openvpn
Tunnelkit
Non-official OpenVPN client library for Apple platforms.
Stars: ✭ 180 (-21.74%)
Mutual labels:  vpn, openvpn
Docker Openvpn
🔐 Out of the box stateless openvpn-server docker image which starts in less than 2 seconds
Stars: ✭ 174 (-24.35%)
Mutual labels:  vpn, openvpn
Mullvadvpn App
The Mullvad VPN client app for desktop and mobile
Stars: ✭ 1,953 (+749.13%)
Mutual labels:  vpn, openvpn
Openvpn Install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
Stars: ✭ 14,199 (+6073.48%)
Mutual labels:  vpn, openvpn
Cake Vpn
Android VPN app based on OpenVPN library.
Stars: ✭ 109 (-52.61%)
Mutual labels:  vpn, openvpn
Vpnfailsafe
IP leak prevention for OpenVPN
Stars: ✭ 130 (-43.48%)
Mutual labels:  vpn, openvpn
Vpn2018
One Click VPN for Android. 一键连接VPN Android 专用.
Stars: ✭ 108 (-53.04%)
Mutual labels:  vpn, openvpn
Ladder
梯子,科学上网,翻墙 , 代理, 外网, 加速器, 路由, V2Ray,SS,shadowsocks, SSR
Stars: ✭ 141 (-38.7%)
Mutual labels:  vpn, openvpn
Nordpy
A gui application to connect automatically to the recommended NordVPN server
Stars: ✭ 95 (-58.7%)
Mutual labels:  vpn, openvpn
Android
VPN.ht Android Application. Based on ics-openvpn.
Stars: ✭ 99 (-56.96%)
Mutual labels:  vpn, openvpn
Autovpn
Create On Demand Disposable OpenVPN Endpoints on AWS.
Stars: ✭ 1,959 (+751.74%)
Mutual labels:  vpn, openvpn
Openvpn3 Linux
OpenVPN 3 Linux client
Stars: ✭ 186 (-19.13%)
Mutual labels:  vpn, openvpn

OpenVPN-easy-setup

Bash script for easy and fast OpenVPN server deploy

For CentOS 7.x and Ubuntu Server 17.x only. (Ubuntu Server 16.x is supported, but it have OpenVPN 2.3.x) Use only on fresh installed machine. It will rewrite your iptables and OpenVPN configuration.

Features:

  • Setup new server with one command in a couple of minutes;
  • Creates client config in unified format;
  • Choose of port and protocol;
  • Choose of cipher;
  • IPv6 support.

Usage: ./openvpnsetup.sh

Before enabling IPv6 support ensure that your machine have IPv6 address. Note: iptables rule allow port 22 tcp (ssh) by default, if you have sshd on another port modify script before execution.

After script is complete you can create client config files in unified format with /etc/openvpn/newclient.sh script. Usage: ./newclient.sh clientname Config file will be saved to /etc/openvpn/bundles/clientname.ovpn and it ready to use (even on mobile device).

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].