mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00
11 lines
481 B
Groff
11 lines
481 B
Groff
The \fBRAWDNAT\fR target will rewrite the destination address in the IP header,
|
|
much like the \fBNETMAP\fR target.
|
|
.TP
|
|
\fB\-\-to\-destination\fR \fIaddr\fR[\fB/\fR\fImask\fR]
|
|
Network address to map to. The resulting address will be constructed the
|
|
following way: All 'one' bits in the \fImask\fR are filled in from the new
|
|
\fIaddress\fR. All bits that are zero in the mask are filled in from the
|
|
original address.
|
|
.PP
|
|
See the \fBRAWSNAT\fR help entry for examples and constraints.
|