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