mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
266d659d5e
Checkpoint FW1 to Firewall Builder ruleset converter PR: 37298 Submitted by: Christian Brueffer <chris@unixpages.org>
16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
=======================================================
|
|
|
|
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
|
|
|
|
=======================================================
|