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