Recently I managed to run an OpenVPN (CE) server on a DO droplet (the most simple one: 512MB RAM, 1 core cpu)
OpenVPN installed and configured using this script: https://github.com/Nyr/openvpn-install
Problem is here: When a client is connected on only one machine, another client (using same profile) can connect to server, but cannot reach any websites.
Is there any configurations that limits maximum connections? Or its a hardware limit?