diff options
| author | Ginko (Giggum) <152240782+Giggum@users.noreply.github.com> | 2024-03-25 10:50:42 -0400 | 
|---|---|---|
| committer | Ginko (Giggum) <152240782+Giggum@users.noreply.github.com> | 2024-03-25 10:50:42 -0400 | 
| commit | 27970f7a208d03180d542d282561ddd38d7fc29d (patch) | |
| tree | c2a278c76a0f3b9c56e8d76363d6b213ceb21cdc /docs/configuration | |
| parent | f78f351670783b64fb0c88e7138440576789940e (diff) | |
| download | vyos-documentation-27970f7a208d03180d542d282561ddd38d7fc29d.tar.gz vyos-documentation-27970f7a208d03180d542d282561ddd38d7fc29d.zip  | |
T5614: extend ipv4 firewall documentation on conntrack-helper matching
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/firewall/ipv4.rst | 24 | 
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/configuration/firewall/ipv4.rst b/docs/configuration/firewall/ipv4.rst index 9a683d22..ee83967f 100644 --- a/docs/configuration/firewall/ipv4.rst +++ b/docs/configuration/firewall/ipv4.rst @@ -906,6 +906,30 @@ geoip) to keep database and rules updated.     Match when 'count' amount of connections are seen within 'time'. These     matching criteria can be used to block brute-force attempts. +.. cfgcmd:: set firewall ipv4 forward filter rule <1-999999> +   conntrack-helper <module> +.. cfgcmd:: set firewall ipv4 input filter rule <1-999999> +   conntrack-helper <module> +.. cfgcmd:: set firewall ipv4 output filter rule <1-999999> +   conntrack-helper <module> +.. cfgcmd:: set firewall ipv4 name <name> rule <1-999999> +   conntrack-helper <module> + +   Match based on connection tracking protocol helper module to secure use of  +   that helper module. See below for possible completions `<module>`.  + +   .. code-block:: none + +      Possible completions: +          ftp                  Related traffic from FTP helper +          h323                 Related traffic from H.323 helper +          pptp                 Related traffic from PPTP helper +          nfs                  Related traffic from NFS helper +          sip                  Related traffic from SIP helper +          tftp                 Related traffic from TFTP helper +          sqlnet               Related traffic from SQLNet helper + +  ********  Synproxy  ********  | 
