summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_DNAT.man
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-05-29 11:24:45 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-05-29 11:24:45 +0000
commitbe77eb5f2746a1cd78773c3b6d24ce158de70613 (patch)
treecc732fc4d5c139f113444a72e4eef88e2a8367ef /extensions/libipt_DNAT.man
parent1102c208591f40667a0062db40d0db3c620a37f7 (diff)
Add --random option to DNAT and REDIRECT targets and fix the manpage mess this option left behind.
Diffstat (limited to 'extensions/libipt_DNAT.man')
-rw-r--r--extensions/libipt_DNAT.man11
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/libipt_DNAT.man b/extensions/libipt_DNAT.man
index 366dcb7..f11f4e2 100644
--- a/extensions/libipt_DNAT.man
+++ b/extensions/libipt_DNAT.man
@@ -20,12 +20,17 @@ or
If no port range is specified, then the destination port will never be
modified. If no IP address is specified then only the destination port
will be modified.
-.RS
-.PP
+
In Kernels up to 2.6.10 you can add several --to-destination options. For
those kernels, if you specify more than one destination address, either via an
address range or multiple --to-destination options, a simple round-robin (one
after another in cycle) load balancing takes place between these addresses.
Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
anymore.
-
+.TP
+.BR "--random"
+If option
+.B "--random"
+is used then port mapping will be randomized (kernel >= 2.6.22).
+.RS
+.PP