CloudGuard WAF
  • Documentation Overview
  • What is CloudGuard WAF?
  • Getting started
    • Prepare key information
    • Log in to the Infinity Portal
    • Protect a Web Application / API
    • Deploy Enforcement Point
      • Gateway/Virtual Machine
        • AWS
          • Store Certificates in AWS
          • Store certificates on Gateway
        • Azure
          • Store Certificates in Azure
          • Store Certificates on Gateway
        • VMware
          • Store Certificates on Gateway
          • Configure networking in VMware Deployments
      • WAF as a Service
        • Certificates Managed by Check Point
        • Bring Your Own Certificate
      • Kubernetes Ingress
        • Kong Application Security
        • Istio Application Security
      • Docker
        • Single Docker
          • Deployment using 'docker' command
            • Store Certificates Locally on Docker
          • Deployment in Azure App Services
        • Dual Docker: NGINX/Kong/Envoy + Security Agent
      • Linux / NGINX / Kong
    • Monitor Events
  • Concepts
    • Gateways & Agents
    • Management & Automation
    • Security Practices
    • Contextual Machine Learning
  • Additional Security Engines
    • Anti-Bot
    • API Protection
      • API Discovery
      • Track API Discovery Learning
      • Enforce API Schema
    • File Security
    • Intrusion Prevention System (IPS)
    • Rate Limit
    • Snort Rules
  • SETUP INSTRUCTIONS
    • Setup Custom Rules and Exceptions
    • Setup Web User Response Pages
    • Setup Log Triggers
    • Setup Report Triggers
    • Setup Notification Triggers
    • Setup Behavior Upon Failure
    • Setup Agent Upgrade Schedule
  • HOW TO
    • Edit Web Application/API Settings
    • Edit Reverse Proxy Advanced Settings for a Web Asset
    • Protect an existing production site with CloudGuard WAF's Gateway
    • View Policy of all your Web Applications/APIs
    • Add Data Loss Prevention (DLP) rules
    • Configure Contextual Machine Learning for Best Accuracy
    • Track Agent Status
    • Track Learning and Move from Learn/Detect to Prevent
    • Rotate profile authentication token
    • Upgrade your Reverse Proxy when a Linux/NGINX agent is installed
    • Use Terraform to Manage CloudGuard WAF
    • Authorize Temporary Access for Check Point Support
    • Restrict Access to Backend Servers from CloudGuard WAF as a Service IPs Only
  • Troubleshooting
    • WAF Gateway / Virtual Machine
      • Azure
        • "Unable to find a tag containing the vault's name in the VMSS" Error
        • How To: Configure Key Vault for a Single Gateway
      • NGINX Error: Upstream Sent Too Big Header While Reading Response Header from Upstream
      • How To: Compare Between the Gateway's Certificate and the Upstream Certificate
    • Linux
      • SELinux: Checking Status and Disabling
    • WAF as a Service
      • Certificate Validation Failed: Adjusting CAA Record
      • How To: Redirect a Root Domain to a Subdomain Protected by WAF SaaS
      • How To: Extend Connection Timeout to Upstream
      • How To: Update Expired Certificates
  • references
    • Agent CLI
    • Management API
    • Event Query Language
    • Writing Snort Signatures
    • Events/Logs Schema
    • CVE-2022-3786 and CVE-2022-3602: OpenSSL X.509 Email Address Buffer Overflows (HIGH)
    • CVE-2025-1097, CVE-2025-1098, CVE-2025-24514, CVE-2025-1974: Ingress NGINX Controller RCE (Critical)
  • Resources
    • GitHub
    • Docker Hub
Powered by GitBook
On this page
  • Overview
  • Installation

Was this helpful?

  1. Getting started
  2. Deploy Enforcement Point
  3. Gateway/Virtual Machine

VMware

PreviousStore Certificates on GatewayNextStore Certificates on Gateway

Last updated 5 months ago

Was this helpful?

Overview

If you are deploying a CloudGuard WAF Gateway to protect an existing production website, we recommend you also read the .

CloudGuard WAF can be deployed as either a single virtual machine or several virtual machines in VMware vSphere. It acts as a reverse proxy where before / after you can deploy load balancer.

Installation

Follow these steps to deploy CloudGuard WAF in VMware vSphere 6.5 and above:

Minimal configuration for CloudGuard WAF VM is: 2*vCPU, 4GB RAM, 50GB Disk

Recommended configuration for CloudGuard WAF VM is: 4*vCPU, 8GB RAM, 50GB Disk

Step 1: Download the CloudGuard WAF installation package for VMware

Download the software archive and extract the files from here:

The file will be a zipped file with the prefix "Check_Point_CloudGuard_Infinity_Next_Gateway_V*". Unzip it to extract the included 4 files (a vmdk file, an ovf file, an mf file and a cert file).

Step 2: Launch vSphere Web Client

Open a Web browser and enter the URL of your vCenter's vSphere Web Client e.g: https://{vcenter_server_ip_address_or_fqdn}/vsphere-client

Step 3: Deploy OVF Template

  • Go to either the Hosts and Clusters or VMs and Templates tab and right-click on the data center to deploy the VM in.

  • Click Deploy OVF Template.

  • Go to Local file and select the four extracted files.

Step 4: Complete the necessary details of the OVF deployment forms

  • Click Next until you get to Review details where you can find details about the certificate, product version, and more. Click Next again once you have reviewed them.

  • Select storage, network, and customize the template options as you wish.

    • Select storage - allows changing the VM Storage Policy such as the virtual disk format (thin or thick provisioning) and selecting the exact storage volume to use. Make sure you have at least X free size of storage for CloudGuard WAF's Gateway.

    • Select networks - The network chosen for the VM must include internet connectivity to Check Point's cloud network. If needed it will be possible later to create more than the single interface that is automatically configured.

    • Customize template - There are several required fields to fill before clicking "Next":

  1. Hostname - a valid linux hostname (e.g. no spaces).

  2. Default Gateway Address

  3. Admin password - set the password used by the user 'admin' when connecting via terminal, ssh, or web portal.

  4. IP address & subnet - A valid routable IP address and subnet of the main interface for this VM.

  5. Primary DNS - The address of the DNS server to be used by the CloudGuard WAF Gateway.

  6. (Usually not required) Proxy Configuration - This is for the less common case where internet access from the CloudGuard WAF VM can only go through a main proxy server.

  1. (Not required) NTP Server Configuration - If you want the time configuration for this machine to use an NTP server such as ntp.checkpoint.com or an NTP server for your organization.

  2. Infinity Next Agent Token - Required to be added twice. The token copied from the WAF Gateway profile.

      1. Prepare a file in a Linux environment with the Clish command/s you wish to run. (If the file was originally created in Windows, copy it to Linux and run dos2unix on it before continuing to the next step)

      2. Run the following command: cat <filename> | base64 -w 0

      3. The output of this command should be copied and pasted into the "Additional Clish Commands" box in the "Customize Template" form.

    1. (Not Required) Advanced Configuration Settings - The commands must be encoded in Base64. You can optionally add any additional Linux bash configuration commands. The method to do it is as follows (the same as with Clish commands):

      1. Prepare a file in a Linux environment with the Linux command/s you wish to run. (If the file was originally created in Windows, copy it to Linux and run dos2unix on it before continuing to the next step)

      2. Run the following command: cat <filename> | base64 -w 0

      3. The output of this command should be copied and pasted into the "Advanced Configuration Settings" box in the "Customize Template" form.

  • Click Next and then Finish. The deployment starts.

  • Power on the new VM that was created.

To access the Cloud, the Gateway requires access to DNS and to the Internet in port 443. If you wish to limit access to specific IPs or URL, a list of Check Point operated regional public Fogs can be found in the management portal, under Support->FAQ

Step 5: Power on the newly created VM

Locate the newly created machine on the VCenter, right click the object and select "Power On".

After a few minutes, the CloudGuard WAF Gateway will connect to the CloudGuard WAF Management portal and you will be able to view its details on the Policy->Agents view.

It is recommended that Time Zone will be configured using the networking administration portal of the newly created CloudGuard WAF Gateway.

For advanced networking configurations as well as time zone configuration:

Step 6 (optional): Store certificates

The form allows an advanced administrator to add their own custom configuration commands to run automatically at the end of the deployment operation. Those commands can be Linux commands or :

(Not required) Additional Clish Commands - The commands must be encoded in Base64. You can optionally add any additional configuration commands using the if relevant to your network. The method to do it is as follows:

Make sure you obtain the <token> from the page, Authentication section.

https://supportcenter.checkpoint.com/supportcenter/portal?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=128551
Gaia Clish commands
Check Point Gaia Clish commands
Enforcement Profile
Configure networking in VMware Deployments
Store Certificates on Gateway
HOW-TO guide for this particular deployment