openvpn server limitations

Issues related to configuring your network
Post Reply
vtwin@cox.net
Posts: 38
Joined: 2017/02/16 16:41:29

openvpn server limitations

Post by vtwin@cox.net » 2022/01/07 13:49:18

are there any connection limits w/ the openvpn-server binaries included epel for centos?

I seem to recall reading somewhere the software only allows two clients connected, but for the life of me I cannot find where I read it.

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: openvpn server limitations

Post by chemal » 2022/01/07 20:13:41

There are no artificial limits. The software is GPLv2.

vtwin@cox.net
Posts: 38
Joined: 2017/02/16 16:41:29

Re: openvpn server limitations

Post by vtwin@cox.net » 2022/01/08 11:35:59

Thanks Chemal.

BShT
Posts: 584
Joined: 2019/10/09 12:31:40

Re: openvpn server limitations

Post by BShT » 2022/01/10 17:18:33

you can set how many users at the same time and if a user can connect more then one time at once with the same key

[root@openvpn ~]# cat /var/log/openvpn/status.log | grep "xx.xx" | wc -l
44

44 users connected and everything is fine

Post Reply