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