Over a year ago, we encountered an issue when hosting multiple servers on a single machine using different IPs. Specifically, using the same RCON port across servers with different IPs does not work, even when properly configured in the BattlEye config.
Example setup:
Server 1
RConPassword 123456789 RConPort 2305 RestrictRCon 0 RConIP 193.25.252.10
Server 2
RConPassword 123456789 RConPort 2305 RestrictRCon 0 RConIP 193.25.252.20
Issue: Only one server’s RCON will work, or neither will, despite different IPs.
Note: This issue does not happen with Game Port or Steam Query Port. We can successfully run:
. 193.25.252.10:27016 . 193.25.252.20:27016
These work fine side by side on the same machine.
The question still stands:
Is this a BattlEye limitation or a bug? It seems inconsistent that Game and Query ports work under the same conditions where RCON fails.
Status:
. Reported to both parties (Bohemia, BattlEye) . No fix, explanation, or acknowledgment after 1 year
If anyone has found a workaround or received any clarification, please share.