mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
docs: fix to code snippet in Quick Start/Firewall and typo Firewall/Global Options
sagitta/quick-start.html: Fix to replace "interface-name" with "name" for rule 30 and 40 in code snippet to correct syntax error. sagitta/configuration/firewall/global-options.html: Fix to improve correctness is use of English language from "conform" to "confirming" On branch sagitta_giggum Changes to be committed: modified: quick-start.rst modified: configuration/firewall/global-options.rst
This commit is contained in:
parent
84498945cc
commit
690647a1df
@ -111,7 +111,7 @@ Configuration
|
||||
.. cfgcmd:: set firewall global-options twa-hazards-protection
|
||||
[enable | disable]
|
||||
|
||||
Enable or Disable VyOS to be :rfc:`1337` conform.
|
||||
Enable or Disable VyOS to be :rfc:`1337` conforming.
|
||||
The following system parameter will be altered:
|
||||
|
||||
* ``net.ipv4.tcp_rfc1337``
|
||||
* ``net.ipv4.tcp_rfc1337``
|
||||
|
||||
@ -144,7 +144,7 @@ which was not initiated from the internal/LAN side first.
|
||||
set firewall ipv4 forward filter rule 10 state related 'enable'
|
||||
set firewall ipv4 forward filter rule 20 action 'drop'
|
||||
set firewall ipv4 forward filter rule 20 state invalid 'enable'
|
||||
set firewall ipv4 forward filter rule 30 inbound-interface interface-name 'eth1'
|
||||
set firewall ipv4 forward filter rule 30 inbound-interface name 'eth1'
|
||||
set firewall ipv4 forward filter rule 30 action 'accept'
|
||||
|
||||
set firewall ipv4 input filter default-action drop
|
||||
@ -168,7 +168,7 @@ blocks brute-forcing attempts:
|
||||
.. code-block:: none
|
||||
|
||||
set firewall ipv4 input filter rule 40 action 'drop'
|
||||
set firewall ipv4 input filter rule 40 inbound-interface interface-name 'eth0'
|
||||
set firewall ipv4 input filter rule 40 inbound-interface name 'eth0'
|
||||
set firewall ipv4 input filter rule 40 destination port '22'
|
||||
set firewall ipv4 input filter rule 40 protocol 'tcp'
|
||||
set firewall ipv4 input filter rule 40 recent count '4'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user