X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2Flibipt_SNAT.man;fp=extensions%2Flibipt_SNAT.man;h=2d9427f1c57fb7f48aa5b37940ef947b5e22ecfb;hb=782ed68bce7c9b3cc29eb4351ec13ede40a7ee49;hp=4cc03970ca17b84559f9ba7c4c850e4958c8ac6b;hpb=2e293f94e43325cb8cc719e27b43e647842c046d;p=iptables.git diff --git a/extensions/libipt_SNAT.man b/extensions/libipt_SNAT.man index 4cc0397..2d9427f 100644 --- a/extensions/libipt_SNAT.man +++ b/extensions/libipt_SNAT.man @@ -20,7 +20,9 @@ will be mapped to ports below 1024, and other ports will be mapped to 1024 or above. Where possible, no port alteration will occur. .RS .PP -You can add several --to-source options. If you specify more -than one source address, either via an address range or multiple ---to-source options, a simple round-robin (one after another in -cycle) takes place between these adresses. +In Kernels up to 2.6.10, you can add several --to-source options. For those +kernels, if you specify more than one source address, either via an address +range or multiple --to-source options, a simple round-robin (one after another +in cycle) takes place between these addresses. +Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges +anymore.