Configure Load Balancers in Cloud Firewall for Azure VMSS

Network Diagram

Load Balancers Overview

On the diagram above, you can see Load Balancers at three levels.

User Defined Routes

Route

Destination

Nexthop

Route Purpose

East-West

Entire VNET

Virtual appliance -

Internal Load Balancer's private IP address

Inspects all traffic that goes to other subnets in the VNET.

Note - You can replace this one route for the entire VNET with multiple specific subnet routes.

Outbound

0.0.0.0/0

Virtual appliance -

Internal Load Balancer's private IP address

Inspects outbound traffic.

Note - The destination address has not been identified by any instance during any route (such as inbound). Therefore, it is subject to inspection by the Check Point Cloud Firewall Gateway instances in the VNET.

Inbound

VMSS backend subnet

Virtual NetworkClosed Environment of logically connected Virtual Machines.

Sends inbound reply traffic to the original Cloud Firewall Gateway instance to enable inspection.

Note - This enables the inbound traffic to go back to the Cloud Firewall Gateway that is involved in the inspection.

Intra-subnet

Subnet itself

Virtual Network

Sends in-subnet traffic directly to its destination without inspection by a Cloud Firewall Gateway. There is no micro-segmentation.

If the Security Management ServerClosed Dedicated Check Point server that runs Check Point software to manage the objects and policies in a Check Point environment within a single management Domain. Synonym: Single-Domain Security Management Server. is in the VNET, make sure to have specific routes to allow traffic between the Security Management ServerClosed Check Point Single-Domain Security Management Server or a Multi-Domain Security Management Server. Virtual Machine and the VMSS instances.

Routing Tables

Note - WebAppA and WebAppB routing tables have the same VNET address, but different subnet addresses.

For the Site-to-Site VPN configuration between ClusterClosed Two or more Security Gateways that work together in a redundant configuration - High Availability, or Load Sharing. High Availability, see the Check Point Cloud Firewall High Availability for Azure Administration Guide.

Configuring the Load Balancer to Listen on Additional Ports

Configuring the Load Balancer to Listen on Additional Public IP Addresses

You can configure the VMSS to secure multiple web applications, each with its own IP address.