Hi guys,
I have a roleplay server with a reverse proxy in front of it. When users connect to the server, they only reach to reverse proxy and then the proxy forward the request to the fivem server.
It seems like there is a limitation in either pma-voice or mumble that only 32 connections are allowed from one IP. Since all players are joining through the reverse proxy this limit the maximum players to 32. I tried setting setr mumble_maxClientPerIP
parameter to higher value also but it does not make any change.
The workaround currently working is deploying 2 reverse proxy servers in parallel to share the load and destribute requests among them. I want to to know if there is a fix available for this on either pma-voice or mumble.
Thanks in advance.