1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-02 11:30:48 +00:00
openvpn-install/README.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2013-05-14 12:04:19 +00:00
##openvpn-install
OpenVPN [road warrior](http://en.wikipedia.org/wiki/Road_warrior_%28computing%29) installer for Debian-based distros.
This script will let you setup your own VPN server in no more than one minute, even if you haven't used OpenVPN before. It isn't bulletproof but it has been designed to be as unobtrusive and universal as possible.
###Installation
Run the script and follow the assistant:
2013-08-04 13:13:14 +00:00
`wget http://git.io/vpn; ./openvpn-install.sh`
2013-05-14 12:04:19 +00:00
Once it ends, you can run it again to add more users.
2013-05-14 12:07:53 +00:00
###I want to run my own VPN but don't have a server for that
2013-05-14 12:04:19 +00:00
There are reliable providers where you can get a little VPS for even less than one buck a month.
**US:**
- [Server Dragon (FL, CO)](http://serverdragon.com/openvz.php)
- [IPXcore (NY)](http://ipxcore.com/budget-vps/)
**EU:**
- [IperWeb (Italy)](http://my.iperweb.com/cart/low-end-vps/)
- [HTTP Zoom (UK)](http://httpzoom.com/)
If you don't care about sharing an IP address with more people, you should check out the awesome [LowEndSpirit](http://lowendspirit.com/) project. They are providing IPv6-only VPS with NATed IPv4 for only 3€/year.
###License
2013-08-04 13:13:14 +00:00
[Attribution-NonCommercial-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-nc-sa/3.0/)