mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
T5614: extend ipv4 firewall documentation on conntrack-helper matching
This commit is contained in:
parent
f78f351670
commit
27970f7a20
@ -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
|
||||
********
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user