What does "Limit" mean? (Ununtu 8.04 Hardy Heron)

Asked by K-Rich

Neither the gufw help, nor the ufw man page mentions that "Limit" does. Can someone tel me please?

Question information

Language:
English Edit question
Status:
Solved
For:
Gufw Edit question
Assignee:
No assignee Edit question
Solved by:
costales
Solved:
Last query:
Last reply:
Revision history for this message
Best costales (costales) said :
#1

ufw supports connection rate limiting, which is useful for protecting
against brute-force login attacks. ufw will deny connections if an IP
address has attempted to initiate 6 or more connections in the last 30
seconds. See http://www.debian-administration.org/articles/187 for
details.

Revision history for this message
costales (costales) said :
#2

Is this solved your question?
Please, change status to solved ;) thanks!

Revision history for this message
K-Rich (krrhodes-gmail) said :
#3

Thanks Marcos, that solved my question.