mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-02 20:02:05 +01:00
Merge pull request #738 from nod0n/firewall_recent
quick-start: firewall has a new recent time syntax
This commit is contained in:
commit
5674307be3
@ -77,7 +77,7 @@ on specific addresses only.
|
||||
DHCP/DNS quick-start
|
||||
####################
|
||||
|
||||
The following settings will configure DHCP and DNS services on
|
||||
The following settings will configure DHCP and DNS services on
|
||||
your internal/LAN network, where VyOS will act as the default gateway and
|
||||
DNS server.
|
||||
|
||||
@ -156,7 +156,7 @@ blocks brute-forcing attempts:
|
||||
set firewall name OUTSIDE-LOCAL rule 30 destination port '22'
|
||||
set firewall name OUTSIDE-LOCAL rule 30 protocol 'tcp'
|
||||
set firewall name OUTSIDE-LOCAL rule 30 recent count '4'
|
||||
set firewall name OUTSIDE-LOCAL rule 30 recent time '60'
|
||||
set firewall name OUTSIDE-LOCAL rule 30 recent time 'minute'
|
||||
set firewall name OUTSIDE-LOCAL rule 30 state new 'enable'
|
||||
|
||||
set firewall name OUTSIDE-LOCAL rule 31 action 'accept'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user