summaryrefslogtreecommitdiff
path: root/docs/configuration/system/conntrack.rst
blob: 7f7e4b7777546bfbab83628e628607e71189ac49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###################
Connection tracking
###################

Modules
-------

.. code-block:: none

    conntrack {
        modules {
            ftp
            h323
            nfs
            pptp
            sip
            sqlnet
            tftp
        }
    }

Enables ``conntrack`` modules. All modules are now disabled by default, while they
used to be enabled in previous versions. Enabling the modules ensures backwards
compatibility — keeping the previous behavior.

In most cases they can be disabled by removing the block of configuration.

.. code-block:: none

    delete system conntrack modules

For some scenarios it is in fact recommended, like in this example:
:ref:`example-high-availability`.