0

I have VPN server and I have approximately 500 customers and all of them using same username/password credential to connect my VPN server but connection issues starting after connecting 250 users to VPN server.

How can I increase the limit of concurrent connections? (There is no load on the server)

user39110
  • 173
  • 6

1 Answers1

0

Configure the server with more available IP addresses with for example

rightsourceip=10.30.20.0/22

for 1024 addresses.

user9517
  • 115,471
  • 20
  • 215
  • 297