Live data from Hacker News

How to Setup an OpenVPN Server on Digital Ocean

github.com

1–10 of 36 posts

Re: How to Setup an OpenVPN Server on Digital Ocean

#5
Probably a silly question but what will I do with this?

I have a personal DO OpenVPN proxy setup because my country (Pakistan) censors internet, which I made following the DO guide [1]. I set it up a while ago, and it was mostly copying commands.

Will this allow me to use Tunnelblink and use my VPN as a proxy? Will it let me connect my machines to each other a VPN? What's the motivation for a setup like this.

[1]: https://www.digitalocean.com/community/tutorials/how-to-set-...

Re: How to Setup an OpenVPN Server on Digital Ocean

#6
post #4

Take a look at dockerized alternatives too. Makes it a lot easier. For example https://hub.docker.com/r/siomiz/softethervpn/ outputs the config file to stdout so you can just run it, get the config with docker logs and connect.

I run a pfsense router for fun at my house and it has a really nice UI/wizard for OpenVPN. Even got it hooked up with AD login + certificates without much trouble.

Having a GUI can make playing with it really fun and easy. I spent yesterday toggling through all the different encryption methods to see how they effected mobile performance (turns out: it effects it a LOT. Don't encrypt stronger than necessary!)

Post reply on HN