tuckner / vagrant-check-point

Vagrantfile for turning up Check Point firewall lab environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Vagrant for Firewall Labs

Overview

Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time.

Vagrant is traditionally used to virtualize development environments based on common Linux and Windows distributions. This guide provides an overview to deploy the heavily customized operating systems of many common firewall vendors.

Quick Start

  1. Clone repository

    (Edit the Vagrantfile and set the box_url variable with your vagrant box.)

  2. Run vagrant up from the Vagrantfile directory.

  3. Once completed, access the environment via vagrant ssh.

Notes

Uses sk95869 in the base image to receive an IP through DHCP from Virtualbox. You may also build a Vagrant box with a statically assigned IP and set a private network in Virtualbox if you wish to have networking between VMs.

About

Vagrantfile for turning up Check Point firewall lab environments

License:MIT License


Languages

Language:Shell 100.0%