ipunlock
Use the ipunlock
program to immediately unlock IP addresses that have been locked out by MAX IP FAILURE as a result of too many failed authentication attempts using the same IP.
Usage
ipunlock.exe [(-U|--unlock) <IPv4 address>] | [-L|--list]
Argument | Description |
---|---|
-U <IPv4 address> | --unlock <IPv4 address> | Unlock the specified IPv4 address |
-L | --list | Display a list of locked IP addresses |
Examples
To unlock an IP address that has been locked out by generic login failure, type:
ipunlock.exe -U <IPv4 address>
Or,
ipunlock.exe --unlock <IPv4 address>
To list IP addresses that have been locked out by generic login failure, type:
ipunlock.exe -L
Or,
ipunlock.exe --list