1fwbuilder(1) Firewall Builder fwbuilder(1)
2
3
4
6 fwbuilder - Multiplatform firewall configuration tool
7
9 /usr/bin/fwbuilder [-ffile.fwb] [-d] [-h] [-ofile] [-Pobject_name] [-r]
10 [-v]
11
12
13
15 fwbuilder is the Graphic User Interface (GUI) component of Firewall
16 Builder.
17
18 Firewall Builder consists of a GUI and set of policy compilers for var‐
19 ious firewall platforms. It helps users maintain a database of objects
20 and allows policy editing using simple drag-and-drop operations. GUI
21 generates firewall description in the form of XML file, which compilers
22 then interpret and generate platform-specific code. Several algorithms
23 are provided for automated network objects discovery and bulk import of
24 data. The GUI and policy compilers are completely independent, this
25 provides for a consistent abstract model and the same GUI for different
26 firewall platforms.
27
28 Firewall Builder supports firewalls based on iptables (Linux kernel
29 2.4.x and 2.6.x, see fwb_ipt(1)), ipfilter (variety of platforms
30 including *BSD, Solaris and others, see fwb_ipf(1)), pf (OpenBSD and
31 FreeBSD, see fwb_pf(1)), ipfw (FreeBSD and others), Cisco PIX (v6.x and
32 7.x) and Cisco IOS extended access lists.
33
34
35
37 -f FILE
38 Specify the name of the file to be loaded when program starts.
39
40
41 -r When this command line option is given in combination with -f
42 file, the program automatically opens RCS head revision of the
43 file if file is in RCS. If file is not in RCS, this option does
44 nothing and the file is opened as usual.
45
46
47 -d Turns on debug mode. Note that in this mode the program gener‐
48 ates lots of output on standard error. This is used for debug‐
49 ging.
50
51
52 -h Prints brief help message
53
54
55 -o file
56 Specify the name of the file for the print output, see option
57 "-P".
58
59
60 -P object_name
61 Print rules and objects for the firewall object "object_name"
62 and immediately exit. The program does not go into interactive
63 mode and does not need X11. Print output will be placed in the
64 file specified with "-o" option. If file name is not given with
65 option "-o", print output is stored in the file "print.pdf" in
66 the current directory.
67
68
69
71 $HOME/.qt/firewallbuilder2rc
72 Fwbuilder v2.1 stores user preferences in this file.
73
74
75 $HOME/.config/netcitadel.com/Firewall Builder.conf
76 Fwbuilder v3.0 stores user preferences in this file.
77
78
80 Firewall Builder home page is located at the following URL:
81 http://www.fwbuilder.org/
82
83
85 Please report bugs using bug tracking system on SourceForge:
86
87 http://sourceforge.net/tracker/?group_id=5314&atid=105314
88
89
90
92 fwblookup(1), fwb_ipt(1), fwb_ipf(1), fwb_pf(1)
93
94
95FWB fwbuilder(1)