0

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?

kikio
  • 171
  • 1
  • 10

1 Answers1

1

To reuse the same CN you must declare duplicate-cn. As you correctly pointed out this thread, you should not really set this, only if really required (and I can't think of any reason in a not-overly-complex VPN setup).

Lenniey
  • 5,438