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