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