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