Configuring Check Point Security Gateway using User Data

To configure the Check Point Security Gateway using User Data:

  1. Go to Aviatrix CoPilot > Security > FireNet Gateways > select the Firewall tab > click + Firewall.

  2. Fill in the required fields.

  3. Enable Bootstrap Configuration.

  4. Select User Data.

    Below is a sample Check Point Bootstrap User Data Configuration you can paste into the User Data field to configure the firewall "Allow-all" policy.

    #!/bin/bash
    
    clish -c "set user <user> password-hash <100+ character hash string>" -s
    clish -c 'set interface eth1 state on' -s
    clish -c 'set hostname checkpoint' -s
    blink_config -s 'upload_info=false&download_info=false&install_security_gw=true&install_ppak=true&install_security_managment=false&ipstat_v6=off&ftw_sic_key=<password>'
  1. Click Deploy. Wait 15 minutes for the firewall to boot up and initialize.

  2. Log into the HTTPS interface of the public IP with the username and password specified in the Bootstrap Configuration file.