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.man11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/libipt_SAME.man b/extensions/libipt_SAME.man
new file mode 100644
index 0000000..817c200
--- /dev/null
+++ b/extensions/libipt_SAME.man
@@ -0,0 +1,11 @@
+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
+source-/destination-address for each connection.
+.TP
+.BI "--to " "<ipaddr>-<ipaddr>"
+Addresses to map source to. May be specified more than once for
+multiple ranges.
+.TP
+.B "--nodst"
+Don't use the destination-ip in the calculations when selecting the
+new source-ip