Per user, per ip limit is rather problematic to implement. I could give you option to set limit for allowed connections from single IP per account.
Example: You have Account1 that has max logins per ip set to 1, and Account2 that has max logins per ip set to 2.
- If you first connect using Account2, you will not be able to connect using before you log-off from Account1.
- If you connect using Account1, you will be able to login using Account2 concurrently. Second login to Account2 will be rejected.
- Or you can have two simultanous connections to Account2.
.. that's the best I can do for you, everything beyond that should be scripted instead.
|