1fwb_ipfw(1) Firewall Builder fwb_ipfw(1)
2
3
4
6 fwb_ipfw - Policy compiler for ipfw
7
9 fwb_ipfw [-vVx] [-d wdir] [-o output.fw] [-i] -f data_file.xml
10 object_name
11
12
14 fwb_ipfw is a firewall policy compiler component of Firewall Builder
15 (see fwbuilder(1)). This compiler generates code for ipfw - a firewall
16 and traffic shaper in FreeBSD (see ipfw(8)). Compiler reads objects
17 definitions and firewall description from the data file specified with
18 "-f" option and generates firewall configuration and activation script.
19
20 The generated file has a name that starts with the name of the firewall
21 object, with an extension ".fw". It is a shell script that flushes cur‐
22 rent policy, then loads new filter and nat rules.
23
24 The data file and the name of the firewall objects must be specified on
25 the command line. Other command line parameters are optional.
26
27
28
30 -f FILE
31 Specify the name of the data file to be processed.
32
33
34 -o output.fw
35 Specify output file name
36
37
38 -d wdir
39 Specify working directory. Compiler creates firewall activation
40 script in this directory. If this parameter is missing, then
41 all files will be placed in the current working directory.
42
43
44 -v Be verbose: compiler prints diagnostic messages when it works.
45
46
47 -V Print version number and quit.
48
49
50 -i When this option is present, the last argument on the command
51 line is supposed to be firewall object ID rather than its name
52
53
54 -x Generate debugging information while working. This option is
55 intended for debugging only and may produce lots of cryptic mes‐
56 sages.
57
58
60 Support for ipfw was added in version 1.0.10 of Firewall Builder
61
62
63
65 Firewall Builder home page is located at the following URL:
66 http://www.fwbuilder.org/
67
68
70 Please report bugs using bug tracking system on SourceForge:
71
72 http://sourceforge.net/tracker/?group_id=5314&atid=105314
73
74
75
77 fwbuilder(1), fwb_ipt(1), fwb_pf(1) fwb_ipf(1)
78
79
80FWB fwb_ipfw(1)