How to change PMA-Voice client IP limitation of 32 connections per IP?

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.

Close, but no cigar.

set mumble_maxClientsPerIP 64
                    ^

Note the s (client plural); fix that and you should be fine.

2 Likes

Thanks a lot. I didn’t notice that at all. I updated the parameter correctly and waiting to test it.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.