[Opensim-users] Limit Maximum number of user's login - concurrently

Robert Klein rtkwebman at gmail.com
Mon Oct 25 17:03:49 UTC 2010


If you are running Linux you could try using the iptables command to limit
the number of users coming in:
iptables -A INPUT -p tcp --syn --dport http -m iplimit --iplimit-above 10 -j
REJECT

Not sure how to accomplish this on a Windows server.

-Robert
-- 
View this message in context: http://opensim-users.2152040.n2.nabble.com/Limit-Maximum-number-of-user-s-login-concurrently-tp5634526p5671515.html
Sent from the opensim-users mailing list archive at Nabble.com.



More information about the Opensim-users mailing list