View | Details | Raw Unified | Return to bug 254617
Collapse All | Expand All

(-)b/sbin/ipfw/ipfw.8 (-4 / +10 lines)
Lines 105-110 in-kernel NAT. Link Here
105
.Ar number
105
.Ar number
106
.Cm config
106
.Cm config
107
.Ar config-options
107
.Ar config-options
108
.Nm
109
.Cm nat
110
.Ar number
111
.Cm show
112
.Brq Cm config | log
108
.Ss STATEFUL IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
113
.Ss STATEFUL IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
109
.Nm
114
.Nm
110
.Oo Cm set Ar N Oc Cm nat64lsn Ar name Cm create Ar create-options
115
.Oo Cm set Ar N Oc Cm nat64lsn Ar name Cm create Ar create-options
Lines 922-928 This makes the Link Here
922
.Xr netstat 1
927
.Xr netstat 1
923
entry look rather weird but is intended for
928
entry look rather weird but is intended for
924
use with transparent proxy servers.
929
use with transparent proxy servers.
925
.It Cm nat Ar nat_nr | tablearg
930
.It Cm nat Ar nat_nr | global | tablearg
926
Pass packet to a
931
Pass packet to a
927
nat instance
932
nat instance
928
(for network address translation, address redirect, etc.):
933
(for network address translation, address redirect, etc.):
Lines 3276-3283 Set the aliasing ports between the ranges given. Upper port has to be greater Link Here
3276
than lower.
3281
than lower.
3277
.El
3282
.El
3278
.Pp
3283
.Pp
3279
Some specials value can be supplied instead of
3284
Some special values can be supplied instead of
3280
.Va nat_number :
3285
.Va nat_number
3286
in nat rule actions:
3281
.Bl -tag -width indent
3287
.Bl -tag -width indent
3282
.It Cm global
3288
.It Cm global
3283
Looks up translation state in all configured nat instances.
3289
Looks up translation state in all configured nat instances.
Lines 3303-3309 For more information about aliasing modes, refer to Link Here
3303
.Xr libalias 3 .
3309
.Xr libalias 3 .
3304
See Section
3310
See Section
3305
.Sx EXAMPLES
3311
.Sx EXAMPLES
3306
for some examples about nat usage.
3312
for some examples of nat usage.
3307
.Ss REDIRECT AND LSNAT SUPPORT IN IPFW
3313
.Ss REDIRECT AND LSNAT SUPPORT IN IPFW
3308
Redirect and LSNAT support follow closely the syntax used in
3314
Redirect and LSNAT support follow closely the syntax used in
3309
.Xr natd 8 .
3315
.Xr natd 8 .

Return to bug 254617