1fwb_ipt(1) Firewall Builder fwb_ipt(1)
2
3
4
6 fwb_ipt - Policy compiler for iptables
7
9 fwb_ipt [-wvV] [-dwdir] [-ooutput.fw] -fdata_file.xml object_name
10
11
13 fwb_ipt is a firewall policy compiler component of Firewall Builder
14 (see fwbuilder(1)). Compiler reads objects definitions and firewall
15 description from the data file specified with "-f" option and generates
16 resultant iptables script. The script is written to the file with the
17 name the same as the name of the firewall object, plus extension ".fw".
18
19 The data file and the name of the firewall objects must be specified on
20 the command line. Other command line parameters are optional.
21
22
24 -f FILE
25 Specify the name of the data file to be processed.
26
27
28 -o output.fw
29 Specify output file name
30
31
32 -d wdir
33 Specify working directory. Compiler creates file with iptables
34 script in this directory. If this parameter is missing, then
35 iptables script will be placed in the current working directory.
36
37
38 -v Be verbose: compiler prints diagnostic messages when it works.
39
40
41 -V Print version number and quit.
42
43
45 Firewall Builder home page is located at the following URL:
46 http://www.fwbuilder.org/
47
48
50 Please report bugs using bug tracking system on SourceForge:
51
52 http://sourceforge.net/tracker/?group_id=5314&atid=105314
53
54
55
57 fwbuilder(1), fwb_ipf(1), fwb_pf(1)
58
59
60FWB fwb_ipt(1)