Technical Tip: How to configure blackout time for login attempts
Description
This article describes how to configure the blackout time parameter on a FortiGate.
Scope
FortiGate.
Solution
This is a security feature that blocks an IP address from making further login attempts after too many failed tries.
When a firewall authentication attempt fails 5 times within one minute, the IP address that is the source of the authentication attempts is denied access for the <blackout_time_int> period in seconds.
The range is from 0 to 3600 seconds. The default value is 0 seconds.
The parameter can be configured under 'user settings':
Â
config user setting
set auth-blackout-time <blackout_time_int>
end