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