iptables-1.3.2-20050720
[iptables.git] / extensions / libipt_SAME.man
diff --git a/extensions/libipt_SAME.man b/extensions/libipt_SAME.man
new file mode 100644 (file)
index 0000000..817c200
--- /dev/null
@@ -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