Skip to content

Getting Started

Glenn edited this page Apr 6, 2020 · 6 revisions

Install

Clone the Git repository to your local machine:

git clone https://github.com/glennake/OpenFireVert.git

Change directory to the clone repository:

cd OpenFireVert

Install the required Python modules using Pip:

pip3 install -r requirements.txt

Usage

python3 convert.py <input_file> <output_mode> <source_type> <destination_type>

Parameters

input_file

Description: full path to input configuration file (/full/path/to/config)

output_mode

Description: generated data output mode - [config|data]
config - output as configuration to stdout
data - parsed dictionary data dump to stdout

source_type

Description: source firewall type - [watchguard]
See Firewall Support for full list of supported options.

destination_type

Description: destination firewall type - [fortigate]
See Firewall Support for list of supported options.

Clone this wiki locally