mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
doc: replace NOTRACK by CT-notrack
This commit is contained in:
@@ -48,11 +48,11 @@ the Linux box, and add:
|
|||||||
.PP
|
.PP
|
||||||
NOTE:
|
NOTE:
|
||||||
If you use the conntrack module while you are using TARPIT, you should also use
|
If you use the conntrack module while you are using TARPIT, you should also use
|
||||||
the NOTRACK target, or the kernel will unnecessarily allocate resources for
|
unset tracking on the packet, or the kernel will unnecessarily allocate
|
||||||
each TARPITted connection. To TARPIT incoming connections to the standard IRC
|
resources for each TARPITted connection. To TARPIT incoming connections to the
|
||||||
port while using conntrack, you could:
|
standard IRC port while using conntrack, you could:
|
||||||
.IP
|
.IP
|
||||||
\-t raw \-A PREROUTING \-p tcp \-\-dport 6667 \-j NOTRACK
|
\-t raw \-A PREROUTING \-p tcp \-\-dport 6667 \-j CT \-\-notrack
|
||||||
.IP
|
.IP
|
||||||
\-A INPUT \-p tcp \-\-dport 6667 \-j NFLOG
|
\-A INPUT \-p tcp \-\-dport 6667 \-j NFLOG
|
||||||
.IP
|
.IP
|
||||||
|
Reference in New Issue
Block a user