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

« back to all changes in this revision

Viewing changes to extensions/libipt_MASQUERADE.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:
12
12
next dialup is unlikely to have the same interface address (and hence
13
13
any established connections are lost anyway).  It takes one option:
14
14
.TP
15
 
\fB--to-ports\fP \fIport\fP[\fB-\fP\fIport\fP]
 
15
\fB\-\-to\-ports\fP \fIport\fP[\fB\-\fP\fIport\fP]
16
16
This specifies a range of source ports to use, overriding the default
17
17
.B SNAT
18
18
source port-selection heuristics (see above).  This is only valid
19
19
if the rule also specifies
20
 
.B "-p tcp"
 
20
\fB\-p tcp\fP
21
21
or
22
 
.BR "-p udp" .
 
22
\fB\-p udp\fP.
23
23
.TP
24
 
.BR "--random"
 
24
\fB\-\-random\fP
25
25
Randomize source port mapping
26
26
If option
27
 
.B "--random"
 
27
\fB\-\-random\fP
28
28
is used then port mapping will be randomized (kernel >= 2.6.21).
29
29
.RS
30
30
.PP