Lines Matching +full:custom +full:- +full:output +full:- +full:range +full:- +full:config
9 .Bk -words
30 .Op Fl config | f Ar configfile
64 and will possibly change these before re-injecting them back into the
79 .Bl -tag -width Fl
119 When enabled, UDP packets use endpoint-independent mapping (EIM) from RFC 4787
131 When disabled, UDP packets use endpoint-dependent mapping (EDM) ("symmetric"
137 by port forwarding on the NAT, or tunnelling through an in-between server.
143 alterations to the standard output.
153 .Ar targetPORT Ns Oo - Ns Ar targetPORT Oc Xc
155 .Ar aliasPORT Ns Oo - Ns Ar aliasPORT Oc Xc
157 .Ar remotePORT Ns Op - Ns Ar remotePORT
171 is the desired target port number or range,
173 is the requested port number or range, and
199 specifies a singular value (not a range), it can be given as a service
211 .Dl Ar tcp inside2:2300-2399 3300-3399
213 will redirect incoming connections on ports 3300-3399 to host
214 inside2, ports 2300-2399.
253 .Bd -literal -offset indent
300 simply on a round-robin basis, without regard to load on the net.
367 will be checked to see if it matches any already-aliased outgoing
384 When an incoming packet not associated with any pre-existing link
421 .It Fl config | f Ar file
481 .Fl config
557 The range will be cleared for all rules on startup.
570 Log when a packet cannot be re-injected because an
587 .Bl -enum
589 Build a custom kernel with the following options:
590 .Bd -literal -offset indent
595 Refer to the handbook for detailed instructions on building a custom
629 .Dl natd -interface ed0
639 .Bl -enum
646 .Bd -literal -offset indent
647 /sbin/ipfw -f flush
657 everyone on your local network can fake his source-address using your
670 packets re-enter the firewall at the rule number following the rule number
688 will stop at this point - blocking all accesses permanently.
708 .Bd -literal -offset indent
710 1.2.3.1 ------------------ sis0
713 sis1 ------------------- 10.0.0.2
716 2.3.4.1 ------------------ sis2
744 .Bd -literal -offset indent
765 .Bd -literal -offset indent
766 ipfw -f flush
815 This ensures that load balancing is done on a per-flow basis
818 Translated packets with source IP of a non-default interface
854 .An Poul-Henning Kamp Aq Mt phk@FreeBSD.org