Pare-feu
La gestión de direcciones IP es fácil con una lista única para gestionar tanto las direcciones IP bloqueadas como las permitidas:
By default, IPV4, IPV6 and all server localhosts addresses are whitelisted.
Une barre de recherche pratique et un filtre offrent des capacités de recherche basées sur toutes les informations fournies.
Furthermore, administrators are able to perform actions on several selected IP addresses with a single click. Among the new features IP addresses management introduced, you will find the possibility to provide meaningful descriptions to any IP addresses.
Last but not least, administrators are now able to unblock and add to whitelist multiple blocked IP addresses in a single action, by clicking on the “Add Existing to Whitelist” tab.
Utilizando la línea de comandos para permitir o bloquear direcciones IP y/o rangos de IP
- Para poder whitelist Direcciones IP o rangos de IP, el comando tiene esta sintaxis:
TSplus-Security.exe addwhitelistedip [ip addresses] [optional description]
You may whitelists several IP addresses, with a vírgula ou delimitador de ponto e vírgula Moreover, you can specify IP address ranges, instead of simple IP addresses. The syntax is: x.x.x.x-y.y.y.y Finalmente, puede indicar una descripción opcional de la regla de la lista blanca.
Aquí hay un ejemplo de un comando completo: TSplus-Security.exe addwhitelistedip 1.1.1.1;2.2.2.2;3.3.3.1-3.3.6.12;5.5.5.5 “John’s workplaces”
- Para poder bloque Direcciones IP o rangos de IP, el comando tiene una sintaxis similar:
TSplus-Security.exe blockips [ip addresses] [optional description]
- Para poder desbloquear Direcciones IP o rangos de IP, el comando tiene una sintaxis similar:
TSplus-Security.exe unblockips [ip addresses]
This command has no effect on IP addresses already blocked by Hacker IP protection. If you still want to unblock one of these addresses, please use the whitelist command.