Merge pull request #738 from nod0n/firewall_recent

quick-start: firewall has a new recent time syntax
This commit is contained in:
Robert Göhler 2022-03-18 21:26:21 +01:00 committed by GitHub
commit 5674307be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'