Hi Alex

There's nothing strange on it.

Assuming you call upon CSS look into your cfg folder:
there are some files banned_ip.cfg, banned_user.cfg that may contain entries
causing permanent bans (who could have placed them here? ;-)

Perhaps there also occured some auto ban depending on entries in your
server.cfg.
Look for sv_rcon_banpenalty, sv_rcon_maxfailures", and so on...
See also here:
// execute SteamID based ban list
exec banned_user.cfg
// execute IP based ban list
exec banned_ip.cfg
// Set packet filtering by IP mode (default 1)
sv_filterban 1

Depending on the use of some admin plugin there may be other config entries
that may lead to auto bans.
e.g. mani_server.cfg:
mani_protect_against_cheat_cvars_mode 0     // 0 = Ban by Steam ID, 1 =
Ban by IP, 2 = Ban by Steam and IP
mani_protect_against_cheat_cvars_ban_time 0     // 0 = permanent ban
otherwise specifies the number of minutes

Your line
    "buTTercup<402><STEAM_0:1:xxxxx><CT>" disconnected (reason "Added to
banned list)"
yet shows that is was a Steam ID ban that occured upon an entry in the ban
list...

At least, it is no good idea to have IP-Adresses banned that come from a
dial-in pool, cause they will be assigned to some other users with next
login.

greetz
Alex (too ;-)


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to