Blame extensions/libxt_CT.man

Packit Service d1fe03
The CT target allows to set parameters for a packet or its associated
Packit Service d1fe03
connection. The target attaches a "template" connection tracking entry to
Packit Service d1fe03
the packet, which is then used by the conntrack core when initializing
Packit Service d1fe03
a new ct entry. This target is thus only valid in the "raw" table.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-notrack\fP
Packit Service d1fe03
Disables connection tracking for this packet.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-helper\fP \fIname\fP
Packit Service d1fe03
Use the helper identified by \fIname\fP for the connection. This is more
Packit Service d1fe03
flexible than loading the conntrack helper modules with preset ports.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-ctevents\fP \fIevent\fP[\fB,\fP...]
Packit Service d1fe03
Only generate the specified conntrack events for this connection. Possible
Packit Service d1fe03
event types are: \fBnew\fP, \fBrelated\fP, \fBdestroy\fP, \fBreply\fP,
Packit Service d1fe03
\fBassured\fP, \fBprotoinfo\fP, \fBhelper\fP, \fBmark\fP (this refers to
Packit Service d1fe03
the ctmark, not nfmark), \fBnatseqinfo\fP, \fBsecmark\fP (ctsecmark).
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-expevents\fP \fIevent\fP[\fB,\fP...]
Packit Service d1fe03
Only generate the specified expectation events for this connection.
Packit Service d1fe03
Possible event types are: \fBnew\fP.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-zone-orig\fP {\fIid\fP|\fBmark\fP}
Packit Service d1fe03
For traffic coming from ORIGINAL direction, assign this packet to zone
Packit Service d1fe03
\fIid\fP and only have lookups done in that zone. If \fBmark\fP is used
Packit Service d1fe03
instead of \fIid\fP, the zone is derived from the packet nfmark.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-zone-reply\fP {\fIid\fP|\fBmark\fP}
Packit Service d1fe03
For traffic coming from REPLY direction, assign this packet to zone
Packit Service d1fe03
\fIid\fP and only have lookups done in that zone. If \fBmark\fP is used
Packit Service d1fe03
instead of \fIid\fP, the zone is derived from the packet nfmark.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-zone\fP {\fIid\fP|\fBmark\fP}
Packit Service d1fe03
Assign this packet to zone \fIid\fP and only have lookups done in that zone.
Packit Service d1fe03
If \fBmark\fP is used instead of \fIid\fP, the zone is derived from the
Packit Service d1fe03
packet nfmark. By default, packets have zone 0. This option applies to both
Packit Service d1fe03
directions.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-timeout\fP \fIname\fP
Packit Service d1fe03
Use the timeout policy identified by \fIname\fP for the connection. This is
Packit Service d1fe03
provides more flexible timeout policy definition than global timeout values
Packit Service d1fe03
available at /proc/sys/net/netfilter/nf_conntrack_*_timeout_*.