xref: /freebsd/sbin/ipfw/ipfw.8 (revision 90ec6a30353aa7caaf995ea50e2e23aa5a099600)
1.\"
2.\" $FreeBSD$
3.\"
4.Dd August 21, 2020
5.Dt IPFW 8
6.Os
7.Sh NAME
8.Nm ipfw
9.Nd User interface for firewall, traffic shaper, packet scheduler,
10in-kernel NAT.
11.Sh SYNOPSIS
12.Ss FIREWALL CONFIGURATION
13.Nm
14.Op Fl cq
15.Cm add
16.Ar rule
17.Nm
18.Op Fl acdefnNStT
19.Op Cm set Ar N
20.Brq Cm list | show
21.Op Ar rule | first-last ...
22.Nm
23.Op Fl f | q
24.Op Cm set Ar N
25.Cm flush
26.Nm
27.Op Fl q
28.Op Cm set Ar N
29.Brq Cm delete | zero | resetlog
30.Op Ar number ...
31.Pp
32.Nm
33.Cm set Oo Cm disable Ar number ... Oc Op Cm enable Ar number ...
34.Nm
35.Cm set move
36.Op Cm rule
37.Ar number Cm to Ar number
38.Nm
39.Cm set swap Ar number number
40.Nm
41.Cm set show
42.Ss SYSCTL SHORTCUTS
43.Nm
44.Cm enable
45.Brq Cm firewall | altq | one_pass | debug | verbose | dyn_keepalive
46.Nm
47.Cm disable
48.Brq Cm firewall | altq | one_pass | debug | verbose | dyn_keepalive
49.Ss LOOKUP TABLES
50.Nm
51.Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options
52.Nm
53.Oo Cm set Ar N Oc Cm table
54.Brq Ar name | all
55.Cm destroy
56.Nm
57.Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options
58.Nm
59.Oo Cm set Ar N Oc Cm table Ar name Cm swap Ar name
60.Nm
61.Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value
62.Nm
63.Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ...
64.Nm
65.Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ...
66.Nm
67.Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ...
68.Nm
69.Oo Cm set Ar N Oc Cm table Ar name Cm lookup Ar addr
70.Nm
71.Oo Cm set Ar N Oc Cm table Ar name Cm lock
72.Nm
73.Oo Cm set Ar N Oc Cm table Ar name Cm unlock
74.Nm
75.Oo Cm set Ar N Oc Cm table
76.Brq Ar name | all
77.Cm list
78.Nm
79.Oo Cm set Ar N Oc Cm table
80.Brq Ar name | all
81.Cm info
82.Nm
83.Oo Cm set Ar N Oc Cm table
84.Brq Ar name | all
85.Cm detail
86.Nm
87.Oo Cm set Ar N Oc Cm table
88.Brq Ar name | all
89.Cm flush
90.Ss DUMMYNET CONFIGURATION (TRAFFIC SHAPER AND PACKET SCHEDULER)
91.Nm
92.Brq Cm pipe | queue | sched
93.Ar number
94.Cm config
95.Ar config-options
96.Nm
97.Op Fl s Op Ar field
98.Brq Cm pipe | queue | sched
99.Brq Cm delete | list | show
100.Op Ar number ...
101.Ss IN-KERNEL NAT
102.Nm
103.Op Fl q
104.Cm nat
105.Ar number
106.Cm config
107.Ar config-options
108.Ss STATEFUL IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
109.Nm
110.Oo Cm set Ar N Oc Cm nat64lsn Ar name Cm create Ar create-options
111.Nm
112.Oo Cm set Ar N Oc Cm nat64lsn Ar name Cm config Ar config-options
113.Nm
114.Oo Cm set Ar N Oc Cm nat64lsn
115.Brq Ar name | all
116.Brq Cm list | show
117.Op Cm states
118.Nm
119.Oo Cm set Ar N Oc Cm nat64lsn
120.Brq Ar name | all
121.Cm destroy
122.Nm
123.Oo Cm set Ar N Oc Cm nat64lsn Ar name Cm stats Op Cm reset
124.Ss STATELESS IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
125.Nm
126.Oo Cm set Ar N Oc Cm nat64stl Ar name Cm create Ar create-options
127.Nm
128.Oo Cm set Ar N Oc Cm nat64stl Ar name Cm config Ar config-options
129.Nm
130.Oo Cm set Ar N Oc Cm nat64stl
131.Brq Ar name | all
132.Brq Cm list | show
133.Nm
134.Oo Cm set Ar N Oc Cm nat64stl
135.Brq Ar name | all
136.Cm destroy
137.Nm
138.Oo Cm set Ar N Oc Cm nat64stl Ar name Cm stats Op Cm reset
139.Ss XLAT464 CLAT IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
140.Nm
141.Oo Cm set Ar N Oc Cm nat64clat Ar name Cm create Ar create-options
142.Nm
143.Oo Cm set Ar N Oc Cm nat64clat Ar name Cm config Ar config-options
144.Nm
145.Oo Cm set Ar N Oc Cm nat64clat
146.Brq Ar name | all
147.Brq Cm list | show
148.Nm
149.Oo Cm set Ar N Oc Cm nat64clat
150.Brq Ar name | all
151.Cm destroy
152.Nm
153.Oo Cm set Ar N Oc Cm nat64clat Ar name Cm stats Op Cm reset
154.Ss IPv6-to-IPv6 NETWORK PREFIX TRANSLATION
155.Nm
156.Oo Cm set Ar N Oc Cm nptv6 Ar name Cm create Ar create-options
157.Nm
158.Oo Cm set Ar N Oc Cm nptv6
159.Brq Ar name | all
160.Brq Cm list | show
161.Nm
162.Oo Cm set Ar N Oc Cm nptv6
163.Brq Ar name | all
164.Cm destroy
165.Nm
166.Oo Cm set Ar N Oc Cm nptv6 Ar name Cm stats Op Cm reset
167.Ss INTERNAL DIAGNOSTICS
168.Nm
169.Cm internal iflist
170.Nm
171.Cm internal talist
172.Nm
173.Cm internal vlist
174.Ss LIST OF RULES AND PREPROCESSING
175.Nm
176.Op Fl cfnNqS
177.Oo
178.Fl p Ar preproc
179.Oo
180.Ar preproc-flags
181.Oc
182.Oc
183.Ar pathname
184.Sh DESCRIPTION
185The
186.Nm
187utility is the user interface for controlling the
188.Xr ipfw 4
189firewall, the
190.Xr dummynet 4
191traffic shaper/packet scheduler, and the
192in-kernel NAT services.
193.Pp
194A firewall configuration, or
195.Em ruleset ,
196is made of a list of
197.Em rules
198numbered from 1 to 65535.
199Packets are passed to the firewall
200from a number of different places in the protocol stack
201(depending on the source and destination of the packet,
202it is possible for the firewall to be
203invoked multiple times on the same packet).
204The packet passed to the firewall is compared
205against each of the rules in the
206.Em ruleset ,
207in rule-number order
208(multiple rules with the same number are permitted, in which case
209they are processed in order of insertion).
210When a match is found, the action corresponding to the
211matching rule is performed.
212.Pp
213Depending on the action and certain system settings, packets
214can be reinjected into the firewall at some rule after the
215matching one for further processing.
216.Pp
217A ruleset always includes a
218.Em default
219rule (numbered 65535) which cannot be modified or deleted,
220and matches all packets.
221The action associated with the
222.Em default
223rule can be either
224.Cm deny
225or
226.Cm allow
227depending on how the kernel is configured.
228.Pp
229If the ruleset includes one or more rules with the
230.Cm keep-state ,
231.Cm record-state ,
232.Cm limit
233or
234.Cm set-limit
235option,
236the firewall will have a
237.Em stateful
238behaviour, i.e., upon a match it will create
239.Em dynamic rules ,
240i.e., rules that match packets with the same 5-tuple
241(protocol, source and destination addresses and ports)
242as the packet which caused their creation.
243Dynamic rules, which have a limited lifetime, are checked
244at the first occurrence of a
245.Cm check-state ,
246.Cm keep-state
247or
248.Cm limit
249rule, and are typically used to open the firewall on-demand to
250legitimate traffic only.
251Please note, that
252.Cm keep-state
253and
254.Cm limit
255imply implicit
256.Cm check-state
257for all packets (not only these matched by the rule) but
258.Cm record-state
259and
260.Cm set-limit
261have no implicit
262.Cm check-state .
263See the
264.Sx STATEFUL FIREWALL
265and
266.Sx EXAMPLES
267Sections below for more information on the stateful behaviour of
268.Nm .
269.Pp
270All rules (including dynamic ones) have a few associated counters:
271a packet count, a byte count, a log count and a timestamp
272indicating the time of the last match.
273Counters can be displayed or reset with
274.Nm
275commands.
276.Pp
277Each rule belongs to one of 32 different
278.Em sets
279, and there are
280.Nm
281commands to atomically manipulate sets, such as enable,
282disable, swap sets, move all rules in a set to another
283one, delete all rules in a set.
284These can be useful to
285install temporary configurations, or to test them.
286See Section
287.Sx SETS OF RULES
288for more information on
289.Em sets .
290.Pp
291Rules can be added with the
292.Cm add
293command; deleted individually or in groups with the
294.Cm delete
295command, and globally (except those in set 31) with the
296.Cm flush
297command; displayed, optionally with the content of the
298counters, using the
299.Cm show
300and
301.Cm list
302commands.
303Finally, counters can be reset with the
304.Cm zero
305and
306.Cm resetlog
307commands.
308.Pp
309.Ss COMMAND OPTIONS
310The following general options are available when invoking
311.Nm :
312.Bl -tag -width indent
313.It Fl a
314Show counter values when listing rules.
315The
316.Cm show
317command implies this option.
318.It Fl b
319Only show the action and the comment, not the body of a rule.
320Implies
321.Fl c .
322.It Fl c
323When entering or showing rules, print them in compact form,
324i.e., omitting the "ip from any to any" string
325when this does not carry any additional information.
326.It Fl d
327When listing, show dynamic rules in addition to static ones.
328.It Fl D
329When listing, show only dynamic states.
330When deleting, delete only dynamic states.
331.It Fl f
332Run without prompting for confirmation for commands that can cause problems if misused,
333i.e.,
334.Cm flush .
335If there is no tty associated with the process, this is implied.
336The
337.Cm delete
338command with this flag ignores possible errors,
339i.e., nonexistent rule number.
340And for batched commands execution continues with the next command.
341.It Fl i
342When listing a table (see the
343.Sx LOOKUP TABLES
344section below for more information on lookup tables), format values
345as IP addresses.
346By default, values are shown as integers.
347.It Fl n
348Only check syntax of the command strings, without actually passing
349them to the kernel.
350.It Fl N
351Try to resolve addresses and service names in output.
352.It Fl q
353Be quiet when executing the
354.Cm add ,
355.Cm nat ,
356.Cm zero ,
357.Cm resetlog
358or
359.Cm flush
360commands;
361(implies
362.Fl f ) .
363This is useful when updating rulesets by executing multiple
364.Nm
365commands in a script
366(e.g.,
367.Ql sh\ /etc/rc.firewall ) ,
368or by processing a file with many
369.Nm
370rules across a remote login session.
371It also stops a table add or delete
372from failing if the entry already exists or is not present.
373.Pp
374The reason why this option may be important is that
375for some of these actions,
376.Nm
377may print a message; if the action results in blocking the
378traffic to the remote client,
379the remote login session will be closed
380and the rest of the ruleset will not be processed.
381Access to the console would then be required to recover.
382.It Fl S
383When listing rules, show the
384.Em set
385each rule belongs to.
386If this flag is not specified, disabled rules will not be
387listed.
388.It Fl s Op Ar field
389When listing pipes, sort according to one of the four
390counters (total or current packets or bytes).
391.It Fl t
392When listing, show last match timestamp converted with ctime().
393.It Fl T
394When listing, show last match timestamp as seconds from the epoch.
395This form can be more convenient for postprocessing by scripts.
396.El
397.Ss LIST OF RULES AND PREPROCESSING
398To ease configuration, rules can be put into a file which is
399processed using
400.Nm
401as shown in the last synopsis line.
402An absolute
403.Ar pathname
404must be used.
405The file will be read line by line and applied as arguments to the
406.Nm
407utility.
408.Pp
409Optionally, a preprocessor can be specified using
410.Fl p Ar preproc
411where
412.Ar pathname
413is to be piped through.
414Useful preprocessors include
415.Xr cpp 1
416and
417.Xr m4 1 .
418If
419.Ar preproc
420does not start with a slash
421.Pq Ql /
422as its first character, the usual
423.Ev PATH
424name search is performed.
425Care should be taken with this in environments where not all
426file systems are mounted (yet) by the time
427.Nm
428is being run (e.g.\& when they are mounted over NFS).
429Once
430.Fl p
431has been specified, any additional arguments are passed on to the preprocessor
432for interpretation.
433This allows for flexible configuration files (like conditionalizing
434them on the local hostname) and the use of macros to centralize
435frequently required arguments like IP addresses.
436.Ss TRAFFIC SHAPER CONFIGURATION
437The
438.Nm
439.Cm pipe , queue
440and
441.Cm sched
442commands are used to configure the traffic shaper and packet scheduler.
443See the
444.Sx TRAFFIC SHAPER (DUMMYNET) CONFIGURATION
445Section below for details.
446.Pp
447If the world and the kernel get out of sync the
448.Nm
449ABI may break, preventing you from being able to add any rules.
450This can adversely affect the booting process.
451You can use
452.Nm
453.Cm disable
454.Cm firewall
455to temporarily disable the firewall to regain access to the network,
456allowing you to fix the problem.
457.Sh PACKET FLOW
458A packet is checked against the active ruleset in multiple places
459in the protocol stack, under control of several sysctl variables.
460These places and variables are shown below, and it is important to
461have this picture in mind in order to design a correct ruleset.
462.Bd -literal -offset indent
463       ^    to upper layers    V
464       |                       |
465       +----------->-----------+
466       ^                       V
467 [ip(6)_input]           [ip(6)_output]     net.inet(6).ip(6).fw.enable=1
468       |                       |
469       ^                       V
470 [ether_demux]        [ether_output_frame]  net.link.ether.ipfw=1
471       |                       |
472       +-->--[bdg_forward]-->--+            net.link.bridge.ipfw=1
473       ^                       V
474       |      to devices       |
475.Ed
476.Pp
477The number of
478times the same packet goes through the firewall can
479vary between 0 and 4 depending on packet source and
480destination, and system configuration.
481.Pp
482Note that as packets flow through the stack, headers can be
483stripped or added to it, and so they may or may not be available
484for inspection.
485E.g., incoming packets will include the MAC header when
486.Nm
487is invoked from
488.Cm ether_demux() ,
489but the same packets will have the MAC header stripped off when
490.Nm
491is invoked from
492.Cm ip_input()
493or
494.Cm ip6_input() .
495.Pp
496Also note that each packet is always checked against the complete ruleset,
497irrespective of the place where the check occurs, or the source of the packet.
498If a rule contains some match patterns or actions which are not valid
499for the place of invocation (e.g.\& trying to match a MAC header within
500.Cm ip_input
501or
502.Cm ip6_input ),
503the match pattern will not match, but a
504.Cm not
505operator in front of such patterns
506.Em will
507cause the pattern to
508.Em always
509match on those packets.
510It is thus the responsibility of
511the programmer, if necessary, to write a suitable ruleset to
512differentiate among the possible places.
513.Cm skipto
514rules can be useful here, as an example:
515.Bd -literal -offset indent
516# packets from ether_demux or bdg_forward
517ipfw add 10 skipto 1000 all from any to any layer2 in
518# packets from ip_input
519ipfw add 10 skipto 2000 all from any to any not layer2 in
520# packets from ip_output
521ipfw add 10 skipto 3000 all from any to any not layer2 out
522# packets from ether_output_frame
523ipfw add 10 skipto 4000 all from any to any layer2 out
524.Ed
525.Pp
526(yes, at the moment there is no way to differentiate between
527ether_demux and bdg_forward).
528.Pp
529Also note that only actions
530.Cm allow,
531.Cm deny,
532.Cm netgraph,
533.Cm ngtee
534and related to
535.Cm dummynet
536are processed for
537.Cm layer2
538frames and all other actions act as if they were
539.Cm allow
540for such frames.
541Full set of actions is supported for IP packets without
542.Cm layer2
543headers only.
544For example,
545.Cm divert
546action does not divert
547.Cm layer2
548frames.
549.Sh SYNTAX
550In general, each keyword or argument must be provided as
551a separate command line argument, with no leading or trailing
552spaces.
553Keywords are case-sensitive, whereas arguments may
554or may not be case-sensitive depending on their nature
555(e.g.\& uid's are, hostnames are not).
556.Pp
557Some arguments (e.g., port or address lists) are comma-separated
558lists of values.
559In this case, spaces after commas ',' are allowed to make
560the line more readable.
561You can also put the entire
562command (including flags) into a single argument.
563E.g., the following forms are equivalent:
564.Bd -literal -offset indent
565ipfw -q add deny src-ip 10.0.0.0/24,127.0.0.1/8
566ipfw -q add deny src-ip 10.0.0.0/24, 127.0.0.1/8
567ipfw "-q add deny src-ip 10.0.0.0/24, 127.0.0.1/8"
568.Ed
569.Sh RULE FORMAT
570The format of firewall rules is the following:
571.Bd -ragged -offset indent
572.Bk -words
573.Op Ar rule_number
574.Op Cm set Ar set_number
575.Op Cm prob Ar match_probability
576.Ar action
577.Op Cm log Op Cm logamount Ar number
578.Op Cm altq Ar queue
579.Oo
580.Bro Cm tag | untag
581.Brc Ar number
582.Oc
583.Ar body
584.Ek
585.Ed
586.Pp
587where the body of the rule specifies which information is used
588for filtering packets, among the following:
589.Pp
590.Bl -tag -width "Source and dest. addresses and ports" -offset XXX -compact
591.It Layer-2 header fields
592When available
593.It IPv4 and IPv6 Protocol
594SCTP, TCP, UDP, ICMP, etc.
595.It Source and dest. addresses and ports
596.It Direction
597See Section
598.Sx PACKET FLOW
599.It Transmit and receive interface
600By name or address
601.It Misc. IP header fields
602Version, type of service, datagram length, identification,
603fragmentation flags,
604Time To Live
605.It IP options
606.It IPv6 Extension headers
607Fragmentation, Hop-by-Hop options,
608Routing Headers, Source routing rthdr0, Mobile IPv6 rthdr2, IPSec options.
609.It IPv6 Flow-ID
610.It Misc. TCP header fields
611TCP flags (SYN, FIN, ACK, RST, etc.),
612sequence number, acknowledgment number,
613window
614.It TCP options
615.It ICMP types
616for ICMP packets
617.It ICMP6 types
618for ICMP6 packets
619.It User/group ID
620When the packet can be associated with a local socket.
621.It Divert status
622Whether a packet came from a divert socket (e.g.,
623.Xr natd 8 ) .
624.It Fib annotation state
625Whether a packet has been tagged for using a specific FIB (routing table)
626in future forwarding decisions.
627.El
628.Pp
629Note that some of the above information, e.g.\& source MAC or IP addresses and
630TCP/UDP ports, can be easily spoofed, so filtering on those fields
631alone might not guarantee the desired results.
632.Bl -tag -width indent
633.It Ar rule_number
634Each rule is associated with a
635.Ar rule_number
636in the range 1..65535, with the latter reserved for the
637.Em default
638rule.
639Rules are checked sequentially by rule number.
640Multiple rules can have the same number, in which case they are
641checked (and listed) according to the order in which they have
642been added.
643If a rule is entered without specifying a number, the kernel will
644assign one in such a way that the rule becomes the last one
645before the
646.Em default
647rule.
648Automatic rule numbers are assigned by incrementing the last
649non-default rule number by the value of the sysctl variable
650.Ar net.inet.ip.fw.autoinc_step
651which defaults to 100.
652If this is not possible (e.g.\& because we would go beyond the
653maximum allowed rule number), the number of the last
654non-default value is used instead.
655.It Cm set Ar set_number
656Each rule is associated with a
657.Ar set_number
658in the range 0..31.
659Sets can be individually disabled and enabled, so this parameter
660is of fundamental importance for atomic ruleset manipulation.
661It can be also used to simplify deletion of groups of rules.
662If a rule is entered without specifying a set number,
663set 0 will be used.
664.br
665Set 31 is special in that it cannot be disabled,
666and rules in set 31 are not deleted by the
667.Nm ipfw flush
668command (but you can delete them with the
669.Nm ipfw delete set 31
670command).
671Set 31 is also used for the
672.Em default
673rule.
674.It Cm prob Ar match_probability
675A match is only declared with the specified probability
676(floating point number between 0 and 1).
677This can be useful for a number of applications such as
678random packet drop or
679(in conjunction with
680.Nm dummynet )
681to simulate the effect of multiple paths leading to out-of-order
682packet delivery.
683.Pp
684Note: this condition is checked before any other condition, including
685ones such as
686.Cm keep-state
687or
688.Cm check-state
689which might have
690side effects.
691.It Cm log Op Cm logamount Ar number
692Packets matching a rule with the
693.Cm log
694keyword will be made available for logging in two ways:
695if the sysctl variable
696.Va net.inet.ip.fw.verbose
697is set to 0 (default), one can use
698.Xr bpf 4
699attached to the
700.Li ipfw0
701pseudo interface.
702This pseudo interface can be created manually after a system
703boot by using the following command:
704.Bd -literal -offset indent
705# ifconfig ipfw0 create
706.Ed
707.Pp
708Or, automatically at boot time by adding the following
709line to the
710.Xr rc.conf 5
711file:
712.Bd -literal -offset indent
713firewall_logif="YES"
714.Ed
715.Pp
716There is zero overhead when no
717.Xr bpf 4
718is attached to the pseudo interface.
719.Pp
720If
721.Va net.inet.ip.fw.verbose
722is set to 1, packets will be logged to
723.Xr syslogd 8
724with a
725.Dv LOG_SECURITY
726facility up to a maximum of
727.Cm logamount
728packets.
729If no
730.Cm logamount
731is specified, the limit is taken from the sysctl variable
732.Va net.inet.ip.fw.verbose_limit .
733In both cases, a value of 0 means unlimited logging.
734.Pp
735Once the limit is reached, logging can be re-enabled by
736clearing the logging counter or the packet counter for that entry, see the
737.Cm resetlog
738command.
739.Pp
740Note: logging is done after all other packet matching conditions
741have been successfully verified, and before performing the final
742action (accept, deny, etc.) on the packet.
743.It Cm tag Ar number
744When a packet matches a rule with the
745.Cm tag
746keyword, the numeric tag for the given
747.Ar number
748in the range 1..65534 will be attached to the packet.
749The tag acts as an internal marker (it is not sent out over
750the wire) that can be used to identify these packets later on.
751This can be used, for example, to provide trust between interfaces
752and to start doing policy-based filtering.
753A packet can have multiple tags at the same time.
754Tags are "sticky", meaning once a tag is applied to a packet by a
755matching rule it exists until explicit removal.
756Tags are kept with the packet everywhere within the kernel, but are
757lost when packet leaves the kernel, for example, on transmitting
758packet out to the network or sending packet to a
759.Xr divert 4
760socket.
761.Pp
762To check for previously applied tags, use the
763.Cm tagged
764rule option.
765To delete previously applied tag, use the
766.Cm untag
767keyword.
768.Pp
769Note: since tags are kept with the packet everywhere in kernelspace,
770they can be set and unset anywhere in the kernel network subsystem
771(using the
772.Xr mbuf_tags 9
773facility), not only by means of the
774.Xr ipfw 4
775.Cm tag
776and
777.Cm untag
778keywords.
779For example, there can be a specialized
780.Xr netgraph 4
781node doing traffic analyzing and tagging for later inspecting
782in firewall.
783.It Cm untag Ar number
784When a packet matches a rule with the
785.Cm untag
786keyword, the tag with the number
787.Ar number
788is searched among the tags attached to this packet and,
789if found, removed from it.
790Other tags bound to packet, if present, are left untouched.
791.It Cm altq Ar queue
792When a packet matches a rule with the
793.Cm altq
794keyword, the ALTQ identifier for the given
795.Ar queue
796(see
797.Xr altq 4 )
798will be attached.
799Note that this ALTQ tag is only meaningful for packets going "out" of IPFW,
800and not being rejected or going to divert sockets.
801Note that if there is insufficient memory at the time the packet is
802processed, it will not be tagged, so it is wise to make your ALTQ
803"default" queue policy account for this.
804If multiple
805.Cm altq
806rules match a single packet, only the first one adds the ALTQ classification
807tag.
808In doing so, traffic may be shaped by using
809.Cm count Cm altq Ar queue
810rules for classification early in the ruleset, then later applying
811the filtering decision.
812For example,
813.Cm check-state
814and
815.Cm keep-state
816rules may come later and provide the actual filtering decisions in
817addition to the fallback ALTQ tag.
818.Pp
819You must run
820.Xr pfctl 8
821to set up the queues before IPFW will be able to look them up by name,
822and if the ALTQ disciplines are rearranged, the rules in containing the
823queue identifiers in the kernel will likely have gone stale and need
824to be reloaded.
825Stale queue identifiers will probably result in misclassification.
826.Pp
827All system ALTQ processing can be turned on or off via
828.Nm
829.Cm enable Ar altq
830and
831.Nm
832.Cm disable Ar altq .
833The usage of
834.Va net.inet.ip.fw.one_pass
835is irrelevant to ALTQ traffic shaping, as the actual rule action is followed
836always after adding an ALTQ tag.
837.El
838.Ss RULE ACTIONS
839A rule can be associated with one of the following actions, which
840will be executed when the packet matches the body of the rule.
841.Bl -tag -width indent
842.It Cm allow | accept | pass | permit
843Allow packets that match rule.
844The search terminates.
845.It Cm check-state Op Ar :flowname | Cm :any
846Checks the packet against the dynamic ruleset.
847If a match is found, execute the action associated with
848the rule which generated this dynamic rule, otherwise
849move to the next rule.
850.br
851.Cm Check-state
852rules do not have a body.
853If no
854.Cm check-state
855rule is found, the dynamic ruleset is checked at the first
856.Cm keep-state
857or
858.Cm limit
859rule.
860The
861.Ar :flowname
862is symbolic name assigned to dynamic rule by
863.Cm keep-state
864opcode.
865The special flowname
866.Cm :any
867can be used to ignore states flowname when matching.
868The
869.Cm :default
870keyword is special name used for compatibility with old rulesets.
871.It Cm count
872Update counters for all packets that match rule.
873The search continues with the next rule.
874.It Cm deny | drop
875Discard packets that match this rule.
876The search terminates.
877.It Cm divert Ar port
878Divert packets that match this rule to the
879.Xr divert 4
880socket bound to port
881.Ar port .
882The search terminates.
883.It Cm fwd | forward Ar ipaddr | tablearg Ns Op , Ns Ar port
884Change the next-hop on matching packets to
885.Ar ipaddr ,
886which can be an IP address or a host name.
887The next hop can also be supplied by the last table
888looked up for the packet by using the
889.Cm tablearg
890keyword instead of an explicit address.
891The search terminates if this rule matches.
892.Pp
893If
894.Ar ipaddr
895is a local address, then matching packets will be forwarded to
896.Ar port
897(or the port number in the packet if one is not specified in the rule)
898on the local machine.
899.br
900If
901.Ar ipaddr
902is not a local address, then the port number
903(if specified) is ignored, and the packet will be
904forwarded to the remote address, using the route as found in
905the local routing table for that IP.
906.br
907A
908.Ar fwd
909rule will not match layer-2 packets (those received
910on ether_input, ether_output, or bridged).
911.br
912The
913.Cm fwd
914action does not change the contents of the packet at all.
915In particular, the destination address remains unmodified, so
916packets forwarded to another system will usually be rejected by that system
917unless there is a matching rule on that system to capture them.
918For packets forwarded locally,
919the local address of the socket will be
920set to the original destination address of the packet.
921This makes the
922.Xr netstat 1
923entry look rather weird but is intended for
924use with transparent proxy servers.
925.It Cm nat Ar nat_nr | tablearg
926Pass packet to a
927nat instance
928(for network address translation, address redirect, etc.):
929see the
930.Sx NETWORK ADDRESS TRANSLATION (NAT)
931Section for further information.
932.It Cm nat64lsn Ar name
933Pass packet to a stateful NAT64 instance (for IPv6/IPv4 network address and
934protocol translation): see the
935.Sx IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
936Section for further information.
937.It Cm nat64stl Ar name
938Pass packet to a stateless NAT64 instance (for IPv6/IPv4 network address and
939protocol translation): see the
940.Sx IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
941Section for further information.
942.It Cm nat64clat Ar name
943Pass packet to a CLAT NAT64 instance (for client-side IPv6/IPv4 network address and
944protocol translation): see the
945.Sx IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
946Section for further information.
947.It Cm nptv6 Ar name
948Pass packet to a NPTv6 instance (for IPv6-to-IPv6 network prefix translation):
949see the
950.Sx IPv6-to-IPv6 NETWORK PREFIX TRANSLATION (NPTv6)
951Section for further information.
952.It Cm pipe Ar pipe_nr
953Pass packet to a
954.Nm dummynet
955.Dq pipe
956(for bandwidth limitation, delay, etc.).
957See the
958.Sx TRAFFIC SHAPER (DUMMYNET) CONFIGURATION
959Section for further information.
960The search terminates; however, on exit from the pipe and if
961the
962.Xr sysctl 8
963variable
964.Va net.inet.ip.fw.one_pass
965is not set, the packet is passed again to the firewall code
966starting from the next rule.
967.It Cm queue Ar queue_nr
968Pass packet to a
969.Nm dummynet
970.Dq queue
971(for bandwidth limitation using WF2Q+).
972.It Cm reject
973(Deprecated).
974Synonym for
975.Cm unreach host .
976.It Cm reset
977Discard packets that match this rule, and if the
978packet is a TCP packet, try to send a TCP reset (RST) notice.
979The search terminates.
980.It Cm reset6
981Discard packets that match this rule, and if the
982packet is a TCP packet, try to send a TCP reset (RST) notice.
983The search terminates.
984.It Cm skipto Ar number | tablearg
985Skip all subsequent rules numbered less than
986.Ar number .
987The search continues with the first rule numbered
988.Ar number
989or higher.
990It is possible to use the
991.Cm tablearg
992keyword with a skipto for a
993.Em computed
994skipto. Skipto may work either in O(log(N)) or in O(1) depending
995on amount of memory and/or sysctl variables.
996See the
997.Sx SYSCTL VARIABLES
998section for more details.
999.It Cm call Ar number | tablearg
1000The current rule number is saved in the internal stack and
1001ruleset processing continues with the first rule numbered
1002.Ar number
1003or higher.
1004If later a rule with the
1005.Cm return
1006action is encountered, the processing returns to the first rule
1007with number of this
1008.Cm call
1009rule plus one or higher
1010(the same behaviour as with packets returning from
1011.Xr divert 4
1012socket after a
1013.Cm divert
1014action).
1015This could be used to make somewhat like an assembly language
1016.Dq subroutine
1017calls to rules with common checks for different interfaces, etc.
1018.Pp
1019Rule with any number could be called, not just forward jumps as with
1020.Cm skipto .
1021So, to prevent endless loops in case of mistakes, both
1022.Cm call
1023and
1024.Cm return
1025actions don't do any jumps and simply go to the next rule if memory
1026cannot be allocated or stack overflowed/underflowed.
1027.Pp
1028Internally stack for rule numbers is implemented using
1029.Xr mbuf_tags 9
1030facility and currently has size of 16 entries.
1031As mbuf tags are lost when packet leaves the kernel,
1032.Cm divert
1033should not be used in subroutines to avoid endless loops
1034and other undesired effects.
1035.It Cm return
1036Takes rule number saved to internal stack by the last
1037.Cm call
1038action and returns ruleset processing to the first rule
1039with number greater than number of corresponding
1040.Cm call
1041rule.
1042See description of the
1043.Cm call
1044action for more details.
1045.Pp
1046Note that
1047.Cm return
1048rules usually end a
1049.Dq subroutine
1050and thus are unconditional, but
1051.Nm
1052command-line utility currently requires every action except
1053.Cm check-state
1054to have body.
1055While it is sometimes useful to return only on some packets,
1056usually you want to print just
1057.Dq return
1058for readability.
1059A workaround for this is to use new syntax and
1060.Fl c
1061switch:
1062.Bd -literal -offset indent
1063# Add a rule without actual body
1064ipfw add 2999 return via any
1065
1066# List rules without "from any to any" part
1067ipfw -c list
1068.Ed
1069.Pp
1070This cosmetic annoyance may be fixed in future releases.
1071.It Cm tee Ar port
1072Send a copy of packets matching this rule to the
1073.Xr divert 4
1074socket bound to port
1075.Ar port .
1076The search continues with the next rule.
1077.It Cm unreach Ar code
1078Discard packets that match this rule, and try to send an ICMP
1079unreachable notice with code
1080.Ar code ,
1081where
1082.Ar code
1083is a number from 0 to 255, or one of these aliases:
1084.Cm net , host , protocol , port ,
1085.Cm needfrag , srcfail , net-unknown , host-unknown ,
1086.Cm isolated , net-prohib , host-prohib , tosnet ,
1087.Cm toshost , filter-prohib , host-precedence
1088or
1089.Cm precedence-cutoff .
1090The search terminates.
1091.It Cm unreach6 Ar code
1092Discard packets that match this rule, and try to send an ICMPv6
1093unreachable notice with code
1094.Ar code ,
1095where
1096.Ar code
1097is a number from 0, 1, 3 or 4, or one of these aliases:
1098.Cm no-route, admin-prohib, address
1099or
1100.Cm port .
1101The search terminates.
1102.It Cm netgraph Ar cookie
1103Divert packet into netgraph with given
1104.Ar cookie .
1105The search terminates.
1106If packet is later returned from netgraph it is either
1107accepted or continues with the next rule, depending on
1108.Va net.inet.ip.fw.one_pass
1109sysctl variable.
1110.It Cm ngtee Ar cookie
1111A copy of packet is diverted into netgraph, original
1112packet continues with the next rule.
1113See
1114.Xr ng_ipfw 4
1115for more information on
1116.Cm netgraph
1117and
1118.Cm ngtee
1119actions.
1120.It Cm setfib Ar fibnum | tablearg
1121The packet is tagged so as to use the FIB (routing table)
1122.Ar fibnum
1123in any subsequent forwarding decisions.
1124In the current implementation, this is limited to the values 0 through 15, see
1125.Xr setfib 2 .
1126Processing continues at the next rule.
1127It is possible to use the
1128.Cm tablearg
1129keyword with setfib.
1130If the tablearg value is not within the compiled range of fibs,
1131the packet's fib is set to 0.
1132.It Cm setdscp Ar DSCP | number | tablearg
1133Set specified DiffServ codepoint for an IPv4/IPv6 packet.
1134Processing continues at the next rule.
1135Supported values are:
1136.Pp
1137.Cm cs0
1138.Pq Dv 000000 ,
1139.Cm cs1
1140.Pq Dv 001000 ,
1141.Cm cs2
1142.Pq Dv 010000 ,
1143.Cm cs3
1144.Pq Dv 011000 ,
1145.Cm cs4
1146.Pq Dv 100000 ,
1147.Cm cs5
1148.Pq Dv 101000 ,
1149.Cm cs6
1150.Pq Dv 110000 ,
1151.Cm cs7
1152.Pq Dv 111000 ,
1153.Cm af11
1154.Pq Dv 001010 ,
1155.Cm af12
1156.Pq Dv 001100 ,
1157.Cm af13
1158.Pq Dv 001110 ,
1159.Cm af21
1160.Pq Dv 010010 ,
1161.Cm af22
1162.Pq Dv 010100 ,
1163.Cm af23
1164.Pq Dv 010110 ,
1165.Cm af31
1166.Pq Dv 011010 ,
1167.Cm af32
1168.Pq Dv 011100 ,
1169.Cm af33
1170.Pq Dv 011110 ,
1171.Cm af41
1172.Pq Dv 100010 ,
1173.Cm af42
1174.Pq Dv 100100 ,
1175.Cm af43
1176.Pq Dv 100110 ,
1177.Cm ef
1178.Pq Dv 101110 ,
1179.Cm be
1180.Pq Dv 000000 .
1181Additionally, DSCP value can be specified by number (0..63).
1182It is also possible to use the
1183.Cm tablearg
1184keyword with setdscp.
1185If the tablearg value is not within the 0..63 range, lower 6 bits of supplied
1186value are used.
1187.It Cm tcp-setmss Ar mss
1188Set the Maximum Segment Size (MSS) in the TCP segment to value
1189.Ar mss .
1190The kernel module
1191.Cm ipfw_pmod
1192should be loaded or kernel should have
1193.Cm options IPFIREWALL_PMOD
1194to be able use this action.
1195This command does not change a packet if original MSS value is lower than
1196specified value.
1197Both TCP over IPv4 and over IPv6 are supported.
1198Regardless of matched a packet or not by the
1199.Cm tcp-setmss
1200rule, the search continues with the next rule.
1201.It Cm reass
1202Queue and reassemble IPv4 fragments.
1203If the packet is not fragmented, counters are updated and
1204processing continues with the next rule.
1205If the packet is the last logical fragment, the packet is reassembled and, if
1206.Va net.inet.ip.fw.one_pass
1207is set to 0, processing continues with the next rule.
1208Otherwise, the packet is allowed to pass and the search terminates.
1209If the packet is a fragment in the middle of a logical group of fragments,
1210it is consumed and
1211processing stops immediately.
1212.Pp
1213Fragment handling can be tuned via
1214.Va net.inet.ip.maxfragpackets
1215and
1216.Va net.inet.ip.maxfragsperpacket
1217which limit, respectively, the maximum number of processable
1218fragments (default: 800) and
1219the maximum number of fragments per packet (default: 16).
1220.Pp
1221NOTA BENE: since fragments do not contain port numbers,
1222they should be avoided with the
1223.Nm reass
1224rule.
1225Alternatively, direction-based (like
1226.Nm in
1227/
1228.Nm out
1229) and source-based (like
1230.Nm via
1231) match patterns can be used to select fragments.
1232.Pp
1233Usually a simple rule like:
1234.Bd -literal -offset indent
1235# reassemble incoming fragments
1236ipfw add reass all from any to any in
1237.Ed
1238.Pp
1239is all you need at the beginning of your ruleset.
1240.It Cm abort
1241Discard packets that match this rule, and if the packet is an SCTP packet,
1242try to send an SCTP packet containing an ABORT chunk.
1243The search terminates.
1244.It Cm abort6
1245Discard packets that match this rule, and if the packet is an SCTP packet,
1246try to send an SCTP packet containing an ABORT chunk.
1247The search terminates.
1248.El
1249.Ss RULE BODY
1250The body of a rule contains zero or more patterns (such as
1251specific source and destination addresses or ports,
1252protocol options, incoming or outgoing interfaces, etc.)
1253that the packet must match in order to be recognised.
1254In general, the patterns are connected by (implicit)
1255.Cm and
1256operators -- i.e., all must match in order for the
1257rule to match.
1258Individual patterns can be prefixed by the
1259.Cm not
1260operator to reverse the result of the match, as in
1261.Pp
1262.Dl "ipfw add 100 allow ip from not 1.2.3.4 to any"
1263.Pp
1264Additionally, sets of alternative match patterns
1265.Pq Em or-blocks
1266can be constructed by putting the patterns in
1267lists enclosed between parentheses ( ) or braces { }, and
1268using the
1269.Cm or
1270operator as follows:
1271.Pp
1272.Dl "ipfw add 100 allow ip from { x or not y or z } to any"
1273.Pp
1274Only one level of parentheses is allowed.
1275Beware that most shells have special meanings for parentheses
1276or braces, so it is advisable to put a backslash \\ in front of them
1277to prevent such interpretations.
1278.Pp
1279The body of a rule must in general include a source and destination
1280address specifier.
1281The keyword
1282.Ar any
1283can be used in various places to specify that the content of
1284a required field is irrelevant.
1285.Pp
1286The rule body has the following format:
1287.Bd -ragged -offset indent
1288.Op Ar proto Cm from Ar src Cm to Ar dst
1289.Op Ar options
1290.Ed
1291.Pp
1292The first part (proto from src to dst) is for backward
1293compatibility with earlier versions of
1294.Fx .
1295In modern
1296.Fx
1297any match pattern (including MAC headers, IP protocols,
1298addresses and ports) can be specified in the
1299.Ar options
1300section.
1301.Pp
1302Rule fields have the following meaning:
1303.Bl -tag -width indent
1304.It Ar proto : protocol | Cm { Ar protocol Cm or ... }
1305.It Ar protocol : Oo Cm not Oc Ar protocol-name | protocol-number
1306An IP protocol specified by number or name
1307(for a complete list see
1308.Pa /etc/protocols ) ,
1309or one of the following keywords:
1310.Bl -tag -width indent
1311.It Cm ip4 | ipv4
1312Matches IPv4 packets.
1313.It Cm ip6 | ipv6
1314Matches IPv6 packets.
1315.It Cm ip | all
1316Matches any packet.
1317.El
1318.Pp
1319The
1320.Cm ipv6
1321in
1322.Cm proto
1323option will be treated as inner protocol.
1324And, the
1325.Cm ipv4
1326is not available in
1327.Cm proto
1328option.
1329.Pp
1330The
1331.Cm { Ar protocol Cm or ... }
1332format (an
1333.Em or-block )
1334is provided for convenience only but its use is deprecated.
1335.It Ar src No and Ar dst : Bro Cm addr | Cm { Ar addr Cm or ... } Brc Op Oo Cm not Oc Ar ports
1336An address (or a list, see below)
1337optionally followed by
1338.Ar ports
1339specifiers.
1340.Pp
1341The second format
1342.Em ( or-block
1343with multiple addresses) is provided for convenience only and
1344its use is discouraged.
1345.It Ar addr : Oo Cm not Oc Bro
1346.Cm any | me | me6 |
1347.Cm table Ns Pq Ar name Ns Op , Ns Ar value
1348.Ar | addr-list | addr-set
1349.Brc
1350.Bl -tag -width indent
1351.It Cm any
1352Matches any IP address.
1353.It Cm me
1354Matches any IP address configured on an interface in the system.
1355.It Cm me6
1356Matches any IPv6 address configured on an interface in the system.
1357The address list is evaluated at the time the packet is
1358analysed.
1359.It Cm table Ns Pq Ar name Ns Op , Ns Ar value
1360Matches any IPv4 or IPv6 address for which an entry exists in the lookup table
1361.Ar number .
1362If an optional 32-bit unsigned
1363.Ar value
1364is also specified, an entry will match only if it has this value.
1365See the
1366.Sx LOOKUP TABLES
1367section below for more information on lookup tables.
1368.El
1369.It Ar addr-list : ip-addr Ns Op Ns , Ns Ar addr-list
1370.It Ar ip-addr :
1371A host or subnet address specified in one of the following ways:
1372.Bl -tag -width indent
1373.It Ar numeric-ip | hostname
1374Matches a single IPv4 address, specified as dotted-quad or a hostname.
1375Hostnames are resolved at the time the rule is added to the firewall list.
1376.It Ar addr Ns / Ns Ar masklen
1377Matches all addresses with base
1378.Ar addr
1379(specified as an IP address, a network number, or a hostname)
1380and mask width of
1381.Cm masklen
1382bits.
1383As an example, 1.2.3.4/25 or 1.2.3.0/25 will match
1384all IP numbers from 1.2.3.0 to 1.2.3.127 .
1385.It Ar addr Ns : Ns Ar mask
1386Matches all addresses with base
1387.Ar addr
1388(specified as an IP address, a network number, or a hostname)
1389and the mask of
1390.Ar mask ,
1391specified as a dotted quad.
1392As an example, 1.2.3.4:255.0.255.0 or 1.0.3.0:255.0.255.0 will match
13931.*.3.*.
1394This form is advised only for non-contiguous
1395masks.
1396It is better to resort to the
1397.Ar addr Ns / Ns Ar masklen
1398format for contiguous masks, which is more compact and less
1399error-prone.
1400.El
1401.It Ar addr-set : addr Ns Oo Ns / Ns Ar masklen Oc Ns Cm { Ns Ar list Ns Cm }
1402.It Ar list : Bro Ar num | num-num Brc Ns Op Ns , Ns Ar list
1403Matches all addresses with base address
1404.Ar addr
1405(specified as an IP address, a network number, or a hostname)
1406and whose last byte is in the list between braces { } .
1407Note that there must be no spaces between braces and
1408numbers (spaces after commas are allowed).
1409Elements of the list can be specified as single entries
1410or ranges.
1411The
1412.Ar masklen
1413field is used to limit the size of the set of addresses,
1414and can have any value between 24 and 32.
1415If not specified,
1416it will be assumed as 24.
1417.br
1418This format is particularly useful to handle sparse address sets
1419within a single rule.
1420Because the matching occurs using a
1421bitmask, it takes constant time and dramatically reduces
1422the complexity of rulesets.
1423.br
1424As an example, an address specified as 1.2.3.4/24{128,35-55,89}
1425or 1.2.3.0/24{128,35-55,89}
1426will match the following IP addresses:
1427.br
14281.2.3.128, 1.2.3.35 to 1.2.3.55, 1.2.3.89 .
1429.It Ar addr6-list : ip6-addr Ns Op Ns , Ns Ar addr6-list
1430.It Ar ip6-addr :
1431A host or subnet specified one of the following ways:
1432.Bl -tag -width indent
1433.It Ar numeric-ip | hostname
1434Matches a single IPv6 address as allowed by
1435.Xr inet_pton 3
1436or a hostname.
1437Hostnames are resolved at the time the rule is added to the firewall
1438list.
1439.It Ar addr Ns / Ns Ar masklen
1440Matches all IPv6 addresses with base
1441.Ar addr
1442(specified as allowed by
1443.Xr inet_pton
1444or a hostname)
1445and mask width of
1446.Cm masklen
1447bits.
1448.It Ar addr Ns / Ns Ar mask
1449Matches all IPv6 addresses with base
1450.Ar addr
1451(specified as allowed by
1452.Xr inet_pton
1453or a hostname)
1454and the mask of
1455.Ar mask ,
1456specified as allowed by
1457.Xr inet_pton.
1458As an example, fe::640:0:0/ffff::ffff:ffff:0:0 will match
1459fe:*:*:*:0:640:*:*.
1460This form is advised only for non-contiguous
1461masks.
1462It is better to resort to the
1463.Ar addr Ns / Ns Ar masklen
1464format for contiguous masks, which is more compact and less
1465error-prone.
1466.El
1467.Pp
1468No support for sets of IPv6 addresses is provided because IPv6 addresses
1469are typically random past the initial prefix.
1470.It Ar ports : Bro Ar port | port Ns \&- Ns Ar port Ns Brc Ns Op , Ns Ar ports
1471For protocols which support port numbers (such as SCTP, TCP and UDP), optional
1472.Cm ports
1473may be specified as one or more ports or port ranges, separated
1474by commas but no spaces, and an optional
1475.Cm not
1476operator.
1477The
1478.Ql \&-
1479notation specifies a range of ports (including boundaries).
1480.Pp
1481Service names (from
1482.Pa /etc/services )
1483may be used instead of numeric port values.
1484The length of the port list is limited to 30 ports or ranges,
1485though one can specify larger ranges by using an
1486.Em or-block
1487in the
1488.Cm options
1489section of the rule.
1490.Pp
1491A backslash
1492.Pq Ql \e
1493can be used to escape the dash
1494.Pq Ql -
1495character in a service name (from a shell, the backslash must be
1496typed twice to avoid the shell itself interpreting it as an escape
1497character).
1498.Pp
1499.Dl "ipfw add count tcp from any ftp\e\e-data-ftp to any"
1500.Pp
1501Fragmented packets which have a non-zero offset (i.e., not the first
1502fragment) will never match a rule which has one or more port
1503specifications.
1504See the
1505.Cm frag
1506option for details on matching fragmented packets.
1507.El
1508.Ss RULE OPTIONS (MATCH PATTERNS)
1509Additional match patterns can be used within
1510rules.
1511Zero or more of these so-called
1512.Em options
1513can be present in a rule, optionally prefixed by the
1514.Cm not
1515operand, and possibly grouped into
1516.Em or-blocks .
1517.Pp
1518The following match patterns can be used (listed in alphabetical order):
1519.Bl -tag -width indent
1520.It Cm // this is a comment.
1521Inserts the specified text as a comment in the rule.
1522Everything following // is considered as a comment and stored in the rule.
1523You can have comment-only rules, which are listed as having a
1524.Cm count
1525action followed by the comment.
1526.It Cm bridged
1527Alias for
1528.Cm layer2 .
1529.It Cm defer-immediate-action | defer-action
1530A rule with this option will not perform normal action
1531upon a match. This option is intended to be used with
1532.Cm record-state
1533or
1534.Cm keep-state
1535as the dynamic rule, created but ignored on match, will work
1536as intended.
1537Rules with both
1538.Cm record-state
1539and
1540.Cm defer-immediate-action
1541create a dynamic rule and continue with the next rule without actually
1542performing the action part of this rule. When the rule is later activated
1543via the state table, the action is performed as usual.
1544.It Cm diverted
1545Matches only packets generated by a divert socket.
1546.It Cm diverted-loopback
1547Matches only packets coming from a divert socket back into the IP stack
1548input for delivery.
1549.It Cm diverted-output
1550Matches only packets going from a divert socket back outward to the IP
1551stack output for delivery.
1552.It Cm dst-ip Ar ip-address
1553Matches IPv4 packets whose destination IP is one of the address(es)
1554specified as argument.
1555.It Bro Cm dst-ip6 | dst-ipv6 Brc Ar ip6-address
1556Matches IPv6 packets whose destination IP is one of the address(es)
1557specified as argument.
1558.It Cm dst-port Ar ports
1559Matches IP packets whose destination port is one of the port(s)
1560specified as argument.
1561.It Cm established
1562Matches TCP packets that have the RST or ACK bits set.
1563.It Cm ext6hdr Ar header
1564Matches IPv6 packets containing the extended header given by
1565.Ar header .
1566Supported headers are:
1567.Pp
1568Fragment,
1569.Pq Cm frag ,
1570Hop-to-hop options
1571.Pq Cm hopopt ,
1572any type of Routing Header
1573.Pq Cm route ,
1574Source routing Routing Header Type 0
1575.Pq Cm rthdr0 ,
1576Mobile IPv6 Routing Header Type 2
1577.Pq Cm rthdr2 ,
1578Destination options
1579.Pq Cm dstopt ,
1580IPSec authentication headers
1581.Pq Cm ah ,
1582and IPsec encapsulated security payload headers
1583.Pq Cm esp .
1584.It Cm fib Ar fibnum
1585Matches a packet that has been tagged to use
1586the given FIB (routing table) number.
1587.It Cm flow Ar table Ns Pq Ar name Ns Op , Ns Ar value
1588Search for the flow entry in lookup table
1589.Ar name .
1590If not found, the match fails.
1591Otherwise, the match succeeds and
1592.Cm tablearg
1593is set to the value extracted from the table.
1594.Pp
1595This option can be useful to quickly dispatch traffic based on
1596certain packet fields.
1597See the
1598.Sx LOOKUP TABLES
1599section below for more information on lookup tables.
1600.It Cm flow-id Ar labels
1601Matches IPv6 packets containing any of the flow labels given in
1602.Ar labels .
1603.Ar labels
1604is a comma separated list of numeric flow labels.
1605.It Cm frag Ar spec
1606Matches IPv4 packets whose
1607.Cm ip_off
1608field contains the comma separated list of IPv4 fragmentation
1609options specified in
1610.Ar spec .
1611The recognized options are:
1612.Cm df
1613.Pq Dv don't fragment ,
1614.Cm mf
1615.Pq Dv more fragments ,
1616.Cm rf
1617.Pq Dv reserved fragment bit
1618.Cm offset
1619.Pq Dv non-zero fragment offset .
1620The absence of a particular options may be denoted
1621with a
1622.Ql \&! .
1623.Pp
1624Empty list of options defaults to matching on non-zero fragment offset.
1625Such rule would match all not the first fragment datagrams,
1626both IPv4 and IPv6.
1627This is a backward compatibility with older rulesets.
1628.It Cm gid Ar group
1629Matches all TCP or UDP packets sent by or received for a
1630.Ar group .
1631A
1632.Ar group
1633may be specified by name or number.
1634.It Cm jail Ar jail
1635Matches all TCP or UDP packets sent by or received for the
1636jail whose ID or name is
1637.Ar jail .
1638.It Cm icmptypes Ar types
1639Matches ICMP packets whose ICMP type is in the list
1640.Ar types .
1641The list may be specified as any combination of
1642individual types (numeric) separated by commas.
1643.Em Ranges are not allowed .
1644The supported ICMP types are:
1645.Pp
1646echo reply
1647.Pq Cm 0 ,
1648destination unreachable
1649.Pq Cm 3 ,
1650source quench
1651.Pq Cm 4 ,
1652redirect
1653.Pq Cm 5 ,
1654echo request
1655.Pq Cm 8 ,
1656router advertisement
1657.Pq Cm 9 ,
1658router solicitation
1659.Pq Cm 10 ,
1660time-to-live exceeded
1661.Pq Cm 11 ,
1662IP header bad
1663.Pq Cm 12 ,
1664timestamp request
1665.Pq Cm 13 ,
1666timestamp reply
1667.Pq Cm 14 ,
1668information request
1669.Pq Cm 15 ,
1670information reply
1671.Pq Cm 16 ,
1672address mask request
1673.Pq Cm 17
1674and address mask reply
1675.Pq Cm 18 .
1676.It Cm icmp6types Ar types
1677Matches ICMP6 packets whose ICMP6 type is in the list of
1678.Ar types .
1679The list may be specified as any combination of
1680individual types (numeric) separated by commas.
1681.Em Ranges are not allowed .
1682.It Cm in | out
1683Matches incoming or outgoing packets, respectively.
1684.Cm in
1685and
1686.Cm out
1687are mutually exclusive (in fact,
1688.Cm out
1689is implemented as
1690.Cm not in Ns No ).
1691.It Cm ipid Ar id-list
1692Matches IPv4 packets whose
1693.Cm ip_id
1694field has value included in
1695.Ar id-list ,
1696which is either a single value or a list of values or ranges
1697specified in the same way as
1698.Ar ports .
1699.It Cm iplen Ar len-list
1700Matches IP packets whose total length, including header and data, is
1701in the set
1702.Ar len-list ,
1703which is either a single value or a list of values or ranges
1704specified in the same way as
1705.Ar ports .
1706.It Cm ipoptions Ar spec
1707Matches packets whose IPv4 header contains the comma separated list of
1708options specified in
1709.Ar spec .
1710The supported IP options are:
1711.Pp
1712.Cm ssrr
1713(strict source route),
1714.Cm lsrr
1715(loose source route),
1716.Cm rr
1717(record packet route) and
1718.Cm ts
1719(timestamp).
1720The absence of a particular option may be denoted
1721with a
1722.Ql \&! .
1723.It Cm ipprecedence Ar precedence
1724Matches IPv4 packets whose precedence field is equal to
1725.Ar precedence .
1726.It Cm ipsec
1727Matches packets that have IPSEC history associated with them
1728(i.e., the packet comes encapsulated in IPSEC, the kernel
1729has IPSEC support, and can correctly decapsulate it).
1730.Pp
1731Note that specifying
1732.Cm ipsec
1733is different from specifying
1734.Cm proto Ar ipsec
1735as the latter will only look at the specific IP protocol field,
1736irrespective of IPSEC kernel support and the validity of the IPSEC data.
1737.Pp
1738Further note that this flag is silently ignored in kernels without
1739IPSEC support.
1740It does not affect rule processing when given and the
1741rules are handled as if with no
1742.Cm ipsec
1743flag.
1744.It Cm iptos Ar spec
1745Matches IPv4 packets whose
1746.Cm tos
1747field contains the comma separated list of
1748service types specified in
1749.Ar spec .
1750The supported IP types of service are:
1751.Pp
1752.Cm lowdelay
1753.Pq Dv IPTOS_LOWDELAY ,
1754.Cm throughput
1755.Pq Dv IPTOS_THROUGHPUT ,
1756.Cm reliability
1757.Pq Dv IPTOS_RELIABILITY ,
1758.Cm mincost
1759.Pq Dv IPTOS_MINCOST ,
1760.Cm congestion
1761.Pq Dv IPTOS_ECN_CE .
1762The absence of a particular type may be denoted
1763with a
1764.Ql \&! .
1765.It Cm dscp spec Ns Op , Ns Ar spec
1766Matches IPv4/IPv6 packets whose
1767.Cm DS
1768field value is contained in
1769.Ar spec
1770mask.
1771Multiple values can be specified via
1772the comma separated list.
1773Value can be one of keywords used in
1774.Cm setdscp
1775action or exact number.
1776.It Cm ipttl Ar ttl-list
1777Matches IPv4 packets whose time to live is included in
1778.Ar ttl-list ,
1779which is either a single value or a list of values or ranges
1780specified in the same way as
1781.Ar ports .
1782.It Cm ipversion Ar ver
1783Matches IP packets whose IP version field is
1784.Ar ver .
1785.It Cm keep-state Op Ar :flowname
1786Upon a match, the firewall will create a dynamic rule, whose
1787default behaviour is to match bidirectional traffic between
1788source and destination IP/port using the same protocol.
1789The rule has a limited lifetime (controlled by a set of
1790.Xr sysctl 8
1791variables), and the lifetime is refreshed every time a matching
1792packet is found.
1793The
1794.Ar :flowname
1795is used to assign additional to addresses, ports and protocol parameter
1796to dynamic rule. It can be used for more accurate matching by
1797.Cm check-state
1798rule.
1799The
1800.Cm :default
1801keyword is special name used for compatibility with old rulesets.
1802.It Cm layer2
1803Matches only layer2 packets, i.e., those passed to
1804.Nm
1805from ether_demux() and ether_output_frame().
1806.It Cm limit Bro Cm src-addr | src-port | dst-addr | dst-port Brc Ar N Op Ar :flowname
1807The firewall will only allow
1808.Ar N
1809connections with the same
1810set of parameters as specified in the rule.
1811One or more
1812of source and destination addresses and ports can be
1813specified.
1814.It Cm lookup Bro Cm dst-ip | dst-port | src-ip | src-port | uid | jail Brc Ar name
1815Search an entry in lookup table
1816.Ar name
1817that matches the field specified as argument.
1818If not found, the match fails.
1819Otherwise, the match succeeds and
1820.Cm tablearg
1821is set to the value extracted from the table.
1822.Pp
1823This option can be useful to quickly dispatch traffic based on
1824certain packet fields.
1825See the
1826.Sx LOOKUP TABLES
1827section below for more information on lookup tables.
1828.It Cm { MAC | mac } Ar dst-mac src-mac
1829Match packets with a given
1830.Ar dst-mac
1831and
1832.Ar src-mac
1833addresses, specified as the
1834.Cm any
1835keyword (matching any MAC address), or six groups of hex digits
1836separated by colons,
1837and optionally followed by a mask indicating the significant bits.
1838The mask may be specified using either of the following methods:
1839.Bl -enum -width indent
1840.It
1841A slash
1842.Pq /
1843followed by the number of significant bits.
1844For example, an address with 33 significant bits could be specified as:
1845.Pp
1846.Dl "MAC 10:20:30:40:50:60/33 any"
1847.It
1848An ampersand
1849.Pq &
1850followed by a bitmask specified as six groups of hex digits separated
1851by colons.
1852For example, an address in which the last 16 bits are significant could
1853be specified as:
1854.Pp
1855.Dl "MAC 10:20:30:40:50:60&00:00:00:00:ff:ff any"
1856.Pp
1857Note that the ampersand character has a special meaning in many shells
1858and should generally be escaped.
1859.El
1860Note that the order of MAC addresses (destination first,
1861source second) is
1862the same as on the wire, but the opposite of the one used for
1863IP addresses.
1864.It Cm mac-type Ar mac-type
1865Matches packets whose Ethernet Type field
1866corresponds to one of those specified as argument.
1867.Ar mac-type
1868is specified in the same way as
1869.Cm port numbers
1870(i.e., one or more comma-separated single values or ranges).
1871You can use symbolic names for known values such as
1872.Em vlan , ipv4, ipv6 .
1873Values can be entered as decimal or hexadecimal (if prefixed by 0x),
1874and they are always printed as hexadecimal (unless the
1875.Cm -N
1876option is used, in which case symbolic resolution will be attempted).
1877.It Cm proto Ar protocol
1878Matches packets with the corresponding IP protocol.
1879.It Cm record-state
1880Upon a match, the firewall will create a dynamic rule as if
1881.Cm keep-state
1882was specified.
1883However, this option doesn't imply an implicit
1884.Cm check-state
1885in contrast to
1886.Cm keep-state .
1887.It Cm recv | xmit | via Brq Ar ifX | Ar if Ns Cm * | Ar table Ns Po Ar name Ns Oo , Ns Ar value Oc Pc | Ar ipno | Ar any
1888Matches packets received, transmitted or going through,
1889respectively, the interface specified by exact name
1890.Po Ar ifX Pc ,
1891by device name
1892.Po Ar if* Pc ,
1893by IP address, or through some interface.
1894Table
1895.Ar name
1896may be used to match interface by its kernel ifindex.
1897See the
1898.Sx LOOKUP TABLES
1899section below for more information on lookup tables.
1900.Pp
1901The
1902.Cm via
1903keyword causes the interface to always be checked.
1904If
1905.Cm recv
1906or
1907.Cm xmit
1908is used instead of
1909.Cm via ,
1910then only the receive or transmit interface (respectively)
1911is checked.
1912By specifying both, it is possible to match packets based on
1913both receive and transmit interface, e.g.:
1914.Pp
1915.Dl "ipfw add deny ip from any to any out recv ed0 xmit ed1"
1916.Pp
1917The
1918.Cm recv
1919interface can be tested on either incoming or outgoing packets,
1920while the
1921.Cm xmit
1922interface can only be tested on outgoing packets.
1923So
1924.Cm out
1925is required (and
1926.Cm in
1927is invalid) whenever
1928.Cm xmit
1929is used.
1930.Pp
1931A packet might not have a receive or transmit interface: packets
1932originating from the local host have no receive interface,
1933while packets destined for the local host have no transmit
1934interface.
1935.It Cm set-limit Bro Cm src-addr | src-port | dst-addr | dst-port Brc Ar N
1936Works like
1937.Cm limit
1938but does not have an implicit
1939.Cm check-state
1940attached to it.
1941.It Cm setup
1942Matches TCP packets that have the SYN bit set but no ACK bit.
1943This is the short form of
1944.Dq Li tcpflags\ syn,!ack .
1945.It Cm sockarg
1946Matches packets that are associated to a local socket and
1947for which the SO_USER_COOKIE socket option has been set
1948to a non-zero value.
1949As a side effect, the value of the
1950option is made available as
1951.Cm tablearg
1952value, which in turn can be used as
1953.Cm skipto
1954or
1955.Cm pipe
1956number.
1957.It Cm src-ip Ar ip-address
1958Matches IPv4 packets whose source IP is one of the address(es)
1959specified as an argument.
1960.It Cm src-ip6 Ar ip6-address
1961Matches IPv6 packets whose source IP is one of the address(es)
1962specified as an argument.
1963.It Cm src-port Ar ports
1964Matches IP packets whose source port is one of the port(s)
1965specified as argument.
1966.It Cm tagged Ar tag-list
1967Matches packets whose tags are included in
1968.Ar tag-list ,
1969which is either a single value or a list of values or ranges
1970specified in the same way as
1971.Ar ports .
1972Tags can be applied to the packet using
1973.Cm tag
1974rule action parameter (see it's description for details on tags).
1975.It Cm tcpack Ar ack
1976TCP packets only.
1977Match if the TCP header acknowledgment number field is set to
1978.Ar ack .
1979.It Cm tcpdatalen Ar tcpdatalen-list
1980Matches TCP packets whose length of TCP data is
1981.Ar tcpdatalen-list ,
1982which is either a single value or a list of values or ranges
1983specified in the same way as
1984.Ar ports .
1985.It Cm tcpflags Ar spec
1986TCP packets only.
1987Match if the TCP header contains the comma separated list of
1988flags specified in
1989.Ar spec .
1990The supported TCP flags are:
1991.Pp
1992.Cm fin ,
1993.Cm syn ,
1994.Cm rst ,
1995.Cm psh ,
1996.Cm ack
1997and
1998.Cm urg .
1999The absence of a particular flag may be denoted
2000with a
2001.Ql \&! .
2002A rule which contains a
2003.Cm tcpflags
2004specification can never match a fragmented packet which has
2005a non-zero offset.
2006See the
2007.Cm frag
2008option for details on matching fragmented packets.
2009.It Cm tcpmss Ar tcpmss-list
2010Matches TCP packets whose MSS (maximum segment size) value is set to
2011.Ar tcpmss-list ,
2012which is either a single value or a list of values or ranges
2013specified in the same way as
2014.Ar ports .
2015.It Cm tcpseq Ar seq
2016TCP packets only.
2017Match if the TCP header sequence number field is set to
2018.Ar seq .
2019.It Cm tcpwin Ar tcpwin-list
2020Matches TCP packets whose  header window field is set to
2021.Ar tcpwin-list ,
2022which is either a single value or a list of values or ranges
2023specified in the same way as
2024.Ar ports .
2025.It Cm tcpoptions Ar spec
2026TCP packets only.
2027Match if the TCP header contains the comma separated list of
2028options specified in
2029.Ar spec .
2030The supported TCP options are:
2031.Pp
2032.Cm mss
2033(maximum segment size),
2034.Cm window
2035(tcp window advertisement),
2036.Cm sack
2037(selective ack),
2038.Cm ts
2039(rfc1323 timestamp) and
2040.Cm cc
2041(rfc1644 t/tcp connection count).
2042The absence of a particular option may be denoted
2043with a
2044.Ql \&! .
2045.It Cm uid Ar user
2046Match all TCP or UDP packets sent by or received for a
2047.Ar user .
2048A
2049.Ar user
2050may be matched by name or identification number.
2051.It Cm verrevpath
2052For incoming packets,
2053a routing table lookup is done on the packet's source address.
2054If the interface on which the packet entered the system matches the
2055outgoing interface for the route,
2056the packet matches.
2057If the interfaces do not match up,
2058the packet does not match.
2059All outgoing packets or packets with no incoming interface match.
2060.Pp
2061The name and functionality of the option is intentionally similar to
2062the Cisco IOS command:
2063.Pp
2064.Dl ip verify unicast reverse-path
2065.Pp
2066This option can be used to make anti-spoofing rules to reject all
2067packets with source addresses not from this interface.
2068See also the option
2069.Cm antispoof .
2070.It Cm versrcreach
2071For incoming packets,
2072a routing table lookup is done on the packet's source address.
2073If a route to the source address exists, but not the default route
2074or a blackhole/reject route, the packet matches.
2075Otherwise, the packet does not match.
2076All outgoing packets match.
2077.Pp
2078The name and functionality of the option is intentionally similar to
2079the Cisco IOS command:
2080.Pp
2081.Dl ip verify unicast source reachable-via any
2082.Pp
2083This option can be used to make anti-spoofing rules to reject all
2084packets whose source address is unreachable.
2085.It Cm antispoof
2086For incoming packets, the packet's source address is checked if it
2087belongs to a directly connected network.
2088If the network is directly connected, then the interface the packet
2089came on in is compared to the interface the network is connected to.
2090When incoming interface and directly connected interface are not the
2091same, the packet does not match.
2092Otherwise, the packet does match.
2093All outgoing packets match.
2094.Pp
2095This option can be used to make anti-spoofing rules to reject all
2096packets that pretend to be from a directly connected network but do
2097not come in through that interface.
2098This option is similar to but more restricted than
2099.Cm verrevpath
2100because it engages only on packets with source addresses of directly
2101connected networks instead of all source addresses.
2102.El
2103.Sh LOOKUP TABLES
2104Lookup tables are useful to handle large sparse sets of
2105addresses or other search keys (e.g., ports, jail IDs, interface names).
2106In the rest of this section we will use the term ``key''.
2107Table name needs to match the following spec:
2108.Ar table-name .
2109Tables with the same name can be created in different
2110.Ar sets .
2111However, rule links to the tables in
2112.Ar set 0
2113by default.
2114This behavior can be controlled by
2115.Va net.inet.ip.fw.tables_sets
2116variable.
2117See the
2118.Sx SETS OF RULES
2119section for more information.
2120There may be up to 65535 different lookup tables.
2121.Pp
2122The following table types are supported:
2123.Bl -tag -width indent
2124.It Ar table-type : Ar addr | iface | number | flow
2125.It Ar table-key : Ar addr Ns Oo / Ns Ar masklen Oc | iface-name | number | flow-spec
2126.It Ar flow-spec : Ar flow-field Ns Op , Ns Ar flow-spec
2127.It Ar flow-field : src-ip | proto | src-port | dst-ip | dst-port
2128.It Cm addr
2129Matches IPv4 or IPv6 address.
2130Each entry is represented by an
2131.Ar addr Ns Op / Ns Ar masklen
2132and will match all addresses with base
2133.Ar addr
2134(specified as an IPv4/IPv6 address, or a hostname) and mask width of
2135.Ar masklen
2136bits.
2137If
2138.Ar masklen
2139is not specified, it defaults to 32 for IPv4 and 128 for IPv6.
2140When looking up an IP address in a table, the most specific
2141entry will match.
2142.It Cm iface
2143Matches interface names.
2144Each entry is represented by string treated as interface name.
2145Wildcards are not supported.
2146.It Cm number
2147Matches protocol ports, uids/gids or jail IDs.
2148Each entry is represented by 32-bit unsigned integer.
2149Ranges are not supported.
2150.It Cm flow
2151Matches packet fields specified by
2152.Ar flow
2153type suboptions with table entries.
2154.El
2155.Pp
2156Tables require explicit creation via
2157.Cm create
2158before use.
2159.Pp
2160The following creation options are supported:
2161.Bl -tag -width indent
2162.It Ar create-options : Ar create-option | create-options
2163.It Ar create-option : Cm type Ar table-type | Cm valtype Ar value-mask | Cm algo Ar algo-desc |
2164.Cm limit Ar number | Cm locked | Cm missing | Cm or-flush
2165.It Cm type
2166Table key type.
2167.It Cm valtype
2168Table value mask.
2169.It Cm algo
2170Table algorithm to use (see below).
2171.It Cm limit
2172Maximum number of items that may be inserted into table.
2173.It Cm locked
2174Restrict any table modifications.
2175.It Cm missing
2176Do not fail if table already exists and has exactly same options as new one.
2177.It Cm or-flush
2178Flush existing table with same name instead of returning error.
2179Implies
2180.Cm missing
2181so existing table must be compatible with new one.
2182.El
2183.Pp
2184Some of these options may be modified later via
2185.Cm modify
2186keyword.
2187The following options can be changed:
2188.Bl -tag -width indent
2189.It Ar modify-options : Ar modify-option | modify-options
2190.It Ar modify-option : Cm limit Ar number
2191.It Cm limit
2192Alter maximum number of items that may be inserted into table.
2193.El
2194.Pp
2195Additionally, table can be locked or unlocked using
2196.Cm lock
2197or
2198.Cm unlock
2199commands.
2200.Pp
2201Tables of the same
2202.Ar type
2203can be swapped with each other using
2204.Cm swap Ar name
2205command.
2206Swap may fail if tables limits are set and data exchange
2207would result in limits hit.
2208Operation is performed atomically.
2209.Pp
2210One or more entries can be added to a table at once using
2211.Cm add
2212command.
2213Addition of all items are performed atomically.
2214By default, error in addition of one entry does not influence
2215addition of other entries. However, non-zero error code is returned
2216in that case.
2217Special
2218.Cm atomic
2219keyword may be specified before
2220.Cm add
2221to indicate all-or-none add request.
2222.Pp
2223One or more entries can be removed from a table at once using
2224.Cm delete
2225command.
2226By default, error in removal of one entry does not influence
2227removing of other entries. However, non-zero error code is returned
2228in that case.
2229.Pp
2230It may be possible to check what entry will be found on particular
2231.Ar table-key
2232using
2233.Cm lookup
2234.Ar table-key
2235command.
2236This functionality is optional and may be unsupported in some algorithms.
2237.Pp
2238The following operations can be performed on
2239.Ar one
2240or
2241.Cm all
2242tables:
2243.Bl -tag -width indent
2244.It Cm list
2245List all entries.
2246.It Cm flush
2247Removes all entries.
2248.It Cm info
2249Shows generic table information.
2250.It Cm detail
2251Shows generic table information and algo-specific data.
2252.El
2253.Pp
2254The following lookup algorithms are supported:
2255.Bl -tag -width indent
2256.It Ar algo-desc : algo-name | "algo-name algo-data"
2257.It Ar algo-name: Ar addr:radix | addr:hash | iface:array | number:array | flow:hash
2258.It Cm addr:radix
2259Separate Radix trees for IPv4 and IPv6, the same way as the routing table (see
2260.Xr route 4 ) .
2261Default choice for
2262.Ar addr
2263type.
2264.It Cm addr:hash
2265Separate auto-growing hashes for IPv4 and IPv6.
2266Accepts entries with the same mask length specified initially via
2267.Cm "addr:hash masks=/v4,/v6"
2268algorithm creation options.
2269Assume /32 and /128 masks by default.
2270Search removes host bits (according to mask) from supplied address and checks
2271resulting key in appropriate hash.
2272Mostly optimized for /64 and byte-ranged IPv6 masks.
2273.It Cm iface:array
2274Array storing sorted indexes for entries which are presented in the system.
2275Optimized for very fast lookup.
2276.It Cm number:array
2277Array storing sorted u32 numbers.
2278.It Cm flow:hash
2279Auto-growing hash storing flow entries.
2280Search calculates hash on required packet fields and searches for matching
2281entries in selected bucket.
2282.El
2283.Pp
2284The
2285.Cm tablearg
2286feature provides the ability to use a value, looked up in the table, as
2287the argument for a rule action, action parameter or rule option.
2288This can significantly reduce number of rules in some configurations.
2289If two tables are used in a rule, the result of the second (destination)
2290is used.
2291.Pp
2292Each record may hold one or more values according to
2293.Ar value-mask .
2294This mask is set on table creation via
2295.Cm valtype
2296option.
2297The following value types are supported:
2298.Bl -tag -width indent
2299.It Ar value-mask : Ar value-type Ns Op , Ns Ar value-mask
2300.It Ar value-type : Ar skipto | pipe | fib | nat | dscp | tag | divert |
2301.Ar netgraph | limit | ipv4
2302.It Cm skipto
2303rule number to jump to.
2304.It Cm pipe
2305Pipe number to use.
2306.It Cm fib
2307fib number to match/set.
2308.It Cm nat
2309nat number to jump to.
2310.It Cm dscp
2311dscp value to match/set.
2312.It Cm tag
2313tag number to match/set.
2314.It Cm divert
2315port number to divert traffic to.
2316.It Cm netgraph
2317hook number to move packet to.
2318.It Cm limit
2319maximum number of connections.
2320.It Cm ipv4
2321IPv4 nexthop to fwd packets to.
2322.It Cm ipv6
2323IPv6 nexthop to fwd packets to.
2324.El
2325.Pp
2326The
2327.Cm tablearg
2328argument can be used with the following actions:
2329.Cm nat, pipe , queue, divert, tee, netgraph, ngtee, fwd, skipto, setfib,
2330action parameters:
2331.Cm tag, untag,
2332rule options:
2333.Cm limit, tagged.
2334.Pp
2335When used with the
2336.Cm skipto
2337action, the user should be aware that the code will walk the ruleset
2338up to a rule equal to, or past, the given number.
2339.Pp
2340See the
2341.Sx EXAMPLES
2342Section for example usage of tables and the tablearg keyword.
2343.Sh SETS OF RULES
2344Each rule or table belongs to one of 32 different
2345.Em sets
2346, numbered 0 to 31.
2347Set 31 is reserved for the default rule.
2348.Pp
2349By default, rules or tables are put in set 0, unless you use the
2350.Cm set N
2351attribute when adding a new rule or table.
2352Sets can be individually and atomically enabled or disabled,
2353so this mechanism permits an easy way to store multiple configurations
2354of the firewall and quickly (and atomically) switch between them.
2355.Pp
2356By default, tables from set 0 are referenced when adding rule with
2357table opcodes regardless of rule set.
2358This behavior can be changed by setting
2359.Va net.inet.ip.fw.tables_sets
2360variable to 1.
2361Rule's set will then be used for table references.
2362.Pp
2363The command to enable/disable sets is
2364.Bd -ragged -offset indent
2365.Nm
2366.Cm set Oo Cm disable Ar number ... Oc Op Cm enable Ar number ...
2367.Ed
2368.Pp
2369where multiple
2370.Cm enable
2371or
2372.Cm disable
2373sections can be specified.
2374Command execution is atomic on all the sets specified in the command.
2375By default, all sets are enabled.
2376.Pp
2377When you disable a set, its rules behave as if they do not exist
2378in the firewall configuration, with only one exception:
2379.Bd -ragged -offset indent
2380dynamic rules created from a rule before it had been disabled
2381will still be active until they expire.
2382In order to delete
2383dynamic rules you have to explicitly delete the parent rule
2384which generated them.
2385.Ed
2386.Pp
2387The set number of rules can be changed with the command
2388.Bd -ragged -offset indent
2389.Nm
2390.Cm set move
2391.Brq Cm rule Ar rule-number | old-set
2392.Cm to Ar new-set
2393.Ed
2394.Pp
2395Also, you can atomically swap two rulesets with the command
2396.Bd -ragged -offset indent
2397.Nm
2398.Cm set swap Ar first-set second-set
2399.Ed
2400.Pp
2401See the
2402.Sx EXAMPLES
2403Section on some possible uses of sets of rules.
2404.Sh STATEFUL FIREWALL
2405Stateful operation is a way for the firewall to dynamically
2406create rules for specific flows when packets that
2407match a given pattern are detected.
2408Support for stateful
2409operation comes through the
2410.Cm check-state , keep-state , record-state , limit
2411and
2412.Cm set-limit
2413options of
2414.Nm rules .
2415.Pp
2416Dynamic rules are created when a packet matches a
2417.Cm keep-state ,
2418.Cm record-state ,
2419.Cm limit
2420or
2421.Cm set-limit
2422rule, causing the creation of a
2423.Em dynamic
2424rule which will match all and only packets with
2425a given
2426.Em protocol
2427between a
2428.Em src-ip/src-port dst-ip/dst-port
2429pair of addresses
2430.Em ( src
2431and
2432.Em dst
2433are used here only to denote the initial match addresses, but they
2434are completely equivalent afterwards).
2435Rules created by
2436.Cm keep-state
2437option also have a
2438.Ar :flowname
2439taken from it.
2440This name is used in matching together with addresses, ports and protocol.
2441Dynamic rules will be checked at the first
2442.Cm check-state, keep-state
2443or
2444.Cm limit
2445occurrence, and the action performed upon a match will be the same
2446as in the parent rule.
2447.Pp
2448Note that no additional attributes other than protocol and IP addresses
2449and ports and :flowname are checked on dynamic rules.
2450.Pp
2451The typical use of dynamic rules is to keep a closed firewall configuration,
2452but let the first TCP SYN packet from the inside network install a
2453dynamic rule for the flow so that packets belonging to that session
2454will be allowed through the firewall:
2455.Pp
2456.Dl "ipfw add check-state :OUTBOUND"
2457.Dl "ipfw add allow tcp from my-subnet to any setup keep-state :OUTBOUND"
2458.Dl "ipfw add deny tcp from any to any"
2459.Pp
2460A similar approach can be used for UDP, where an UDP packet coming
2461from the inside will install a dynamic rule to let the response through
2462the firewall:
2463.Pp
2464.Dl "ipfw add check-state :OUTBOUND"
2465.Dl "ipfw add allow udp from my-subnet to any keep-state :OUTBOUND"
2466.Dl "ipfw add deny udp from any to any"
2467.Pp
2468Dynamic rules expire after some time, which depends on the status
2469of the flow and the setting of some
2470.Cm sysctl
2471variables.
2472See Section
2473.Sx SYSCTL VARIABLES
2474for more details.
2475For TCP sessions, dynamic rules can be instructed to periodically
2476send keepalive packets to refresh the state of the rule when it is
2477about to expire.
2478.Pp
2479See Section
2480.Sx EXAMPLES
2481for more examples on how to use dynamic rules.
2482.Sh TRAFFIC SHAPER (DUMMYNET) CONFIGURATION
2483.Nm
2484is also the user interface for the
2485.Nm dummynet
2486traffic shaper, packet scheduler and network emulator, a subsystem that
2487can artificially queue, delay or drop packets
2488emulating the behaviour of certain network links
2489or queueing systems.
2490.Pp
2491.Nm dummynet
2492operates by first using the firewall to select packets
2493using any match pattern that can be used in
2494.Nm
2495rules.
2496Matching packets are then passed to either of two
2497different objects, which implement the traffic regulation:
2498.Bl -hang -offset XXXX
2499.It Em pipe
2500A
2501.Em pipe
2502emulates a
2503.Em link
2504with given bandwidth and propagation delay,
2505driven by a FIFO scheduler and a single queue with programmable
2506queue size and packet loss rate.
2507Packets are appended to the queue as they come out from
2508.Nm ipfw ,
2509and then transferred in FIFO order to the link at the desired rate.
2510.It Em queue
2511A
2512.Em queue
2513is an abstraction used to implement packet scheduling
2514using one of several packet scheduling algorithms.
2515Packets sent to a
2516.Em queue
2517are first grouped into flows according to a mask on the 5-tuple.
2518Flows are then passed to the scheduler associated to the
2519.Em queue ,
2520and each flow uses scheduling parameters (weight and others)
2521as configured in the
2522.Em queue
2523itself.
2524A scheduler in turn is connected to an emulated link,
2525and arbitrates the link's bandwidth among backlogged flows according to
2526weights and to the features of the scheduling algorithm in use.
2527.El
2528.Pp
2529In practice,
2530.Em pipes
2531can be used to set hard limits to the bandwidth that a flow can use, whereas
2532.Em queues
2533can be used to determine how different flows share the available bandwidth.
2534.Pp
2535A graphical representation of the binding of queues,
2536flows, schedulers and links is below.
2537.Bd -literal -offset indent
2538                 (flow_mask|sched_mask)  sched_mask
2539         +---------+   weight Wx  +-------------+
2540         |         |->-[flow]-->--|             |-+
2541    -->--| QUEUE x |   ...        |             | |
2542         |         |->-[flow]-->--| SCHEDuler N | |
2543         +---------+              |             | |
2544             ...                  |             +--[LINK N]-->--
2545         +---------+   weight Wy  |             | +--[LINK N]-->--
2546         |         |->-[flow]-->--|             | |
2547    -->--| QUEUE y |   ...        |             | |
2548         |         |->-[flow]-->--|             | |
2549         +---------+              +-------------+ |
2550                                    +-------------+
2551.Ed
2552It is important to understand the role of the SCHED_MASK
2553and FLOW_MASK, which are configured through the commands
2554.Dl "ipfw sched N config mask SCHED_MASK ..."
2555and
2556.Dl "ipfw queue X config mask FLOW_MASK ..." .
2557.Pp
2558The SCHED_MASK is used to assign flows to one or more
2559scheduler instances, one for each
2560value of the packet's 5-tuple after applying SCHED_MASK.
2561As an example, using ``src-ip 0xffffff00'' creates one instance
2562for each /24 destination subnet.
2563.Pp
2564The FLOW_MASK, together with the SCHED_MASK, is used to split
2565packets into flows.
2566As an example, using
2567``src-ip 0x000000ff''
2568together with the previous SCHED_MASK makes a flow for
2569each individual source address.
2570In turn, flows for each /24
2571subnet will be sent to the same scheduler instance.
2572.Pp
2573The above diagram holds even for the
2574.Em pipe
2575case, with the only restriction that a
2576.Em pipe
2577only supports a SCHED_MASK, and forces the use of a FIFO
2578scheduler (these are for backward compatibility reasons;
2579in fact, internally, a
2580.Nm dummynet's
2581pipe is implemented exactly as above).
2582.Pp
2583There are two modes of
2584.Nm dummynet
2585operation:
2586.Dq normal
2587and
2588.Dq fast .
2589The
2590.Dq normal
2591mode tries to emulate a real link: the
2592.Nm dummynet
2593scheduler ensures that the packet will not leave the pipe faster than it
2594would on the real link with a given bandwidth.
2595The
2596.Dq fast
2597mode allows certain packets to bypass the
2598.Nm dummynet
2599scheduler (if packet flow does not exceed pipe's bandwidth).
2600This is the reason why the
2601.Dq fast
2602mode requires less CPU cycles per packet (on average) and packet latency
2603can be significantly lower in comparison to a real link with the same
2604bandwidth.
2605The default mode is
2606.Dq normal .
2607The
2608.Dq fast
2609mode can be enabled by setting the
2610.Va net.inet.ip.dummynet.io_fast
2611.Xr sysctl 8
2612variable to a non-zero value.
2613.Pp
2614.Ss PIPE, QUEUE AND SCHEDULER CONFIGURATION
2615The
2616.Em pipe ,
2617.Em queue
2618and
2619.Em scheduler
2620configuration commands are the following:
2621.Bd -ragged -offset indent
2622.Cm pipe Ar number Cm config Ar pipe-configuration
2623.Pp
2624.Cm queue Ar number Cm config Ar queue-configuration
2625.Pp
2626.Cm sched Ar number Cm config Ar sched-configuration
2627.Ed
2628.Pp
2629The following parameters can be configured for a pipe:
2630.Pp
2631.Bl -tag -width indent -compact
2632.It Cm bw Ar bandwidth | device
2633Bandwidth, measured in
2634.Sm off
2635.Op Cm K | M | G
2636.Brq Cm bit/s | Byte/s .
2637.Sm on
2638.Pp
2639A value of 0 (default) means unlimited bandwidth.
2640The unit must immediately follow the number, as in
2641.Pp
2642.Dl "ipfw pipe 1 config bw 300Kbit/s"
2643.Pp
2644If a device name is specified instead of a numeric value, as in
2645.Pp
2646.Dl "ipfw pipe 1 config bw tun0"
2647.Pp
2648then the transmit clock is supplied by the specified device.
2649At the moment only the
2650.Xr tun 4
2651device supports this
2652functionality, for use in conjunction with
2653.Xr ppp 8 .
2654.Pp
2655.It Cm delay Ar ms-delay
2656Propagation delay, measured in milliseconds.
2657The value is rounded to the next multiple of the clock tick
2658(typically 10ms, but it is a good practice to run kernels
2659with
2660.Dq "options HZ=1000"
2661to reduce
2662the granularity to 1ms or less).
2663The default value is 0, meaning no delay.
2664.Pp
2665.It Cm burst Ar size
2666If the data to be sent exceeds the pipe's bandwidth limit
2667(and the pipe was previously idle), up to
2668.Ar size
2669bytes of data are allowed to bypass the
2670.Nm dummynet
2671scheduler, and will be sent as fast as the physical link allows.
2672Any additional data will be transmitted at the rate specified
2673by the
2674.Nm pipe
2675bandwidth.
2676The burst size depends on how long the pipe has been idle;
2677the effective burst size is calculated as follows:
2678MAX(
2679.Ar size
2680,
2681.Nm bw
2682* pipe_idle_time).
2683.Pp
2684.It Cm profile Ar filename
2685A file specifying the additional overhead incurred in the transmission
2686of a packet on the link.
2687.Pp
2688Some link types introduce extra delays in the transmission
2689of a packet, e.g., because of MAC level framing, contention on
2690the use of the channel, MAC level retransmissions and so on.
2691From our point of view, the channel is effectively unavailable
2692for this extra time, which is constant or variable depending
2693on the link type.
2694Additionally, packets may be dropped after this
2695time (e.g., on a wireless link after too many retransmissions).
2696We can model the additional delay with an empirical curve
2697that represents its distribution.
2698.Bd -literal -offset indent
2699      cumulative probability
2700      1.0 ^
2701          |
2702      L   +-- loss-level          x
2703          |                 ******
2704          |                *
2705          |           *****
2706          |          *
2707          |        **
2708          |       *
2709          +-------*------------------->
2710                      delay
2711.Ed
2712The empirical curve may have both vertical and horizontal lines.
2713Vertical lines represent constant delay for a range of
2714probabilities.
2715Horizontal lines correspond to a discontinuity in the delay
2716distribution: the pipe will use the largest delay for a
2717given probability.
2718.Pp
2719The file format is the following, with whitespace acting as
2720a separator and '#' indicating the beginning a comment:
2721.Bl -tag -width indent
2722.It Cm name Ar identifier
2723optional name (listed by "ipfw pipe show")
2724to identify the delay distribution;
2725.It Cm bw Ar value
2726the bandwidth used for the pipe.
2727If not specified here, it must be present
2728explicitly as a configuration parameter for the pipe;
2729.It Cm loss-level Ar L
2730the probability above which packets are lost.
2731(0.0 <= L <= 1.0, default 1.0 i.e., no loss);
2732.It Cm samples Ar N
2733the number of samples used in the internal
2734representation of the curve (2..1024; default 100);
2735.It Cm "delay prob" | "prob delay"
2736One of these two lines is mandatory and defines
2737the format of the following lines with data points.
2738.It Ar XXX Ar YYY
27392 or more lines representing points in the curve,
2740with either delay or probability first, according
2741to the chosen format.
2742The unit for delay is milliseconds.
2743Data points do not need to be sorted.
2744Also, the number of actual lines can be different
2745from the value of the "samples" parameter:
2746.Nm
2747utility will sort and interpolate
2748the curve as needed.
2749.El
2750.Pp
2751Example of a profile file:
2752.Bd -literal -offset indent
2753name    bla_bla_bla
2754samples 100
2755loss-level    0.86
2756prob    delay
27570       200	# minimum overhead is 200ms
27580.5     200
27590.5     300
27600.8     1000
27610.9     1300
27621       1300
2763#configuration file end
2764.Ed
2765.El
2766.Pp
2767The following parameters can be configured for a queue:
2768.Pp
2769.Bl -tag -width indent -compact
2770.It Cm pipe Ar pipe_nr
2771Connects a queue to the specified pipe.
2772Multiple queues (with the same or different weights) can be connected to
2773the same pipe, which specifies the aggregate rate for the set of queues.
2774.Pp
2775.It Cm weight Ar weight
2776Specifies the weight to be used for flows matching this queue.
2777The weight must be in the range 1..100, and defaults to 1.
2778.El
2779.Pp
2780The following case-insensitive parameters can be configured for a
2781scheduler:
2782.Pp
2783.Bl -tag -width indent -compact
2784.It Cm type Ar {fifo | wf2q+ | rr | qfq | fq_codel | fq_pie}
2785specifies the scheduling algorithm to use.
2786.Bl -tag -width indent -compact
2787.It Cm fifo
2788is just a FIFO scheduler (which means that all packets
2789are stored in the same queue as they arrive to the scheduler).
2790FIFO has O(1) per-packet time complexity, with very low
2791constants (estimate 60-80ns on a 2GHz desktop machine)
2792but gives no service guarantees.
2793.It Cm wf2q+
2794implements the WF2Q+ algorithm, which is a Weighted Fair Queueing
2795algorithm which permits flows to share bandwidth according to
2796their weights.
2797Note that weights are not priorities; even a flow
2798with a minuscule weight will never starve.
2799WF2Q+ has O(log N) per-packet processing cost, where N is the number
2800of flows, and is the default algorithm used by previous versions
2801dummynet's queues.
2802.It Cm rr
2803implements the Deficit Round Robin algorithm, which has O(1) processing
2804costs (roughly, 100-150ns per packet)
2805and permits bandwidth allocation according to weights, but
2806with poor service guarantees.
2807.It Cm qfq
2808implements the QFQ algorithm, which is a very fast variant of
2809WF2Q+, with similar service guarantees and O(1) processing
2810costs (roughly, 200-250ns per packet).
2811.It Cm fq_codel
2812implements the FQ-CoDel (FlowQueue-CoDel) scheduler/AQM algorithm, which
2813uses a modified Deficit Round Robin scheduler to manage two lists of sub-queues
2814(old sub-queues and new sub-queues) for providing brief periods of priority to
2815lightweight or short burst flows.
2816By default, the total number of sub-queues is 1024.
2817FQ-CoDel's internal, dynamically
2818created sub-queues are controlled by separate instances of CoDel AQM.
2819.It Cm fq_pie
2820implements the FQ-PIE (FlowQueue-PIE) scheduler/AQM algorithm, which similar to
2821.Cm fq_codel
2822but uses per sub-queue PIE AQM instance to control the queue delay.
2823.El
2824.Pp
2825.Cm fq_codel
2826inherits AQM parameters and options from
2827.Cm codel
2828(see below), and
2829.Cm fq_pie
2830inherits AQM parameters and options from
2831.Cm pie
2832(see below).
2833Additionally, both of
2834.Cm fq_codel
2835and
2836.Cm fq_pie
2837have shared scheduler parameters which are:
2838.Bl -tag -width indent
2839.It Cm quantum
2840.Ar m
2841specifies the quantum (credit) of the scheduler.
2842.Ar m
2843is the number of bytes a queue can serve before being moved to the tail
2844of old queues list.
2845The default is 1514 bytes, and the maximum acceptable value
2846is 9000 bytes.
2847.It Cm limit
2848.Ar m
2849specifies the hard size limit (in unit of packets) of all queues managed by an
2850instance of the scheduler.
2851The default value of
2852.Ar m
2853is 10240 packets, and the maximum acceptable value is 20480 packets.
2854.It Cm flows
2855.Ar m
2856specifies the total number of flow queues (sub-queues) that fq_*
2857creates and manages.
2858By default, 1024 sub-queues are created when an instance
2859of the fq_{codel/pie} scheduler is created.
2860The maximum acceptable value is
286165536.
2862.El
2863.Pp
2864Note that any token after
2865.Cm fq_codel
2866or
2867.Cm fq_pie
2868is considered a parameter for fq_{codel/pie}.
2869So, ensure all scheduler
2870configuration options not related to fq_{codel/pie} are written before
2871.Cm fq_codel/fq_pie
2872tokens.
2873.El
2874.Pp
2875In addition to the type, all parameters allowed for a pipe can also
2876be specified for a scheduler.
2877.Pp
2878Finally, the following parameters can be configured for both
2879pipes and queues:
2880.Pp
2881.Bl -tag -width XXXX -compact
2882.It Cm buckets Ar hash-table-size
2883Specifies the size of the hash table used for storing the
2884various queues.
2885Default value is 64 controlled by the
2886.Xr sysctl 8
2887variable
2888.Va net.inet.ip.dummynet.hash_size ,
2889allowed range is 16 to 65536.
2890.Pp
2891.It Cm mask Ar mask-specifier
2892Packets sent to a given pipe or queue by an
2893.Nm
2894rule can be further classified into multiple flows, each of which is then
2895sent to a different
2896.Em dynamic
2897pipe or queue.
2898A flow identifier is constructed by masking the IP addresses,
2899ports and protocol types as specified with the
2900.Cm mask
2901options in the configuration of the pipe or queue.
2902For each different flow identifier, a new pipe or queue is created
2903with the same parameters as the original object, and matching packets
2904are sent to it.
2905.Pp
2906Thus, when
2907.Em dynamic pipes
2908are used, each flow will get the same bandwidth as defined by the pipe,
2909whereas when
2910.Em dynamic queues
2911are used, each flow will share the parent's pipe bandwidth evenly
2912with other flows generated by the same queue (note that other queues
2913with different weights might be connected to the same pipe).
2914.br
2915Available mask specifiers are a combination of one or more of the following:
2916.Pp
2917.Cm dst-ip Ar mask ,
2918.Cm dst-ip6 Ar mask ,
2919.Cm src-ip Ar mask ,
2920.Cm src-ip6 Ar mask ,
2921.Cm dst-port Ar mask ,
2922.Cm src-port Ar mask ,
2923.Cm flow-id Ar mask ,
2924.Cm proto Ar mask
2925or
2926.Cm all ,
2927.Pp
2928where the latter means all bits in all fields are significant.
2929.Pp
2930.It Cm noerror
2931When a packet is dropped by a
2932.Nm dummynet
2933queue or pipe, the error
2934is normally reported to the caller routine in the kernel, in the
2935same way as it happens when a device queue fills up.
2936Setting this
2937option reports the packet as successfully delivered, which can be
2938needed for some experimental setups where you want to simulate
2939loss or congestion at a remote router.
2940.Pp
2941.It Cm plr Ar packet-loss-rate
2942Packet loss rate.
2943Argument
2944.Ar packet-loss-rate
2945is a floating-point number between 0 and 1, with 0 meaning no
2946loss, 1 meaning 100% loss.
2947The loss rate is internally represented on 31 bits.
2948.Pp
2949.It Cm queue Brq Ar slots | size Ns Cm Kbytes
2950Queue size, in
2951.Ar slots
2952or
2953.Cm KBytes .
2954Default value is 50 slots, which
2955is the typical queue size for Ethernet devices.
2956Note that for slow speed links you should keep the queue
2957size short or your traffic might be affected by a significant
2958queueing delay.
2959E.g., 50 max-sized Ethernet packets (1500 bytes) mean 600Kbit
2960or 20s of queue on a 30Kbit/s pipe.
2961Even worse effects can result if you get packets from an
2962interface with a much larger MTU, e.g.\& the loopback interface
2963with its 16KB packets.
2964The
2965.Xr sysctl 8
2966variables
2967.Em net.inet.ip.dummynet.pipe_byte_limit
2968and
2969.Em net.inet.ip.dummynet.pipe_slot_limit
2970control the maximum lengths that can be specified.
2971.Pp
2972.It Cm red | gred Ar w_q Ns / Ns Ar min_th Ns / Ns Ar max_th Ns / Ns Ar max_p
2973[ecn]
2974Make use of the RED (Random Early Detection) queue management algorithm.
2975.Ar w_q
2976and
2977.Ar max_p
2978are floating
2979point numbers between 0 and 1 (inclusive), while
2980.Ar min_th
2981and
2982.Ar max_th
2983are integer numbers specifying thresholds for queue management
2984(thresholds are computed in bytes if the queue has been defined
2985in bytes, in slots otherwise).
2986The two parameters can also be of the same value if needed. The
2987.Nm dummynet
2988also supports the gentle RED variant (gred) and ECN (Explicit Congestion
2989Notification) as optional. Three
2990.Xr sysctl 8
2991variables can be used to control the RED behaviour:
2992.Bl -tag -width indent
2993.It Va net.inet.ip.dummynet.red_lookup_depth
2994specifies the accuracy in computing the average queue
2995when the link is idle (defaults to 256, must be greater than zero)
2996.It Va net.inet.ip.dummynet.red_avg_pkt_size
2997specifies the expected average packet size (defaults to 512, must be
2998greater than zero)
2999.It Va net.inet.ip.dummynet.red_max_pkt_size
3000specifies the expected maximum packet size, only used when queue
3001thresholds are in bytes (defaults to 1500, must be greater than zero).
3002.El
3003.Pp
3004.It Cm codel Oo Cm target Ar time Oc Oo Cm interval Ar time Oc Oo Cm ecn |
3005.Cm noecn Oc
3006Make use of the CoDel (Controlled-Delay) queue management algorithm.
3007.Ar time
3008is interpreted as milliseconds by default but seconds (s), milliseconds (ms) or
3009microseconds (us) can be specified instead.
3010CoDel drops or marks (ECN) packets
3011depending on packet sojourn time in the queue.
3012.Cm target
3013.Ar time
3014(5ms by default) is the minimum acceptable persistent queue delay that CoDel
3015allows.
3016CoDel does not drop packets directly after packets sojourn time becomes
3017higher than
3018.Cm target
3019.Ar time
3020but waits for
3021.Cm interval
3022.Ar time
3023(100ms default) before dropping.
3024.Cm interval
3025.Ar time
3026should be set to maximum RTT for all expected connections.
3027.Cm ecn
3028enables (disabled by default) packet marking (instead of dropping) for
3029ECN-enabled TCP flows when queue delay becomes high.
3030.Pp
3031Note that any token after
3032.Cm codel
3033is considered a parameter for CoDel.
3034So, ensure all pipe/queue
3035configuration options are written before
3036.Cm codel
3037token.
3038.Pp
3039The
3040.Xr sysctl 8
3041variables
3042.Va net.inet.ip.dummynet.codel.target
3043and
3044.Va net.inet.ip.dummynet.codel.interval
3045can be used to set CoDel default parameters.
3046.Pp
3047.It Cm pie Oo Cm target Ar time Oc Oo Cm tupdate Ar time Oc Oo
3048.Cm alpha Ar n Oc Oo Cm beta Ar n Oc Oo Cm max_burst Ar time Oc Oo
3049.Cm max_ecnth Ar n Oc Oo Cm ecn | Cm noecn Oc Oo Cm capdrop |
3050.Cm nocapdrop Oc Oo Cm drand | Cm nodrand Oc Oo Cm onoff
3051.Oc Oo Cm dre | Cm ts Oc
3052Make use of the PIE (Proportional Integral controller Enhanced) queue management
3053algorithm.
3054PIE drops or marks packets depending on a calculated drop probability during
3055en-queue process, with the aim of achieving high throughput while keeping queue
3056delay low.
3057At regular time intervals of
3058.Cm tupdate
3059.Ar time
3060(15ms by default) a background process (re)calculates the probability based on queue delay
3061deviations from
3062.Cm target
3063.Ar time
3064(15ms by default) and queue delay trends.
3065PIE approximates current queue
3066delay by using a departure rate estimation method, or (optionally) by using a
3067packet timestamp method similar to CoDel.
3068.Ar time
3069is interpreted as milliseconds by default but seconds (s), milliseconds (ms) or
3070microseconds (us) can be specified instead.
3071The other PIE parameters and options are as follows:
3072.Bl -tag -width indent
3073.It Cm alpha Ar n
3074.Ar n
3075is a floating point number between 0 and 7 which specifies the weight of queue
3076delay deviations that is used in drop probability calculation.
30770.125 is the default.
3078.It Cm beta Ar n
3079.Ar n
3080is a floating point number between 0 and 7 which specifies is the weight of queue
3081delay trend that is used in drop probability calculation.
30821.25 is the default.
3083.It Cm max_burst Ar time
3084The maximum period of time that PIE does not drop/mark packets.
3085150ms is the
3086default and 10s is the maximum value.
3087.It Cm max_ecnth Ar n
3088Even when ECN is enabled, PIE drops packets instead of marking them when drop
3089probability becomes higher than ECN probability threshold
3090.Cm max_ecnth Ar n
3091, the default is 0.1 (i.e 10%) and 1 is the maximum value.
3092.It Cm ecn | noecn
3093enable or disable ECN marking for ECN-enabled TCP flows.
3094Disabled by default.
3095.It Cm capdrop | nocapdrop
3096enable or disable cap drop adjustment.
3097Cap drop adjustment is enabled by default.
3098.It Cm drand | nodrand
3099enable or disable drop probability de-randomisation.
3100De-randomisation eliminates
3101the problem of dropping packets too close or too far.
3102De-randomisation is enabled by default.
3103.It Cm onoff
3104enable turning PIE on and off depending on queue load.
3105If this option is enabled,
3106PIE turns on when over 1/3 of queue becomes full.
3107This option is disabled by
3108default.
3109.It Cm dre | ts
3110Calculate queue delay using departure rate estimation
3111.Cm dre
3112or timestamps
3113.Cm ts .
3114.Cm dre
3115is used by default.
3116.El
3117.Pp
3118Note that any token after
3119.Cm pie
3120is considered a parameter for PIE.
3121So ensure all pipe/queue
3122the configuration options are written before
3123.Cm pie
3124token.
3125.Xr sysctl 8
3126variables can be used to control the
3127.Cm pie
3128default parameters.
3129See the
3130.Sx SYSCTL VARIABLES
3131section for more details.
3132.El
3133.Pp
3134When used with IPv6 data,
3135.Nm dummynet
3136currently has several limitations.
3137Information necessary to route link-local packets to an
3138interface is not available after processing by
3139.Nm dummynet
3140so those packets are dropped in the output path.
3141Care should be taken to ensure that link-local packets are not passed to
3142.Nm dummynet .
3143.Sh CHECKLIST
3144Here are some important points to consider when designing your
3145rules:
3146.Bl -bullet
3147.It
3148Remember that you filter both packets going
3149.Cm in
3150and
3151.Cm out .
3152Most connections need packets going in both directions.
3153.It
3154Remember to test very carefully.
3155It is a good idea to be near the console when doing this.
3156If you cannot be near the console,
3157use an auto-recovery script such as the one in
3158.Pa /usr/share/examples/ipfw/change_rules.sh .
3159.It
3160Do not forget the loopback interface.
3161.El
3162.Sh FINE POINTS
3163.Bl -bullet
3164.It
3165There are circumstances where fragmented datagrams are unconditionally
3166dropped.
3167TCP packets are dropped if they do not contain at least 20 bytes of
3168TCP header, UDP packets are dropped if they do not contain a full 8
3169byte UDP header, and ICMP packets are dropped if they do not contain
31704 bytes of ICMP header, enough to specify the ICMP type, code, and
3171checksum.
3172These packets are simply logged as
3173.Dq pullup failed
3174since there may not be enough good data in the packet to produce a
3175meaningful log entry.
3176.It
3177Another type of packet is unconditionally dropped, a TCP packet with a
3178fragment offset of one.
3179This is a valid packet, but it only has one use, to try
3180to circumvent firewalls.
3181When logging is enabled, these packets are
3182reported as being dropped by rule -1.
3183.It
3184If you are logged in over a network, loading the
3185.Xr kld 4
3186version of
3187.Nm
3188is probably not as straightforward as you would think.
3189The following command line is recommended:
3190.Bd -literal -offset indent
3191kldload ipfw && \e
3192ipfw add 32000 allow ip from any to any
3193.Ed
3194.Pp
3195Along the same lines, doing an
3196.Bd -literal -offset indent
3197ipfw flush
3198.Ed
3199.Pp
3200in similar surroundings is also a bad idea.
3201.It
3202The
3203.Nm
3204filter list may not be modified if the system security level
3205is set to 3 or higher
3206(see
3207.Xr init 8
3208for information on system security levels).
3209.El
3210.Sh PACKET DIVERSION
3211A
3212.Xr divert 4
3213socket bound to the specified port will receive all packets
3214diverted to that port.
3215If no socket is bound to the destination port, or if the divert module is
3216not loaded, or if the kernel was not compiled with divert socket support,
3217the packets are dropped.
3218.Sh NETWORK ADDRESS TRANSLATION (NAT)
3219.Nm
3220support in-kernel NAT using the kernel version of
3221.Xr libalias 3 .
3222The kernel module
3223.Cm ipfw_nat
3224should be loaded or kernel should have
3225.Cm options IPFIREWALL_NAT
3226to be able use NAT.
3227.Pp
3228The nat configuration command is the following:
3229.Bd -ragged -offset indent
3230.Bk -words
3231.Cm nat
3232.Ar nat_number
3233.Cm config
3234.Ar nat-configuration
3235.Ek
3236.Ed
3237.Pp
3238The following parameters can be configured:
3239.Bl -tag -width indent
3240.It Cm ip Ar ip_address
3241Define an ip address to use for aliasing.
3242.It Cm if Ar nic
3243Use ip address of NIC for aliasing, dynamically changing
3244it if NIC's ip address changes.
3245.It Cm log
3246Enable logging on this nat instance.
3247.It Cm deny_in
3248Deny any incoming connection from outside world.
3249.It Cm same_ports
3250Try to leave the alias port numbers unchanged from
3251the actual local port numbers.
3252.It Cm unreg_only
3253Traffic on the local network not originating from a RFC 1918
3254unregistered address spaces will be ignored.
3255.It Cm unreg_cgn
3256Like unreg_only, but includes the RFC 6598 (Carrier Grade NAT)
3257address range.
3258.It Cm reset
3259Reset table of the packet aliasing engine on address change.
3260.It Cm reverse
3261Reverse the way libalias handles aliasing.
3262.It Cm proxy_only
3263Obey transparent proxy rules only, packet aliasing is not performed.
3264.It Cm skip_global
3265Skip instance in case of global state lookup (see below).
3266.El
3267.Pp
3268Some specials value can be supplied instead of
3269.Va nat_number:
3270.Bl -tag -width indent
3271.It Cm global
3272Looks up translation state in all configured nat instances.
3273If an entry is found, packet is aliased according to that entry.
3274If no entry was found in any of the instances, packet is passed unchanged,
3275and no new entry will be created.
3276See section
3277.Sx MULTIPLE INSTANCES
3278in
3279.Xr natd 8
3280for more information.
3281.It Cm tablearg
3282Uses argument supplied in lookup table.
3283See
3284.Sx LOOKUP TABLES
3285section below for more information on lookup tables.
3286.El
3287.Pp
3288To let the packet continue after being (de)aliased, set the sysctl variable
3289.Va net.inet.ip.fw.one_pass
3290to 0.
3291For more information about aliasing modes, refer to
3292.Xr libalias 3 .
3293See Section
3294.Sx EXAMPLES
3295for some examples about nat usage.
3296.Ss REDIRECT AND LSNAT SUPPORT IN IPFW
3297Redirect and LSNAT support follow closely the syntax used in
3298.Xr natd 8 .
3299See Section
3300.Sx EXAMPLES
3301for some examples on how to do redirect and lsnat.
3302.Ss SCTP NAT SUPPORT
3303SCTP nat can be configured in a similar manner to TCP through the
3304.Nm
3305command line tool.
3306The main difference is that
3307.Nm sctp nat
3308does not do port translation.
3309Since the local and global side ports will be the same,
3310there is no need to specify both.
3311Ports are redirected as follows:
3312.Bd -ragged -offset indent
3313.Bk -words
3314.Cm nat
3315.Ar nat_number
3316.Cm config if
3317.Ar nic
3318.Cm redirect_port sctp
3319.Ar ip_address [,addr_list] {[port | port-port] [,ports]}
3320.Ek
3321.Ed
3322.Pp
3323Most
3324.Nm sctp nat
3325configuration can be done in real-time through the
3326.Xr sysctl 8
3327interface.
3328All may be changed dynamically, though the hash_table size will only
3329change for new
3330.Nm nat
3331instances.
3332See
3333.Sx SYSCTL VARIABLES
3334for more info.
3335.Sh IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
3336.Ss Stateful translation
3337.Nm
3338supports in-kernel IPv6/IPv4 network address and protocol translation.
3339Stateful NAT64 translation allows IPv6-only clients to contact IPv4 servers
3340using unicast TCP, UDP or ICMP protocols.
3341One or more IPv4 addresses assigned to a stateful NAT64 translator are shared
3342among several IPv6-only clients.
3343When stateful NAT64 is used in conjunction with DNS64, no changes are usually
3344required in the IPv6 client or the IPv4 server.
3345The kernel module
3346.Cm ipfw_nat64
3347should be loaded or kernel should have
3348.Cm options IPFIREWALL_NAT64
3349to be able use stateful NAT64 translator.
3350.Pp
3351Stateful NAT64 uses a bunch of memory for several types of objects.
3352When IPv6 client initiates connection, NAT64 translator creates a host entry
3353in the states table.
3354Each host entry uses preallocated IPv4 alias entry.
3355Each alias entry has a number of ports group entries allocated on demand.
3356Ports group entries contains connection state entries.
3357There are several options to control limits and lifetime for these objects.
3358.Pp
3359NAT64 translator follows RFC7915 when does ICMPv6/ICMP translation,
3360unsupported message types will be silently dropped.
3361IPv6 needs several ICMPv6 message types to be explicitly allowed for correct
3362operation.
3363Make sure that ND6 neighbor solicitation (ICMPv6 type 135) and neighbor
3364advertisement (ICMPv6 type 136) messages will not be handled by translation
3365rules.
3366.Pp
3367After translation NAT64 translator by default sends packets through
3368corresponding netisr queue.
3369Thus translator host should be configured as IPv4 and IPv6 router.
3370Also this means, that a packet is handled by firewall twice.
3371First time an original packet is handled and consumed by translator,
3372and then it is handled again as translated packet.
3373This behavior can be changed by sysctl variable
3374.Va net.inet.ip.fw.nat64_direct_output .
3375Also translated packet can be tagged using
3376.Cm tag
3377rule action, and then matched by
3378.Cm tagged
3379opcode to avoid loops and extra overhead.
3380.Pp
3381The stateful NAT64 configuration command is the following:
3382.Bd -ragged -offset indent
3383.Bk -words
3384.Cm nat64lsn
3385.Ar name
3386.Cm create
3387.Ar create-options
3388.Ek
3389.Ed
3390.Pp
3391The following parameters can be configured:
3392.Bl -tag -width indent
3393.It Cm prefix4 Ar ipv4_prefix/plen
3394The IPv4 prefix with mask defines the pool of IPv4 addresses used as
3395source address after translation.
3396Stateful NAT64 module translates IPv6 source address of client to one
3397IPv4 address from this pool.
3398Note that incoming IPv4 packets that don't have corresponding state entry
3399in the states table will be dropped by translator.
3400Make sure that translation rules handle packets, destined to configured prefix.
3401.It Cm prefix6 Ar ipv6_prefix/length
3402The IPv6 prefix defines IPv4-embedded IPv6 addresses used by translator
3403to represent IPv4 addresses. This IPv6 prefix should be configured in DNS64.
3404The translator implementation follows RFC6052, that restricts the length of
3405prefixes to one of following: 32, 40, 48, 56, 64, or 96.
3406The Well-Known IPv6 Prefix 64:ff9b:: must be 96 bits long.
3407The special
3408.Ar ::/length
3409prefix can be used to handle several IPv6 prefixes with one NAT64 instance.
3410The NAT64 instance will determine a destination IPv4 address from prefix
3411.Ar length .
3412.It Cm states_chunks Ar number
3413The number of states chunks in single ports group.
3414Each ports group by default can keep 64 state entries in single chunk.
3415The above value affects the maximum number of states that can be associated with single IPv4 alias address and port.
3416The value must be power of 2, and up to 128.
3417.It Cm host_del_age Ar seconds
3418The number of seconds until the host entry for a IPv6 client will be deleted
3419and all its resources will be released due to inactivity.
3420Default value is
3421.Ar 3600 .
3422.It Cm pg_del_age Ar seconds
3423The number of seconds until a ports group with unused state entries will
3424be released.
3425Default value is
3426.Ar 900 .
3427.It Cm tcp_syn_age Ar seconds
3428The number of seconds while a state entry for TCP connection with only SYN
3429sent will be kept.
3430If TCP connection establishing will not be finished,
3431state entry will be deleted.
3432Default value is
3433.Ar 10 .
3434.It Cm tcp_est_age Ar seconds
3435The number of seconds while a state entry for established TCP connection
3436will be kept.
3437Default value is
3438.Ar 7200 .
3439.It Cm tcp_close_age Ar seconds
3440The number of seconds while a state entry for closed TCP connection
3441will be kept.
3442Keeping state entries for closed connections is needed, because IPv4 servers
3443typically keep closed connections in a TIME_WAIT state for a several minutes.
3444Since translator's IPv4 addresses are shared among all IPv6 clients,
3445new connections from the same addresses and ports may be rejected by server,
3446because these connections are still in a TIME_WAIT state.
3447Keeping them in translator's state table protects from such rejects.
3448Default value is
3449.Ar 180 .
3450.It Cm udp_age Ar seconds
3451The number of seconds while translator keeps state entry in a waiting for
3452reply to the sent UDP datagram.
3453Default value is
3454.Ar 120 .
3455.It Cm icmp_age Ar seconds
3456The number of seconds while translator keeps state entry in a waiting for
3457reply to the sent ICMP message.
3458Default value is
3459.Ar 60 .
3460.It Cm log
3461Turn on logging of all handled packets via BPF through
3462.Ar ipfwlog0
3463interface.
3464.Ar ipfwlog0
3465is a pseudo interface and can be created after a boot manually with
3466.Cm ifconfig
3467command.
3468Note that it has different purpose than
3469.Ar ipfw0
3470interface.
3471Translators sends to BPF an additional information with each packet.
3472With
3473.Cm tcpdump
3474you are able to see each handled packet before and after translation.
3475.It Cm -log
3476Turn off logging of all handled packets via BPF.
3477.It Cm allow_private
3478Turn on processing private IPv4 addresses. By default IPv6 packets with
3479destinations mapped to private address ranges defined by RFC1918 are not
3480processed.
3481.It Cm -allow_private
3482Turn off private address handling in
3483.Nm nat64
3484instance.
3485.El
3486.Pp
3487To inspect a states table of stateful NAT64 the following command can be used:
3488.Bd -ragged -offset indent
3489.Bk -words
3490.Cm nat64lsn
3491.Ar name
3492.Cm show Cm states
3493.Ek
3494.Ed
3495.Pp
3496.Pp
3497Stateless NAT64 translator doesn't use a states table for translation
3498and converts IPv4 addresses to IPv6 and vice versa solely based on the
3499mappings taken from configured lookup tables.
3500Since a states table doesn't used by stateless translator,
3501it can be configured to pass IPv4 clients to IPv6-only servers.
3502.Pp
3503The stateless NAT64 configuration command is the following:
3504.Bd -ragged -offset indent
3505.Bk -words
3506.Cm nat64stl
3507.Ar name
3508.Cm create
3509.Ar create-options
3510.Ek
3511.Ed
3512.Pp
3513The following parameters can be configured:
3514.Bl -tag -width indent
3515.It Cm prefix6 Ar ipv6_prefix/length
3516The IPv6 prefix defines IPv4-embedded IPv6 addresses used by translator
3517to represent IPv4 addresses. This IPv6 prefix should be configured in DNS64.
3518.It Cm table4 Ar table46
3519The lookup table
3520.Ar table46
3521contains mapping how IPv4 addresses should be translated to IPv6 addresses.
3522.It Cm table6 Ar table64
3523The lookup table
3524.Ar table64
3525contains mapping how IPv6 addresses should be translated to IPv4 addresses.
3526.It Cm log
3527Turn on logging of all handled packets via BPF through
3528.Ar ipfwlog0
3529interface.
3530.It Cm -log
3531Turn off logging of all handled packets via BPF.
3532.It Cm allow_private
3533Turn on processing private IPv4 addresses. By default IPv6 packets with
3534destinations mapped to private address ranges defined by RFC1918 are not
3535processed.
3536.It Cm -allow_private
3537Turn off private address handling in
3538.Nm nat64
3539instance.
3540.El
3541.Pp
3542Note that the behavior of stateless translator with respect to not matched
3543packets differs from stateful translator.
3544If corresponding addresses was not found in the lookup tables, the packet
3545will not be dropped and the search continues.
3546.Pp
3547.Pp
3548.Ss XLAT464 CLAT translation
3549XLAT464 CLAT NAT64 translator implements client-side stateless translation as
3550defined in RFC6877 and is very similar to statless NAT64 translator
3551explained above. Instead of lookup tables it uses one-to-one mapping
3552between IPv4 and IPv6 addresses using configured prefixes.
3553This mode can be used as a replacement of DNS64 service for applications
3554that are not using it (e.g. VoIP) allowing them to access IPv4-only Internet
3555over IPv6-only networks with help of remote NAT64 translator.
3556.Pp
3557The CLAT NAT64 configuration command is the following:
3558.Bd -ragged -offset indent
3559.Bk -words
3560.Cm nat64clat
3561.Ar name
3562.Cm create
3563.Ar create-options
3564.Ek
3565.Ed
3566.Pp
3567The following parameters can be configured:
3568.Bl -tag -width indent
3569.It Cm clat_prefix Ar ipv6_prefix/length
3570The IPv6 prefix defines IPv4-embedded IPv6 addresses used by translator
3571to represent source IPv4 addresses.
3572.It Cm plat_prefix Ar ipv6_prefix/length
3573The IPv6 prefix defines IPv4-embedded IPv6 addresses used by translator
3574to represent destination IPv4 addresses. This IPv6 prefix should be configured
3575on a remote NAT64 translator.
3576.It Cm log
3577Turn on logging of all handled packets via BPF through
3578.Ar ipfwlog0
3579interface.
3580.It Cm -log
3581Turn off logging of all handled packets via BPF.
3582.It Cm allow_private
3583Turn on processing private IPv4 addresses. By default
3584.Nm nat64clat
3585instance will not process IPv4 packets with destination address from private
3586ranges as defined in RFC1918.
3587.It Cm -allow_private
3588Turn off private address handling in
3589.Nm nat64clat
3590instance.
3591.El
3592.Pp
3593Note that the behavior of CLAT translator with respect to not matched
3594packets differs from stateful translator.
3595If corresponding addresses were not matched against prefixes configured,
3596the packet will not be dropped and the search continues.
3597.Sh IPv6-to-IPv6 NETWORK PREFIX TRANSLATION (NPTv6)
3598.Nm
3599supports in-kernel IPv6-to-IPv6 network prefix translation as described
3600in RFC6296.
3601The kernel module
3602.Cm ipfw_nptv6
3603should be loaded or kernel should has
3604.Cm options IPFIREWALL_NPTV6
3605to be able use NPTv6 translator.
3606.Pp
3607The NPTv6 configuration command is the following:
3608.Bd -ragged -offset indent
3609.Bk -words
3610.Cm nptv6
3611.Ar name
3612.Cm create
3613.Ar create-options
3614.Ek
3615.Ed
3616.Pp
3617The following parameters can be configured:
3618.Bl -tag -width indent
3619.It Cm int_prefix Ar ipv6_prefix
3620IPv6 prefix used in internal network.
3621NPTv6 module translates source address when it matches this prefix.
3622.It Cm ext_prefix Ar ipv6_prefix
3623IPv6 prefix used in external network.
3624NPTv6 module translates destination address when it matches this prefix.
3625.It Cm ext_if Ar nic
3626The NPTv6 module will use first global IPv6 address from interface
3627.Ar nic
3628as external prefix.
3629It can be useful when IPv6 prefix of external network is dynamically obtained.
3630.Cm ext_prefix
3631and
3632.Cm ext_if
3633options are mutually exclusive.
3634.It Cm prefixlen Ar length
3635The length of specified IPv6 prefixes. It must be in range from 8 to 64.
3636.El
3637.Pp
3638Note that the prefix translation rules are silently ignored when IPv6 packet
3639forwarding is disabled.
3640To enable the packet forwarding, set the sysctl variable
3641.Va net.inet6.ip6.forwarding
3642to 1.
3643.Pp
3644To let the packet continue after being translated, set the sysctl variable
3645.Va net.inet.ip.fw.one_pass
3646to 0.
3647.Sh LOADER TUNABLES
3648Tunables can be set in
3649.Xr loader 8
3650prompt,
3651.Xr loader.conf 5
3652or
3653.Xr kenv 1
3654before ipfw module gets loaded.
3655.Bl -tag -width indent
3656.It Va net.inet.ip.fw.default_to_accept: No 0
3657Defines ipfw last rule behavior.
3658This value overrides
3659.Cd "options IPFW_DEFAULT_TO_(ACCEPT|DENY)"
3660from kernel configuration file.
3661.It Va net.inet.ip.fw.tables_max: No 128
3662Defines number of tables available in ipfw.
3663Number cannot exceed 65534.
3664.El
3665.Sh SYSCTL VARIABLES
3666A set of
3667.Xr sysctl 8
3668variables controls the behaviour of the firewall and
3669associated modules
3670.Pq Nm dummynet , bridge , sctp nat .
3671These are shown below together with their default value
3672(but always check with the
3673.Xr sysctl 8
3674command what value is actually in use) and meaning:
3675.Bl -tag -width indent
3676.It Va net.inet.ip.alias.sctp.accept_global_ootb_addip: No 0
3677Defines how the
3678.Nm nat
3679responds to receipt of global OOTB ASCONF-AddIP:
3680.Bl -tag -width indent
3681.It Cm 0
3682No response (unless a partially matching association exists -
3683ports and vtags match but global address does not)
3684.It Cm 1
3685.Nm nat
3686will accept and process all OOTB global AddIP messages.
3687.El
3688.Pp
3689Option 1 should never be selected as this forms a security risk.
3690An attacker can
3691establish multiple fake associations by sending AddIP messages.
3692.It Va net.inet.ip.alias.sctp.chunk_proc_limit: No 5
3693Defines the maximum number of chunks in an SCTP packet that will be
3694parsed for a
3695packet that matches an existing association.
3696This value is enforced to be greater or equal than
3697.Cm net.inet.ip.alias.sctp.initialising_chunk_proc_limit .
3698A high value is
3699a DoS risk yet setting too low a value may result in
3700important control chunks in
3701the packet not being located and parsed.
3702.It Va net.inet.ip.alias.sctp.error_on_ootb: No 1
3703Defines when the
3704.Nm nat
3705responds to any Out-of-the-Blue (OOTB) packets with ErrorM packets.
3706An OOTB packet is a packet that arrives with no existing association
3707registered in the
3708.Nm nat
3709and is not an INIT or ASCONF-AddIP packet:
3710.Bl -tag -width indent
3711.It Cm 0
3712ErrorM is never sent in response to OOTB packets.
3713.It Cm 1
3714ErrorM is only sent to OOTB packets received on the local side.
3715.It Cm 2
3716ErrorM is sent to the local side and on the global side ONLY if there is a
3717partial match (ports and vtags match but the source global IP does not).
3718This value is only useful if the
3719.Nm nat
3720is tracking global IP addresses.
3721.It Cm 3
3722ErrorM is sent in response to all OOTB packets on both
3723the local and global side
3724(DoS risk).
3725.El
3726.Pp
3727At the moment the default is 0, since the ErrorM packet is not yet
3728supported by most SCTP stacks.
3729When it is supported, and if not tracking
3730global addresses, we recommend setting this value to 1 to allow
3731multi-homed local hosts to function with the
3732.Nm nat .
3733To track global addresses, we recommend setting this value to 2 to
3734allow global hosts to be informed when they need to (re)send an
3735ASCONF-AddIP.
3736Value 3 should never be chosen (except for debugging) as the
3737.Nm nat
3738will respond to all OOTB global packets (a DoS risk).
3739.It Va net.inet.ip.alias.sctp.hashtable_size: No 2003
3740Size of hash tables used for
3741.Nm nat
3742lookups (100 < prime_number > 1000001).
3743This value sets the
3744.Nm hash table
3745size for any future created
3746.Nm nat
3747instance and therefore must be set prior to creating a
3748.Nm nat
3749instance.
3750The table sizes may be changed to suit specific needs.
3751If there will be few
3752concurrent associations, and memory is scarce, you may make these smaller.
3753If there will be many thousands (or millions) of concurrent associations, you
3754should make these larger.
3755A prime number is best for the table size.
3756The sysctl
3757update function will adjust your input value to the next highest prime number.
3758.It Va net.inet.ip.alias.sctp.holddown_time:  No 0
3759Hold association in table for this many seconds after receiving a
3760SHUTDOWN-COMPLETE.
3761This allows endpoints to correct shutdown gracefully if a
3762shutdown_complete is lost and retransmissions are required.
3763.It Va net.inet.ip.alias.sctp.init_timer: No 15
3764Timeout value while waiting for (INIT-ACK|AddIP-ACK).
3765This value cannot be 0.
3766.It Va net.inet.ip.alias.sctp.initialising_chunk_proc_limit: No 2
3767Defines the maximum number of chunks in an SCTP packet that will be parsed when
3768no existing association exists that matches that packet.
3769Ideally this packet
3770will only be an INIT or ASCONF-AddIP packet.
3771A higher value may become a DoS
3772risk as malformed packets can consume processing resources.
3773.It Va net.inet.ip.alias.sctp.param_proc_limit: No 25
3774Defines the maximum number of parameters within a chunk that will be
3775parsed in a
3776packet.
3777As for other similar sysctl variables, larger values pose a DoS risk.
3778.It Va net.inet.ip.alias.sctp.log_level: No 0
3779Level of detail in the system log messages (0 \- minimal, 1 \- event,
37802 \- info, 3 \- detail, 4 \- debug, 5 \- max debug).
3781May be a good
3782option in high loss environments.
3783.It Va net.inet.ip.alias.sctp.shutdown_time: No 15
3784Timeout value while waiting for SHUTDOWN-COMPLETE.
3785This value cannot be 0.
3786.It Va net.inet.ip.alias.sctp.track_global_addresses: No 0
3787Enables/disables global IP address tracking within the
3788.Nm nat
3789and places an
3790upper limit on the number of addresses tracked for each association:
3791.Bl -tag -width indent
3792.It Cm 0
3793Global tracking is disabled
3794.It Cm >1
3795Enables tracking, the maximum number of addresses tracked for each
3796association is limited to this value
3797.El
3798.Pp
3799This variable is fully dynamic, the new value will be adopted for all newly
3800arriving associations, existing associations are treated
3801as they were previously.
3802Global tracking will decrease the number of collisions within the
3803.Nm nat
3804at a cost
3805of increased processing load, memory usage, complexity, and possible
3806.Nm nat
3807state
3808problems in complex networks with multiple
3809.Nm nats .
3810We recommend not tracking
3811global IP addresses, this will still result in a fully functional
3812.Nm nat .
3813.It Va net.inet.ip.alias.sctp.up_timer: No 300
3814Timeout value to keep an association up with no traffic.
3815This value cannot be 0.
3816.It Va net.inet.ip.dummynet.codel.interval : No 100000
3817Default
3818.Cm codel
3819AQM interval in microseconds.
3820The value must be in the range 1..5000000.
3821.It Va net.inet.ip.dummynet.codel.target : No 5000
3822Default
3823.Cm codel
3824AQM target delay time in microseconds (the minimum acceptable persistent queue
3825delay).
3826The value must be in the range 1..5000000.
3827.It Va net.inet.ip.dummynet.expire : No 1
3828Lazily delete dynamic pipes/queue once they have no pending traffic.
3829You can disable this by setting the variable to 0, in which case
3830the pipes/queues will only be deleted when the threshold is reached.
3831.It Va net.inet.ip.dummynet.fqcodel.flows : No 1024
3832Defines the default total number of flow queues (sub-queues) that
3833.Cm fq_codel
3834creates and manages.
3835The value must be in the range 1..65536.
3836.It Va net.inet.ip.dummynet.fqcodel.interval : No 100000
3837Default
3838.Cm fq_codel
3839scheduler/AQM interval in microseconds.
3840The value must be in the range 1..5000000.
3841.It Va net.inet.ip.dummynet.fqcodel.limit : No 10240
3842The default hard size limit (in unit of packet) of all queues managed by an
3843instance of the
3844.Cm fq_codel
3845scheduler.
3846The value must be in the range 1..20480.
3847.It Va net.inet.ip.dummynet.fqcodel.quantum : No 1514
3848The default quantum (credit) of the
3849.Cm fq_codel
3850in unit of byte.
3851The value must be in the range 1..9000.
3852.It Va net.inet.ip.dummynet.fqcodel.target : No 5000
3853Default
3854.Cm fq_codel
3855scheduler/AQM target delay time in microseconds (the minimum acceptable
3856persistent queue delay).
3857The value must be in the range 1..5000000.
3858.It Va net.inet.ip.dummynet.fqpie.alpha : No 125
3859The default
3860.Ar alpha
3861parameter (scaled by 1000) for
3862.Cm fq_pie
3863scheduler/AQM.
3864The value must be in the range 1..7000.
3865.It Va net.inet.ip.dummynet.fqpie.beta : No 1250
3866The default
3867.Ar beta
3868parameter (scaled by 1000) for
3869.Cm fq_pie
3870scheduler/AQM.
3871The value must be in the range 1..7000.
3872.It Va net.inet.ip.dummynet.fqpie.flows : No 1024
3873Defines the default total number of flow queues (sub-queues) that
3874.Cm fq_pie
3875creates and manages.
3876The value must be in the range 1..65536.
3877.It Va net.inet.ip.dummynet.fqpie.limit : No 10240
3878The default hard size limit (in unit of packet) of all queues managed by an
3879instance of the
3880.Cm fq_pie
3881scheduler.
3882The value must be in the range 1..20480.
3883.It Va net.inet.ip.dummynet.fqpie.max_burst : No 150000
3884The default maximum period of microseconds that
3885.Cm fq_pie
3886scheduler/AQM does not drop/mark packets.
3887The value must be in the range 1..10000000.
3888.It Va net.inet.ip.dummynet.fqpie.max_ecnth : No 99
3889The default maximum ECN probability threshold (scaled by 1000) for
3890.Cm fq_pie
3891scheduler/AQM.
3892The value must be in the range 1..7000.
3893.It Va net.inet.ip.dummynet.fqpie.quantum : No 1514
3894The default quantum (credit) of the
3895.Cm fq_pie
3896in unit of byte.
3897The value must be in the range 1..9000.
3898.It Va net.inet.ip.dummynet.fqpie.target : No 15000
3899The default
3900.Cm target
3901delay of the
3902.Cm fq_pie
3903in unit of microsecond.
3904The value must be in the range 1..5000000.
3905.It Va net.inet.ip.dummynet.fqpie.tupdate : No 15000
3906The default
3907.Cm tupdate
3908of the
3909.Cm fq_pie
3910in unit of microsecond.
3911The value must be in the range 1..5000000.
3912.It Va net.inet.ip.dummynet.hash_size : No 64
3913Default size of the hash table used for dynamic pipes/queues.
3914This value is used when no
3915.Cm buckets
3916option is specified when configuring a pipe/queue.
3917.It Va net.inet.ip.dummynet.io_fast : No 0
3918If set to a non-zero value,
3919the
3920.Dq fast
3921mode of
3922.Nm dummynet
3923operation (see above) is enabled.
3924.It Va net.inet.ip.dummynet.io_pkt
3925Number of packets passed to
3926.Nm dummynet .
3927.It Va net.inet.ip.dummynet.io_pkt_drop
3928Number of packets dropped by
3929.Nm dummynet .
3930.It Va net.inet.ip.dummynet.io_pkt_fast
3931Number of packets bypassed by the
3932.Nm dummynet
3933scheduler.
3934.It Va net.inet.ip.dummynet.max_chain_len : No 16
3935Target value for the maximum number of pipes/queues in a hash bucket.
3936The product
3937.Cm max_chain_len*hash_size
3938is used to determine the threshold over which empty pipes/queues
3939will be expired even when
3940.Cm net.inet.ip.dummynet.expire=0 .
3941.It Va net.inet.ip.dummynet.red_lookup_depth : No 256
3942.It Va net.inet.ip.dummynet.red_avg_pkt_size : No 512
3943.It Va net.inet.ip.dummynet.red_max_pkt_size : No 1500
3944Parameters used in the computations of the drop probability
3945for the RED algorithm.
3946.It Va net.inet.ip.dummynet.pie.alpha : No 125
3947The default
3948.Ar alpha
3949parameter (scaled by 1000) for
3950.Cm pie
3951AQM.
3952The value must be in the range 1..7000.
3953.It Va net.inet.ip.dummynet.pie.beta : No 1250
3954The default
3955.Ar beta
3956parameter (scaled by 1000) for
3957.Cm pie
3958AQM.
3959The value must be in the range 1..7000.
3960.It Va net.inet.ip.dummynet.pie.max_burst : No 150000
3961The default maximum period of microseconds that
3962.Cm pie
3963AQM does not drop/mark packets.
3964The value must be in the range 1..10000000.
3965.It Va net.inet.ip.dummynet.pie.max_ecnth : No 99
3966The default maximum ECN probability threshold (scaled by 1000) for
3967.Cm pie
3968AQM.
3969The value must be in the range 1..7000.
3970.It Va net.inet.ip.dummynet.pie.target : No 15000
3971The default
3972.Cm target
3973delay of
3974.Cm pie
3975AQM in unit of microsecond.
3976The value must be in the range 1..5000000.
3977.It Va net.inet.ip.dummynet.pie.tupdate : No 15000
3978The default
3979.Cm tupdate
3980of
3981.Cm pie
3982AQM in unit of microsecond.
3983The value must be in the range 1..5000000.
3984.It Va net.inet.ip.dummynet.pipe_byte_limit : No 1048576
3985.It Va net.inet.ip.dummynet.pipe_slot_limit : No 100
3986The maximum queue size that can be specified in bytes or packets.
3987These limits prevent accidental exhaustion of resources such as mbufs.
3988If you raise these limits,
3989you should make sure the system is configured so that sufficient resources
3990are available.
3991.It Va net.inet.ip.fw.autoinc_step : No 100
3992Delta between rule numbers when auto-generating them.
3993The value must be in the range 1..1000.
3994.It Va net.inet.ip.fw.curr_dyn_buckets : Va net.inet.ip.fw.dyn_buckets
3995The current number of buckets in the hash table for dynamic rules
3996(readonly).
3997.It Va net.inet.ip.fw.debug : No 1
3998Controls debugging messages produced by
3999.Nm .
4000.It Va net.inet.ip.fw.default_rule : No 65535
4001The default rule number (read-only).
4002By the design of
4003.Nm , the default rule is the last one, so its number
4004can also serve as the highest number allowed for a rule.
4005.It Va net.inet.ip.fw.dyn_buckets : No 256
4006The number of buckets in the hash table for dynamic rules.
4007Must be a power of 2, up to 65536.
4008It only takes effect when all dynamic rules have expired, so you
4009are advised to use a
4010.Cm flush
4011command to make sure that the hash table is resized.
4012.It Va net.inet.ip.fw.dyn_count : No 3
4013Current number of dynamic rules
4014(read-only).
4015.It Va net.inet.ip.fw.dyn_keepalive : No 1
4016Enables generation of keepalive packets for
4017.Cm keep-state
4018rules on TCP sessions.
4019A keepalive is generated to both
4020sides of the connection every 5 seconds for the last 20
4021seconds of the lifetime of the rule.
4022.It Va net.inet.ip.fw.dyn_max : No 8192
4023Maximum number of dynamic rules.
4024When you hit this limit, no more dynamic rules can be
4025installed until old ones expire.
4026.It Va net.inet.ip.fw.dyn_ack_lifetime : No 300
4027.It Va net.inet.ip.fw.dyn_syn_lifetime : No 20
4028.It Va net.inet.ip.fw.dyn_fin_lifetime : No 1
4029.It Va net.inet.ip.fw.dyn_rst_lifetime : No 1
4030.It Va net.inet.ip.fw.dyn_udp_lifetime : No 5
4031.It Va net.inet.ip.fw.dyn_short_lifetime : No 30
4032These variables control the lifetime, in seconds, of dynamic
4033rules.
4034Upon the initial SYN exchange the lifetime is kept short,
4035then increased after both SYN have been seen, then decreased
4036again during the final FIN exchange or when a RST is received.
4037Both
4038.Em dyn_fin_lifetime
4039and
4040.Em dyn_rst_lifetime
4041must be strictly lower than 5 seconds, the period of
4042repetition of keepalives.
4043The firewall enforces that.
4044.It Va net.inet.ip.fw.dyn_keep_states: No 0
4045Keep dynamic states on rule/set deletion.
4046States are relinked to default rule (65535).
4047This can be handly for ruleset reload.
4048Turned off by default.
4049.It Va net.inet.ip.fw.enable : No 1
4050Enables the firewall.
4051Setting this variable to 0 lets you run your machine without
4052firewall even if compiled in.
4053.It Va net.inet6.ip6.fw.enable : No 1
4054provides the same functionality as above for the IPv6 case.
4055.It Va net.inet.ip.fw.one_pass : No 1
4056When set, the packet exiting from the
4057.Nm dummynet
4058pipe or from
4059.Xr ng_ipfw 4
4060node is not passed though the firewall again.
4061Otherwise, after an action, the packet is
4062reinjected into the firewall at the next rule.
4063.It Va net.inet.ip.fw.tables_max : No 128
4064Maximum number of tables.
4065.It Va net.inet.ip.fw.verbose : No 1
4066Enables verbose messages.
4067.It Va net.inet.ip.fw.verbose_limit : No 0
4068Limits the number of messages produced by a verbose firewall.
4069.It Va net.inet6.ip6.fw.deny_unknown_exthdrs : No 1
4070If enabled packets with unknown IPv6 Extension Headers will be denied.
4071.It Va net.link.ether.ipfw : No 0
4072Controls whether layer-2 packets are passed to
4073.Nm .
4074Default is no.
4075.It Va net.link.bridge.ipfw : No 0
4076Controls whether bridged packets are passed to
4077.Nm .
4078Default is no.
4079.It Va net.inet.ip.fw.nat64_debug : No 0
4080Controls debugging messages produced by
4081.Nm ipfw_nat64
4082module.
4083.It Va net.inet.ip.fw.nat64_direct_output : No 0
4084Controls the output method used by
4085.Nm ipfw_nat64
4086module:
4087.Bl -tag -width indent
4088.It Cm 0
4089A packet is handled by
4090.Nm ipfw
4091twice.
4092First time an original packet is handled by
4093.Nm ipfw
4094and consumed by
4095.Nm ipfw_nat64
4096translator.
4097Then translated packet is queued via netisr to input processing again.
4098.It Cm 1
4099A packet is handled by
4100.Nm ipfw
4101only once, and after translation it will be pushed directly to outgoing
4102interface.
4103.El
4104.El
4105.Sh INTERNAL DIAGNOSTICS
4106There are some commands that may be useful to understand current state
4107of certain subsystems inside kernel module.
4108These commands provide debugging output which may change without notice.
4109.Pp
4110Currently the following commands are available as
4111.Cm internal
4112sub-options:
4113.Bl -tag -width indent
4114.It Cm iflist
4115Lists all interface which are currently tracked by
4116.Nm
4117with their in-kernel status.
4118.It Cm talist
4119List all table lookup algorithms currently available.
4120.El
4121.Sh EXAMPLES
4122There are far too many possible uses of
4123.Nm
4124so this Section will only give a small set of examples.
4125.Pp
4126.Ss BASIC PACKET FILTERING
4127This command adds an entry which denies all tcp packets from
4128.Em cracker.evil.org
4129to the telnet port of
4130.Em wolf.tambov.su
4131from being forwarded by the host:
4132.Pp
4133.Dl "ipfw add deny tcp from cracker.evil.org to wolf.tambov.su telnet"
4134.Pp
4135This one disallows any connection from the entire cracker's
4136network to my host:
4137.Pp
4138.Dl "ipfw add deny ip from 123.45.67.0/24 to my.host.org"
4139.Pp
4140A first and efficient way to limit access (not using dynamic rules)
4141is the use of the following rules:
4142.Pp
4143.Dl "ipfw add allow tcp from any to any established"
4144.Dl "ipfw add allow tcp from net1 portlist1 to net2 portlist2 setup"
4145.Dl "ipfw add allow tcp from net3 portlist3 to net3 portlist3 setup"
4146.Dl "..."
4147.Dl "ipfw add deny tcp from any to any"
4148.Pp
4149The first rule will be a quick match for normal TCP packets,
4150but it will not match the initial SYN packet, which will be
4151matched by the
4152.Cm setup
4153rules only for selected source/destination pairs.
4154All other SYN packets will be rejected by the final
4155.Cm deny
4156rule.
4157.Pp
4158If you administer one or more subnets, you can take advantage
4159of the address sets and or-blocks and write extremely
4160compact rulesets which selectively enable services to blocks
4161of clients, as below:
4162.Pp
4163.Dl "goodguys=\*q{ 10.1.2.0/24{20,35,66,18} or 10.2.3.0/28{6,3,11} }\*q"
4164.Dl "badguys=\*q10.1.2.0/24{8,38,60}\*q"
4165.Dl ""
4166.Dl "ipfw add allow ip from ${goodguys} to any"
4167.Dl "ipfw add deny ip from ${badguys} to any"
4168.Dl "... normal policies ..."
4169.Pp
4170The
4171.Cm verrevpath
4172option could be used to do automated anti-spoofing by adding the
4173following to the top of a ruleset:
4174.Pp
4175.Dl "ipfw add deny ip from any to any not verrevpath in"
4176.Pp
4177This rule drops all incoming packets that appear to be coming to the
4178system on the wrong interface.
4179For example, a packet with a source
4180address belonging to a host on a protected internal network would be
4181dropped if it tried to enter the system from an external interface.
4182.Pp
4183The
4184.Cm antispoof
4185option could be used to do similar but more restricted anti-spoofing
4186by adding the following to the top of a ruleset:
4187.Pp
4188.Dl "ipfw add deny ip from any to any not antispoof in"
4189.Pp
4190This rule drops all incoming packets that appear to be coming from another
4191directly connected system but on the wrong interface.
4192For example, a packet with a source address of
4193.Li 192.168.0.0/24 ,
4194configured on
4195.Li fxp0 ,
4196but coming in on
4197.Li fxp1
4198would be dropped.
4199.Pp
4200The
4201.Cm setdscp
4202option could be used to (re)mark user traffic,
4203by adding the following to the appropriate place in ruleset:
4204.Pp
4205.Dl "ipfw add setdscp be ip from any to any dscp af11,af21"
4206.Ss SELECTIVE MIRRORING
4207If your network has network traffic analyzer
4208connected to your host directly via dedicated interface
4209or remotely via RSPAN vlan, you can selectively mirror
4210some Ethernet layer2 frames to the analyzer.
4211.Pp
4212First, make sure your firewall is already configured and runs.
4213Then, enable layer2 processing if not already enabled:
4214.Pp
4215.Dl "sysctl net.link.ether.ipfw=1"
4216.Pp
4217Next, load needed additional kernel modules:
4218.Pp
4219.Dl "kldload ng_ether ng_ipfw"
4220.Pp
4221Optionally, make system load these modules automatically
4222at startup:
4223.Pp
4224.Dl sysrc kld_list+="ng_ether ng_ipfw"
4225.Pp
4226Next, configure
4227.Xr ng_ipfw 4
4228kernel module to transmit mirrored copies of layer2 frames
4229out via vlan900 interface:
4230.Pp
4231.Dl "ngctl connect ipfw: vlan900: 1 lower"
4232.Pp
4233Think of "1" here as of "mirroring instance index" and vlan900 is its
4234destination.
4235You can have arbitrary number of instances.
4236Refer to
4237.Xr ng_ipfw 4
4238for details.
4239.Pp
4240At last, actually start mirroring of selected frames using "instance 1".
4241For frames incoming from em0 interface:
4242.Pp
4243.Dl "ipfw add ngtee 1 ip from any to 192.168.0.1 layer2 in recv em0"
4244.Pp
4245For frames outgoing to em0 interface:
4246.Pp
4247.Dl "ipfw add ngtee 1 ip from any to 192.168.0.1 layer2 out xmit em0"
4248.Pp
4249For both incoming and outgoing frames while flowing through em0:
4250.Pp
4251.Dl "ipfw add ngtee 1 ip from any to 192.168.0.1 layer2 via em0"
4252.Pp
4253Make sure you do not perform mirroring for already duplicated frames
4254or kernel may hang as there is no safety net.
4255.Ss DYNAMIC RULES
4256In order to protect a site from flood attacks involving fake
4257TCP packets, it is safer to use dynamic rules:
4258.Pp
4259.Dl "ipfw add check-state"
4260.Dl "ipfw add deny tcp from any to any established"
4261.Dl "ipfw add allow tcp from my-net to any setup keep-state"
4262.Pp
4263This will let the firewall install dynamic rules only for
4264those connection which start with a regular SYN packet coming
4265from the inside of our network.
4266Dynamic rules are checked when encountering the first
4267occurrence of a
4268.Cm check-state ,
4269.Cm keep-state
4270or
4271.Cm limit
4272rule.
4273A
4274.Cm check-state
4275rule should usually be placed near the beginning of the
4276ruleset to minimize the amount of work scanning the ruleset.
4277Your mileage may vary.
4278.Pp
4279For more complex scenarios with dynamic rules
4280.Cm record-state
4281and
4282.Cm defer-action
4283can be used to precisely control creation and checking of dynamic rules.
4284Example of usage of these options are provided in
4285.Sx NETWORK ADDRESS TRANSLATION (NAT)
4286Section.
4287.Pp
4288To limit the number of connections a user can open
4289you can use the following type of rules:
4290.Pp
4291.Dl "ipfw add allow tcp from my-net/24 to any setup limit src-addr 10"
4292.Dl "ipfw add allow tcp from any to me setup limit src-addr 4"
4293.Pp
4294The former (assuming it runs on a gateway) will allow each host
4295on a /24 network to open at most 10 TCP connections.
4296The latter can be placed on a server to make sure that a single
4297client does not use more than 4 simultaneous connections.
4298.Pp
4299.Em BEWARE :
4300stateful rules can be subject to denial-of-service attacks
4301by a SYN-flood which opens a huge number of dynamic rules.
4302The effects of such attacks can be partially limited by
4303acting on a set of
4304.Xr sysctl 8
4305variables which control the operation of the firewall.
4306.Pp
4307Here is a good usage of the
4308.Cm list
4309command to see accounting records and timestamp information:
4310.Pp
4311.Dl ipfw -at list
4312.Pp
4313or in short form without timestamps:
4314.Pp
4315.Dl ipfw -a list
4316.Pp
4317which is equivalent to:
4318.Pp
4319.Dl ipfw show
4320.Pp
4321Next rule diverts all incoming packets from 192.168.2.0/24
4322to divert port 5000:
4323.Pp
4324.Dl ipfw divert 5000 ip from 192.168.2.0/24 to any in
4325.Ss TRAFFIC SHAPING
4326The following rules show some of the applications of
4327.Nm
4328and
4329.Nm dummynet
4330for simulations and the like.
4331.Pp
4332This rule drops random incoming packets with a probability
4333of 5%:
4334.Pp
4335.Dl "ipfw add prob 0.05 deny ip from any to any in"
4336.Pp
4337A similar effect can be achieved making use of
4338.Nm dummynet
4339pipes:
4340.Pp
4341.Dl "ipfw add pipe 10 ip from any to any"
4342.Dl "ipfw pipe 10 config plr 0.05"
4343.Pp
4344We can use pipes to artificially limit bandwidth, e.g.\& on a
4345machine acting as a router, if we want to limit traffic from
4346local clients on 192.168.2.0/24 we do:
4347.Pp
4348.Dl "ipfw add pipe 1 ip from 192.168.2.0/24 to any out"
4349.Dl "ipfw pipe 1 config bw 300Kbit/s queue 50KBytes"
4350.Pp
4351note that we use the
4352.Cm out
4353modifier so that the rule is not used twice.
4354Remember in fact that
4355.Nm
4356rules are checked both on incoming and outgoing packets.
4357.Pp
4358Should we want to simulate a bidirectional link with bandwidth
4359limitations, the correct way is the following:
4360.Pp
4361.Dl "ipfw add pipe 1 ip from any to any out"
4362.Dl "ipfw add pipe 2 ip from any to any in"
4363.Dl "ipfw pipe 1 config bw 64Kbit/s queue 10Kbytes"
4364.Dl "ipfw pipe 2 config bw 64Kbit/s queue 10Kbytes"
4365.Pp
4366The above can be very useful, e.g.\& if you want to see how
4367your fancy Web page will look for a residential user who
4368is connected only through a slow link.
4369You should not use only one pipe for both directions, unless
4370you want to simulate a half-duplex medium (e.g.\& AppleTalk,
4371Ethernet, IRDA).
4372It is not necessary that both pipes have the same configuration,
4373so we can also simulate asymmetric links.
4374.Pp
4375Should we want to verify network performance with the RED queue
4376management algorithm:
4377.Pp
4378.Dl "ipfw add pipe 1 ip from any to any"
4379.Dl "ipfw pipe 1 config bw 500Kbit/s queue 100 red 0.002/30/80/0.1"
4380.Pp
4381Another typical application of the traffic shaper is to
4382introduce some delay in the communication.
4383This can significantly affect applications which do a lot of Remote
4384Procedure Calls, and where the round-trip-time of the
4385connection often becomes a limiting factor much more than
4386bandwidth:
4387.Pp
4388.Dl "ipfw add pipe 1 ip from any to any out"
4389.Dl "ipfw add pipe 2 ip from any to any in"
4390.Dl "ipfw pipe 1 config delay 250ms bw 1Mbit/s"
4391.Dl "ipfw pipe 2 config delay 250ms bw 1Mbit/s"
4392.Pp
4393Per-flow queueing can be useful for a variety of purposes.
4394A very simple one is counting traffic:
4395.Pp
4396.Dl "ipfw add pipe 1 tcp from any to any"
4397.Dl "ipfw add pipe 1 udp from any to any"
4398.Dl "ipfw add pipe 1 ip from any to any"
4399.Dl "ipfw pipe 1 config mask all"
4400.Pp
4401The above set of rules will create queues (and collect
4402statistics) for all traffic.
4403Because the pipes have no limitations, the only effect is
4404collecting statistics.
4405Note that we need 3 rules, not just the last one, because
4406when
4407.Nm
4408tries to match IP packets it will not consider ports, so we
4409would not see connections on separate ports as different
4410ones.
4411.Pp
4412A more sophisticated example is limiting the outbound traffic
4413on a net with per-host limits, rather than per-network limits:
4414.Pp
4415.Dl "ipfw add pipe 1 ip from 192.168.2.0/24 to any out"
4416.Dl "ipfw add pipe 2 ip from any to 192.168.2.0/24 in"
4417.Dl "ipfw pipe 1 config mask src-ip 0x000000ff bw 200Kbit/s queue 20Kbytes"
4418.Dl "ipfw pipe 2 config mask dst-ip 0x000000ff bw 200Kbit/s queue 20Kbytes"
4419.Ss LOOKUP TABLES
4420In the following example, we need to create several traffic bandwidth
4421classes and we need different hosts/networks to fall into different classes.
4422We create one pipe for each class and configure them accordingly.
4423Then we create a single table and fill it with IP subnets and addresses.
4424For each subnet/host we set the argument equal to the number of the pipe
4425that it should use.
4426Then we classify traffic using a single rule:
4427.Pp
4428.Dl "ipfw pipe 1 config bw 1000Kbyte/s"
4429.Dl "ipfw pipe 4 config bw 4000Kbyte/s"
4430.Dl "..."
4431.Dl "ipfw table T1 create type addr"
4432.Dl "ipfw table T1 add 192.168.2.0/24 1"
4433.Dl "ipfw table T1 add 192.168.0.0/27 4"
4434.Dl "ipfw table T1 add 192.168.0.2 1"
4435.Dl "..."
4436.Dl "ipfw add pipe tablearg ip from 'table(T1)' to any"
4437.Pp
4438Using the
4439.Cm fwd
4440action, the table entries may include hostnames and IP addresses.
4441.Pp
4442.Dl "ipfw table T2 create type addr ftype ip"
4443.Dl "ipfw table T2 add 192.168.2.0/24 10.23.2.1"
4444.Dl "ipfw table T21 add 192.168.0.0/27 router1.dmz"
4445.Dl "..."
4446.Dl "ipfw add 100 fwd tablearg ip from any to table(1)"
4447.Pp
4448In the following example per-interface firewall is created:
4449.Pp
4450.Dl "ipfw table IN create type iface valtype skipto,fib"
4451.Dl "ipfw table IN add vlan20 12000,12"
4452.Dl "ipfw table IN add vlan30 13000,13"
4453.Dl "ipfw table OUT create type iface valtype skipto"
4454.Dl "ipfw table OUT add vlan20 22000"
4455.Dl "ipfw table OUT add vlan30 23000"
4456.Dl ".."
4457.Dl "ipfw add 100 setfib tablearg ip from any to any recv 'table(IN)' in"
4458.Dl "ipfw add 200 skipto tablearg ip from any to any recv 'table(IN)' in"
4459.Dl "ipfw add 300 skipto tablearg ip from any to any xmit 'table(OUT)' out"
4460.Pp
4461The following example illustrate usage of flow tables:
4462.Pp
4463.Dl "ipfw table fl create type flow:src-ip,proto,dst-ip,dst-port"
4464.Dl "ipfw table fl add 2a02:6b8:77::88,tcp,2a02:6b8:77::99,80 11"
4465.Dl "ipfw table fl add 10.0.0.1,udp,10.0.0.2,53 12"
4466.Dl ".."
4467.Dl "ipfw add 100 allow ip from any to any flow 'table(fl,11)' recv ix0"
4468.Ss SETS OF RULES
4469To add a set of rules atomically, e.g.\& set 18:
4470.Pp
4471.Dl "ipfw set disable 18"
4472.Dl "ipfw add NN set 18 ...         # repeat as needed"
4473.Dl "ipfw set enable 18"
4474.Pp
4475To delete a set of rules atomically the command is simply:
4476.Pp
4477.Dl "ipfw delete set 18"
4478.Pp
4479To test a ruleset and disable it and regain control if something goes wrong:
4480.Pp
4481.Dl "ipfw set disable 18"
4482.Dl "ipfw add NN set 18 ...         # repeat as needed"
4483.Dl "ipfw set enable 18; echo done; sleep 30 && ipfw set disable 18"
4484.Pp
4485Here if everything goes well, you press control-C before the "sleep"
4486terminates, and your ruleset will be left active.
4487Otherwise, e.g.\& if
4488you cannot access your box, the ruleset will be disabled after
4489the sleep terminates thus restoring the previous situation.
4490.Pp
4491To show rules of the specific set:
4492.Pp
4493.Dl "ipfw set 18 show"
4494.Pp
4495To show rules of the disabled set:
4496.Pp
4497.Dl "ipfw -S set 18 show"
4498.Pp
4499To clear a specific rule counters of the specific set:
4500.Pp
4501.Dl "ipfw set 18 zero NN"
4502.Pp
4503To delete a specific rule of the specific set:
4504.Pp
4505.Dl "ipfw set 18 delete NN"
4506.Ss NAT, REDIRECT AND LSNAT
4507First redirect all the traffic to nat instance 123:
4508.Pp
4509.Dl "ipfw add nat 123 all from any to any"
4510.Pp
4511Then to configure nat instance 123 to alias all the outgoing traffic with ip
4512192.168.0.123, blocking all incoming connections, trying to keep
4513same ports on both sides, clearing aliasing table on address change
4514and keeping a log of traffic/link statistics:
4515.Pp
4516.Dl "ipfw nat 123 config ip 192.168.0.123 log deny_in reset same_ports"
4517.Pp
4518Or to change address of instance 123, aliasing table will be cleared (see
4519reset option):
4520.Pp
4521.Dl "ipfw nat 123 config ip 10.0.0.1"
4522.Pp
4523To see configuration of nat instance 123:
4524.Pp
4525.Dl "ipfw nat 123 show config"
4526.Pp
4527To show logs of all the instances in range 111-999:
4528.Pp
4529.Dl "ipfw nat 111-999 show"
4530.Pp
4531To see configurations of all instances:
4532.Pp
4533.Dl "ipfw nat show config"
4534.Pp
4535Or a redirect rule with mixed modes could looks like:
4536.Pp
4537.Dl "ipfw nat 123 config redirect_addr 10.0.0.1 10.0.0.66"
4538.Dl "			 redirect_port tcp 192.168.0.1:80 500"
4539.Dl "			 redirect_proto udp 192.168.1.43 192.168.1.1"
4540.Dl "			 redirect_addr 192.168.0.10,192.168.0.11"
4541.Dl "			 	    10.0.0.100	# LSNAT"
4542.Dl "			 redirect_port tcp 192.168.0.1:80,192.168.0.10:22"
4543.Dl "			 	    500		# LSNAT"
4544.Pp
4545or it could be split in:
4546.Pp
4547.Dl "ipfw nat 1 config redirect_addr 10.0.0.1 10.0.0.66"
4548.Dl "ipfw nat 2 config redirect_port tcp 192.168.0.1:80 500"
4549.Dl "ipfw nat 3 config redirect_proto udp 192.168.1.43 192.168.1.1"
4550.Dl "ipfw nat 4 config redirect_addr 192.168.0.10,192.168.0.11,192.168.0.12"
4551.Dl "				         10.0.0.100"
4552.Dl "ipfw nat 5 config redirect_port tcp"
4553.Dl "			192.168.0.1:80,192.168.0.10:22,192.168.0.20:25 500"
4554.Pp
4555Sometimes you may want to mix NAT and dynamic rules. It could be achieved with
4556.Cm record-state
4557and
4558.Cm defer-action
4559options. Problem is, you need to create dynamic rule before NAT and check it
4560after NAT actions (or vice versa) to have consistent addresses and ports.
4561Rule with
4562.Cm keep-state
4563option will trigger activation of existing dynamic state, and action of such
4564rule will be performed as soon as rule is matched. In case of NAT and
4565.Cm allow
4566rule packet need to be passed to NAT, not allowed as soon is possible.
4567.Pp
4568There is example of set of rules to achieve this. Bear in mind that this
4569is example only and it is not very useful by itself.
4570.Pp
4571On way out, after all checks place this rules:
4572.Pp
4573.Dl "ipfw add allow record-state skip-action"
4574.Dl "ipfw add nat 1"
4575.Pp
4576And on way in there should be something like this:
4577.Pp
4578.Dl "ipfw add nat 1"
4579.Dl "ipfw add check-state"
4580.Pp
4581Please note, that first rule on way out doesn't allow packet and doesn't
4582execute existing dynamic rules. All it does, create new dynamic rule with
4583.Cm allow
4584action, if it is not created yet. Later, this dynamic rule is used on way
4585in by
4586.Cm check-state
4587rule.
4588.Ss CONFIGURING CODEL, PIE, FQ-CODEL and FQ-PIE AQM
4589.Cm codel
4590and
4591.Cm pie
4592AQM can be configured for
4593.Nm dummynet
4594.Cm pipe
4595or
4596.Cm queue.
4597.Pp
4598To configure a
4599.Cm pipe
4600with
4601.Cm codel
4602AQM using default configuration for traffic from 192.168.0.0/24 and 1Mbits/s
4603rate limit, we do:
4604.Pp
4605.Dl "ipfw pipe 1 config bw 1mbits/s codel"
4606.Dl "ipfw add 100 pipe 1 ip from 192.168.0.0/24 to any"
4607.Pp
4608To configure a
4609.Cm queue
4610with
4611.Cm codel
4612AQM using different configurations parameters for traffic from
4613192.168.0.0/24 and 1Mbits/s rate limit, we do:
4614.Pp
4615.Dl "ipfw pipe 1 config bw 1mbits/s"
4616.Dl "ipfw queue 1 config pipe 1 codel target 8ms interval 160ms ecn"
4617.Dl "ipfw add 100 queue 1 ip from 192.168.0.0/24 to any"
4618.Pp
4619To configure a
4620.Cm pipe
4621with
4622.Cm pie
4623AQM using default configuration for traffic from 192.168.0.0/24 and 1Mbits/s
4624rate limit, we do:
4625.Pp
4626.Dl "ipfw pipe 1 config bw 1mbits/s pie"
4627.Dl "ipfw add 100 pipe 1 ip from 192.168.0.0/24 to any"
4628.Pp
4629To configure a
4630.Cm queue
4631with
4632.Cm pie
4633AQM using different configuration parameters for traffic from
4634192.168.0.0/24 and 1Mbits/s rate limit, we do:
4635.Pp
4636.Dl "ipfw pipe 1 config bw 1mbits/s"
4637.Dl "ipfw queue 1 config pipe 1 pie target 20ms tupdate 30ms ecn"
4638.Dl "ipfw add 100 queue 1 ip from 192.168.0.0/24 to any"
4639.Pp
4640.Cm fq_codel
4641and
4642.Cm fq_pie
4643AQM can be configured for
4644.Nm dummynet
4645schedulers.
4646.Pp
4647To configure
4648.Cm fq_codel
4649scheduler using different configurations parameters for traffic from
4650192.168.0.0/24 and 1Mbits/s rate limit, we do:
4651.Pp
4652.Dl "ipfw pipe 1 config bw 1mbits/s"
4653.Dl "ipfw sched 1 config pipe 1 type fq_codel"
4654.Dl "ipfw queue 1 config sched 1"
4655.Dl "ipfw add 100 queue 1 ip from 192.168.0.0/24 to any"
4656.Pp
4657To change
4658.Cm fq_codel
4659default configuration for a
4660.Cm sched
4661such as disable ECN and change the
4662.Ar target
4663to 10ms, we do:
4664.Pp
4665.Dl "ipfw sched 1 config pipe 1 type fq_codel target 10ms noecn"
4666.Pp
4667Similar to
4668.Cm fq_codel,
4669to configure
4670.Cm fq_pie
4671scheduler using different configurations parameters for traffic from
4672192.168.0.0/24 and 1Mbits/s rate limit, we do:
4673.Pp
4674.Dl "ipfw pipe 1 config bw 1mbits/s"
4675.Dl "ipfw sched 1 config pipe 1 type fq_pie"
4676.Dl "ipfw queue 1 config sched 1"
4677.Dl "ipfw add 100 queue 1 ip from 192.168.0.0/24 to any"
4678.Pp
4679The configurations of
4680.Cm fq_pie
4681.Cm sched
4682can be changed in a similar way as for
4683.Cm fq_codel
4684.Sh SEE ALSO
4685.Xr cpp 1 ,
4686.Xr m4 1 ,
4687.Xr altq 4 ,
4688.Xr divert 4 ,
4689.Xr dummynet 4 ,
4690.Xr if_bridge 4 ,
4691.Xr ip 4 ,
4692.Xr ipfirewall 4 ,
4693.Xr ng_ether 4 ,
4694.Xr ng_ipfw 4 ,
4695.Xr protocols 5 ,
4696.Xr services 5 ,
4697.Xr init 8 ,
4698.Xr kldload 8 ,
4699.Xr reboot 8 ,
4700.Xr sysctl 8 ,
4701.Xr sysrc 8 ,
4702.Xr syslogd 8
4703.Sh HISTORY
4704The
4705.Nm
4706utility first appeared in
4707.Fx 2.0 .
4708.Nm dummynet
4709was introduced in
4710.Fx 2.2.8 .
4711Stateful extensions were introduced in
4712.Fx 4.0 .
4713.Nm ipfw2
4714was introduced in Summer 2002.
4715.Sh AUTHORS
4716.An Ugen J. S. Antsilevich ,
4717.An Poul-Henning Kamp ,
4718.An Alex Nash ,
4719.An Archie Cobbs ,
4720.An Luigi Rizzo ,
4721.An Rasool Al-Saadi .
4722.Pp
4723.An -nosplit
4724API based upon code written by
4725.An Daniel Boulet
4726for BSDI.
4727.Pp
4728Dummynet has been introduced by Luigi Rizzo in 1997-1998.
4729.Pp
4730Some early work (1999-2000) on the
4731.Nm dummynet
4732traffic shaper supported by Akamba Corp.
4733.Pp
4734The ipfw core (ipfw2) has been completely redesigned and
4735reimplemented by Luigi Rizzo in summer 2002.
4736Further
4737actions and
4738options have been added by various developers over the years.
4739.Pp
4740.An -nosplit
4741In-kernel NAT support written by
4742.An Paolo Pisati Aq Mt piso@FreeBSD.org
4743as part of a Summer of Code 2005 project.
4744.Pp
4745SCTP
4746.Nm nat
4747support has been developed by
4748.An The Centre for Advanced Internet Architectures (CAIA) Aq http://www.caia.swin.edu.au .
4749The primary developers and maintainers are David Hayes and Jason But.
4750For further information visit:
4751.Aq http://www.caia.swin.edu.au/urp/SONATA
4752.Pp
4753Delay profiles have been developed by Alessandro Cerri and
4754Luigi Rizzo, supported by the
4755European Commission within Projects Onelab and Onelab2.
4756.Pp
4757CoDel, PIE, FQ-CoDel and FQ-PIE AQM for Dummynet have been implemented by
4758.An The Centre for Advanced Internet Architectures (CAIA)
4759in 2016, supported by The Comcast Innovation Fund.
4760The primary developer is
4761Rasool Al-Saadi.
4762.Sh BUGS
4763The syntax has grown over the years and sometimes it might be confusing.
4764Unfortunately, backward compatibility prevents cleaning up mistakes
4765made in the definition of the syntax.
4766.Pp
4767.Em !!! WARNING !!!
4768.Pp
4769Misconfiguring the firewall can put your computer in an unusable state,
4770possibly shutting down network services and requiring console access to
4771regain control of it.
4772.Pp
4773Incoming packet fragments diverted by
4774.Cm divert
4775are reassembled before delivery to the socket.
4776The action used on those packet is the one from the
4777rule which matches the first fragment of the packet.
4778.Pp
4779Packets diverted to userland, and then reinserted by a userland process
4780may lose various packet attributes.
4781The packet source interface name
4782will be preserved if it is shorter than 8 bytes and the userland process
4783saves and reuses the sockaddr_in
4784(as does
4785.Xr natd 8 ) ;
4786otherwise, it may be lost.
4787If a packet is reinserted in this manner, later rules may be incorrectly
4788applied, making the order of
4789.Cm divert
4790rules in the rule sequence very important.
4791.Pp
4792Dummynet drops all packets with IPv6 link-local addresses.
4793.Pp
4794Rules using
4795.Cm uid
4796or
4797.Cm gid
4798may not behave as expected.
4799In particular, incoming SYN packets may
4800have no uid or gid associated with them since they do not yet belong
4801to a TCP connection, and the uid/gid associated with a packet may not
4802be as expected if the associated process calls
4803.Xr setuid 2
4804or similar system calls.
4805.Pp
4806Rule syntax is subject to the command line environment and some patterns
4807may need to be escaped with the backslash character
4808or quoted appropriately.
4809.Pp
4810Due to the architecture of
4811.Xr libalias 3 ,
4812ipfw nat is not compatible with the TCP segmentation offloading (TSO).
4813Thus, to reliably nat your network traffic, please disable TSO
4814on your NICs using
4815.Xr ifconfig 8 .
4816.Pp
4817ICMP error messages are not implicitly matched by dynamic rules
4818for the respective conversations.
4819To avoid failures of network error detection and path MTU discovery,
4820ICMP error messages may need to be allowed explicitly through static
4821rules.
4822.Pp
4823Rules using
4824.Cm call
4825and
4826.Cm return
4827actions may lead to confusing behaviour if ruleset has mistakes,
4828and/or interaction with other subsystems (netgraph, dummynet, etc.) is used.
4829One possible case for this is packet leaving
4830.Nm
4831in subroutine on the input pass, while later on output encountering unpaired
4832.Cm return
4833first.
4834As the call stack is kept intact after input pass, packet will suddenly
4835return to the rule number used on input pass, not on output one.
4836Order of processing should be checked carefully to avoid such mistakes.
4837