03-19-2005, 12:26 AM
|
#3 |
| Too much time... Ultimate Scripter
Join Date: Jul 2003
Posts: 1,462
|
You can also create a specific class for this user's ip address in Hosts.Rules and give this class 2 logins per ip while the general policy is 1 login per ip. Code: # Classes
#
# CLASS CLASS_NAME TOTAL_CONNECTIONS_PER_CLASS
# Rules
#
# ACCEPT I|H IP|HOSTNAME CLASS_NAME CONNECTIONS_PER_IP
# DENY I|H IP|HOSTNAME LOG_STRING
# This is the syntax of the definitions of the classes and the rules. Have a look to the default Hosts.Rules, there are examples too.
Keep in mind that Hosts.Rules is different than the account's settings. You should use both in your case.
|
| |