|
NAMEfwb_ipf - Policy compiler for ipfilterSYNOPSISfwb_ipf [-vVx] [-d wdir] [-o output.fw] [-i] -f data_file.xml object_nameDESCRIPTIONfwb_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. OPTIONS
NOTESSupport for ipf returned in version 1.0.1 of Firewall BuilderSupported features:
Features that are not supported (yet)
Features that won't be supported (at least not anytime soon)
URLFirewall Builder home page is located at the following URL: http://www.fwbuilder.org/BUGSPlease report bugs using bug tracking system on SourceForge:http://sourceforge.net/tracker/?group_id=5314&atid=105314 SEE ALSOfwbuilder(1), fwb_ipt(1), fwb_pf(1)
Visit the GSP FreeBSD Man Page Interface. |