From be77eb5f2746a1cd78773c3b6d24ce158de70613 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 29 May 2007 11:24:45 +0000 Subject: Add --random option to DNAT and REDIRECT targets and fix the manpage mess this option left behind. --- extensions/libipt_DNAT.man | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'extensions/libipt_DNAT.man') 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 -- cgit v1.2.3