~ubuntu-branches/ubuntu/quantal/iptables/quantal-proposed

« back to all changes in this revision

Viewing changes to extensions/libipt_SAME.man

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella
  • Date: 2009-05-06 16:35:21 UTC
  • mfrom: (5.1.6 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20090506163521-2hbruo0m33h04wxf
Tags: 1.4.3.2-2ubuntu1
* Merge from debian unstable (LP: #372920), remaining changes:
  - Don't fail to run iptables-save if iptables module isn't loaded.
  - debian/patches/0901-build-libipq_pic.a.patch - Build libipq_pic.a with
    -fPIC. Upstream changed build system and patch modified accordingly.
  - Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
    the howtos.
* Droped unexistent patches from debian/patches/series
* Droped 0903-autoload-module-in-iptables-save.diff, fixed upstream
* Added linuxdoc-tools to Build-Depends
* Modified debian/iptables{,-dev}.install to match DM syntax 
  (removed debian/tmp)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Similar 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
 
2
(`\-\-to 1.2.3.4\-1.2.3.7') and gives a client the same
3
3
source-/destination-address for each connection.
4
4
.TP
5
 
\fB--to\fP \fIipaddr\fP[\fB-\fP\fIipaddr\fP]
 
5
\fB\-\-to\fP \fIipaddr\fP[\fB\-\fP\fIipaddr\fP]
6
6
Addresses to map source to. May be specified more than once for
7
7
multiple ranges.
8
8
.TP
9
 
.B "--nodst"
 
9
\fB\-\-nodst\fP
10
10
Don't use the destination-ip in the calculations when selecting the
11
11
new source-ip
12
12
.TP
13
 
.B "--random"
 
13
\fB\-\-random\fP
14
14
Port mapping will be forcibly randomized to avoid attacks based on 
15
15
port prediction (kernel >= 2.6.21).