-Aura-
Registered User
- Joined
- Apr 1, 2010
- Messages
- 101
- Age
- 55
Ever heard of players complaining of "hack lag"? Comes in two flavours, the first is client side when their connection (and others too) suffers because they have injected their exe with a cheat. The other, explained:
One would imagine that a server of this size and stature would get many attempts at the rcon pass.
Ever noticed players getting 999 ping a lot? Connection Interrupts etc? Perhaps they are trying to brute force the rcon. Can't prevent it, but this will stop the same person doing it again:
sv_rcon_banpenalty 5 --- Number of minutes that a player can be banned 1 - 60 max
sv_rcon_maxfailures 10 --- Number of times a player can retry to enter a password 1 - 20 max before being banned.
sv_rcon_minfailures 5 --- Number of times a player can retry to enter a password 1 - 20 max before being banned.
sv_rcon_minfailuretime 30 --- Number of seconds that a player has to wait until entering a password again 1 second - 60 minutes max
If you put this in, just make sure as a server admin, you get your password correct eh?
One would imagine that a server of this size and stature would get many attempts at the rcon pass.
Ever noticed players getting 999 ping a lot? Connection Interrupts etc? Perhaps they are trying to brute force the rcon. Can't prevent it, but this will stop the same person doing it again:
sv_rcon_banpenalty 5 --- Number of minutes that a player can be banned 1 - 60 max
sv_rcon_maxfailures 10 --- Number of times a player can retry to enter a password 1 - 20 max before being banned.
sv_rcon_minfailures 5 --- Number of times a player can retry to enter a password 1 - 20 max before being banned.
sv_rcon_minfailuretime 30 --- Number of seconds that a player has to wait until entering a password again 1 second - 60 minutes max
If you put this in, just make sure as a server admin, you get your password correct eh?
