fwb_ipf(1) | Firewall Builder | fwb_ipf(1) |
fwb_ipf - Policy compiler for ipfilter
fwb_ipf [-vVx] [-d wdir] [-o output.fw] [-i] -f data_file.xml object_name
fwb_ipf is a firewall policy compiler component of Firewall Builder (see fwbuilder(1)). This compiler generates code for ipfilter. Compiler reads objects definitions and firewall description from the data file specified with "-f" option and generates ipfilter configuration files and firewall activation script.
All generated files have names that start with the name of the firewall object. Firewall activation script has extension ".fw" and is simple shell script that flushes current policy, loads new filter and nat rules and then activates ipfilter. IPFilter configuration file name starts with the name of the firewall object, plus "-ipf.conf". NAT configuration file name also starts with the name of the firewall object, plus "-nat.conf". For example, if firewall object has name "myfirewall", then compiler will create three files: "myfirewall.fw", "myfirewall-pf.conf", "myfirewall-nat.conf".
The data file and the name of the firewall objects must be specified on the command line. Other command line parameters are optional.
Support for ipf returned in version 1.0.1 of Firewall Builder
Supported features:
Features that are not supported (yet)
Features that won't be supported (at least not anytime soon)
Firewall Builder home page is located at the following URL: http://www.fwbuilder.org/
Please report bugs using bug tracking system on SourceForge:
http://sourceforge.net/tracker/?group_id=5314&atid=105314
FWB |