summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_SAME.man
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_SAME.man')
-rw-r--r--extensions/libipt_SAME.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/libipt_SAME.man b/extensions/libipt_SAME.man
index 7e28ca54..b862aa4e 100644
--- a/extensions/libipt_SAME.man
+++ b/extensions/libipt_SAME.man
@@ -1,15 +1,15 @@
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
+(`\-\-to 1.2.3.4\-1.2.3.7') and gives a client the same
source-/destination-address for each connection.
.TP
-\fB--to\fP \fIipaddr\fP[\fB-\fP\fIipaddr\fP]
+\fB\-\-to\fP \fIipaddr\fP[\fB\-\fP\fIipaddr\fP]
Addresses to map source to. May be specified more than once for
multiple ranges.
.TP
-.B "--nodst"
+\fB\-\-nodst\fP
Don't use the destination-ip in the calculations when selecting the
new source-ip
.TP
-.B "--random"
+\fB\-\-random\fP
Port mapping will be forcibly randomized to avoid attacks based on
port prediction (kernel >= 2.6.21).