Can I set up a droplet with a unique ip address in each of the Digital Ocean data centers and then setup a VPN Server on each droplet? Then can I set up vpn clients to move traffic through any one of the VPN Servers? I will use Ubuntu 20.04 on each droplet.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hello there,
Each new droplet has a unique IP address. You can deploy multiple droplets and then configure OpenVPN on each of them.
This will do the trick for you in terms of having multiple VPN servers.
https://www.digitalocean.com/community/tutorials/how-to-set-up-and-configure-an-openvpn-server-on-ubuntu-20-04
Regards