|
NAMEfwb_pf - Policy compiler for OpenBSD packet filter "pf"SYNOPSISfwb_pf [-vVx] [-d wdir] [-o output.fw] [-i] -f data_file.xml object_nameDESCRIPTIONfwb_pf is a firewall policy compiler component of Firewall Builder (see fwbuilder(1)). This compiler generates code for OpenBSD Packet Filter (pf). Compiler reads objects definitions and firewall description from the data file specified with "-f" option and generates pf 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 pf. PF configuration file name starts with the name of the firewall object, plus "-pf.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 PF has been introduced in version 1.0.1 of Firewall BuilderSupported features:
Features that are not supported (yet)
What will not 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_ipf(1)
Visit the GSP FreeBSD Man Page Interface. |