Blame bootstrap_ver/extensions/libxt_CT.man

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