IP Limit problem

10/03/2017 15:22 VolexSro#1
when any one try to login have this is msg Connot Connect to the server becuase access to the current ip has exceeded its limit ...
so now i want to remove this is ip limit any help ..
10/03/2017 18:17 Ryotic#2
it's your own server?
10/03/2017 19:22 NorseGodTyr#3
Quote:
Originally Posted by VolexSro View Post
when any one try to login have this is msg Connot Connect to the server becuase access to the current ip has exceeded its limit ...
so now i want to remove this is ip limit any help ..
Server.cfg with IP Limit
PHP Code:
GlobalManager {
        
Certification "127.0.0.1"32000 
        LoginFailureTolerance        15
        IBUVFailureTolerance        15
        LoginFailureBlockTimeMin    0
        IBUVFailureBlockTimeMin        0
        AutomatedPunisher            
"AutomatedPunisher"
        
LoginPunishmentGuide        "Blocked for 10 minutes due to incorrect password entered 15 times"
        
LoginPunishmentDescription    "Blocked for 10 minutes due to incorrect password entered 15 times"
        
IBUVPunishmentGuide            "Blocked for 10 minutes due to incorrect code entered 15 times"
        
IBUVPunishmentDescription    "Blocked for 10 minutes due to incorrect code entered 15 times"
        
NetCafeIPRefreshTime    10 
        MaxUserForNonePCBangIP    4
        

Server.cfg without IP Limit
PHP Code:
GlobalManager {
        
Certification "127.0.0.1"32000 
        LoginFailureTolerance        15
        IBUVFailureTolerance        15
        LoginFailureBlockTimeMin    0
        IBUVFailureBlockTimeMin        0
        AutomatedPunisher            
"AutomatedPunisher"
        
LoginPunishmentGuide        "Blocked for 10 minutes due to incorrect password entered 15 times"
        
LoginPunishmentDescription    "Blocked for 10 minutes due to incorrect password entered 15 times"
        
IBUVPunishmentGuide            "Blocked for 10 minutes due to incorrect code entered 15 times"
        
IBUVPunishmentDescription    "Blocked for 10 minutes due to incorrect code entered 15 times"
        

Delete Only in server.cfg
PHP Code:
NetCafeIPRefreshTime    10 
MaxUserForNonePCBangIP    4 
if you use a Filter close Ip Limit in Filter
02/08/2018 17:52 pvperz ll#4
nice thanks bro