blob: 4e88d48d015f33ae33482592d0ef7844caf8312c [file] [log] [blame]
Jonas Berlinf33c4612005-04-01 06:54:23 +00001Similar to SNAT/DNAT depending on chain: it takes a range of addresses
2(`--to 1.2.3.4-1.2.3.7') and gives a client the same
3source-/destination-address for each connection.
4.TP
5.BI "--to " "<ipaddr>-<ipaddr>"
6Addresses to map source to. May be specified more than once for
7multiple ranges.
8.TP
9.B "--nodst"
10Don't use the destination-ip in the calculations when selecting the
11new source-ip
Eric Leblondae4b0b32007-02-24 15:11:33 +000012.TP
13.B "--random"
14Port mapping will be forcely randomized to avoid attacks based on
15port prediction (kernel >= 2.6.21).