When hosting multiple servers on one machine, we cannot use the same rcon port with different IPs, even if we define it in the BattlEye config.
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
If we use the same RCON port, one of them works and the other one doesn't, or both don't work. However, this does not happen with the Game Port and Steam Query port.
We can set up 193.25.252.10:27016 and 193.25.252.20:27016 on the same machine without any problems. It will allow it.
Is this a BattlEye bug, or is it supposed to be like this? Because, as I mentioned, the Game Port and Query Port can be the same with different IPs set at the command line.