Lines Matching +full:oc +full:- +full:delay +full:- +full:us

9 .Bk -words
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.
153 .Ar targetPORT Ns Oo - Ns Ar targetPORT Oc Xc
154 .Oo Ar aliasIP Ns : Oc Ns Xo
155 .Ar aliasPORT Ns Oo - Ns Ar aliasPORT Oc Xc
157 .Ar remotePORT Ns Op - Ns Ar remotePORT
158 .Oc Oc
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
270 .Oc Xc Oc Xc
271 .Oo Ar aliasIP Ns : Oc Ns Xo
282 .Oc Oc
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
570 Log when a packet cannot be re-injected because an
580 Specify delay in ms before daemon exit after signal.
587 .Bl -enum
590 .Bd -literal -offset indent
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.
701 For example, let us see a common task of load balancing two
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