The example below show how to prevent brute force attacks blocking an IP address which persists in authentication failures for Telnet,Ssh,Sip,Iax,Smtp,Pop3,Http,Ftp.
Enter into the Abilis control-program or open the configuration file with the Console configurator and type the following commands.
| s ipban action:ban | Configure the action for IPBAN: blocking. | 
| s ipban max-fail:5 | Configure the number of authentication failure attempts before the IP address is put in banned list. | 
| s ipban find-time:3 | Configure the time interval within which the maximum number of attempts is valid. | 
| s ipban ban-time:60 | Configure how long an IP address is kept in the banned list. | 
| save conf | Save the configuration. | 
| init ipban | Initialize IPBAN service. | 
Enter into the Abilis control-program or open the configuration file with the Console configurator and type the following commands.
| s ipban res:telnet action:ban | Configure the action blocking for IPBAN service parameter for resource TELNET | 
| s ipban res:telnet max-fail:5 | Configure the number of TELNET authentication failure attempts before the IP address is put in banned list. | 
| s ipban res:telnet find-time:3 | Configure the time interval within which the maximum number of TELNET attempts is valid. | 
| s ipban res:telnet ban-time:60 | Configure how long an IP address is kept in the banned list. | 
| save conf | Save the configuration. | 
| init ipban | Initialize IPBAN service. |