Page 1 of 1

Script to set up a simple openvpn server automatically

Posted: Tue Dec 11, 2012 9:52 pm
by viljoviitanen
There are many tutorials on how to set up an openvpn server on cloud hosting providers, but I took it a step further.

Here's a script that sets up the vpn server and makes downloadable configuration files too that are ready to use.

https://github.com/viljoviitanen/setup-simple-openvpn

I've tested it with Amazon Linux with Amazon EC2 and Centos 6.3 image with rackspace.co.uk with Ubuntu 12.04 and Windows 7 clients.

Server is set up with client certificate authentication, with multiple connections allowed per certificate for maximum flexibility.

Contributions and comments are welcome!

Re: Script to set up a simple openvpn server automatically

Posted: Sun Jan 27, 2013 4:32 am
by lolex
You're the MAN!!!
thank you!!!