summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_SAME.man
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2015-02-19 01:20:15 +0100
committerFlorian Westphal <fw@strlen.de>2015-02-19 17:44:06 +0100
commit28972c60d7595e5a4986165ea6ae62a85f20d2e6 (patch)
treed529db0e1d027bf5b6e40ff8049efe3fb5c573bd /extensions/libipt_SAME.man
parent73f453bb816d038792a849743d5055ad31b8ad76 (diff)
extensions: remove SAME target
removed from the kernel December 2007. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'extensions/libipt_SAME.man')
-rw-r--r--extensions/libipt_SAME.man17
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/libipt_SAME.man b/extensions/libipt_SAME.man
deleted file mode 100644
index a99dc73f..00000000
--- a/extensions/libipt_SAME.man
+++ /dev/null
@@ -1,17 +0,0 @@
-Similar to SNAT/DNAT depending on chain: it takes a range of addresses
-(`\-\-to 1.2.3.4\-1.2.3.7') and gives a client the same
-source-/destination-address for each connection.
-.PP
-N.B.: The DNAT target's \fB\-\-persistent\fP option replaced the SAME target.
-.TP
-\fB\-\-to\fP \fIipaddr\fP[\fB\-\fP\fIipaddr\fP]
-Addresses to map source to. May be specified more than once for
-multiple ranges.
-.TP
-\fB\-\-nodst\fP
-Don't use the destination-ip in the calculations when selecting the
-new source-ip
-.TP
-\fB\-\-random\fP
-Port mapping will be forcibly randomized to avoid attacks based on
-port prediction (kernel >= 2.6.21).