an easy and consistent way of installing software ported to FreeBSD
This program can convert your Checkpoint FW1 rulesets into
XML files which can then be processed by Firewall Builder.
WWW: http://cp2fwbuilder.sourceforge.net/
=======================================================
In order for cp2fwb to work, you need the following
files from your Checkpoint FW1 installation:
- Rulebase.W
- objects.C
You can then run the program like this:
cp2fwbuilder --objects=objects.C \
--rules=Rulebase.W \
--output_xml=Rulebase.xml
=======================================================