mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #811 from Diekos/equuleus-firewall-matchingcriteria-recent
Firewall: Added 'recent' matching criteria
This commit is contained in:
commit
fe15b1b31b
@ -417,6 +417,15 @@ There are a lot of matching criteria against which the package can be tested.
|
||||
|
||||
Match against the state of a packet.
|
||||
|
||||
.. cfgcmd:: set firewall name <name> rule <1-999999> recent count <1-255>
|
||||
.. cfgcmd:: set firewall ipv6-name <name> rule <1-999999> recent count <1-255>
|
||||
.. cfgcmd:: set firewall name <name> rule <1-999999> recent time <second |
|
||||
minute | hour>
|
||||
.. cfgcmd:: set firewall ipv6-name <name> rule <1-999999> recent time <second |
|
||||
minute | hour>
|
||||
|
||||
Match when 'count' amount of connections are seen within 'time'. These
|
||||
matching criteria can be used to block brute-force attempts.
|
||||
|
||||
***********************************
|
||||
Applying a Rule-Set to an Interface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user