Hello. I have a Question. How can I limit account connection per IP to server?
Ex: I want limit 3 account can login ingame per IP connect to server.
Thank you
Printable View
Hello. I have a Question. How can I limit account connection per IP to server?
Ex: I want limit 3 account can login ingame per IP connect to server.
Thank you
In your server.cfg file under the globalmanager section you will need to add these lines to the end of the globalmanager section
It should look something like this depending on the files you have:Quote:
NetCafeIPRefreshTime 10
MaxUserForNonePCBangIP 4
Just change MaxUserForNonePCBangIP to the amount of characters you want people to beable to login per IP.Quote:
GlobalManager {
Certification "192.168.1.6", 32000
LOCALE LOCALE_THAILAND //LOCALE_ENGLISH
LoginFailureTolerance 5
IBUVFailureTolerance 5
//LoginFailureBlockTimeMin 15
//IBUVFailureBlockTimeMin 15
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 15 minutes due to incorrect password entered 5 times"
LoginPunishmentDescription "Blocked for 15 minutes due to incorrect password entered 5 times"
//IBUVPunishmentGuide "Blocked for 15 minutes due to incorrect code entered 5 times"
//IBUVPunishmentDescription "Blocked for 15 minutes due to incorrect code entered 5 times"
CountryCodeFile "CountryCode.txt"
MsgCountOfDumpTrigger 1000
MsgDumpTriggerElapseTick 30000
NetCafeIPRefreshTime 10
NetCafeIPRefreshTime 10
MaxUserForNonePCBangIP 4
}
I tried but I still can login ingame more than the number i limited :(
OK It Work :) Thank you so much ^^
No problem, any more issues feel free to PM me