Can I set up a VPN between my droplets in digital ocean and my LAN?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Try here: https://www.digitalocean.com/community/tags/vpn?type=tutorials
A point to note - I’m running OpenVPN on a Ubuntu droplet, and I’ve discovered that other droplets cannot route directly to VPN clients using your OpenVPN droplet’s Private IP as a gateway - DO has security in place preventing your Private IP from reaching anything apart from other Private IPs. You would need to have an additional VPN connection from your other servers into your VPN server, and allow client-to-client communication if this is a requirement.
And if so - can someone point me how to do this? These would be CentOS droplets.
This comment has been deleted