Print Download PDF Send Feedback

Previous

Next

Multiple Entry Point for Remote Access VPNs

In This Section:

The Need for Multiple Entry Point Security Gateways

The Check Point Solution for Multiple Entry Points

Configuring MEP

Disabling MEP

The Need for Multiple Entry Point Security Gateways

The Security Gateway provides a single point of entry to the internal network. It is the Security Gateway that makes the internal network "available" to remote machines. If the Security Gateway fails, the internal network is no longer available. It therefore makes good sense to have Multiple Entry Points (MEP) to the same network.

The Check Point Solution for Multiple Entry Points

In an MEP environment, more than one Security Gateway is both protecting and giving access to the same VPN domain. How a remote user selects a Security Gateway in order to reach a destination IP address depends on how the MEP Security Gateways have been configured, which in turn depends on the requirements of the organization.

The Check Point solution for multiple entry points is based on a proprietary Probing Protocol (PP) that tests Security Gateway availability. The probing protocol is used only in Site-to-Site MEP. MEP checks for gateway availability. The MEP Security Gateways do not have to be in the same location and can be widely-spaced, geographically.

Note - In a MEP Security Gateway environment, the remote clients supported are the Check Point Remote Access Clients.

MEP Methods

There are three methods used to choose which Security Gateway is used as the entry point for a connection:

Visitor Mode and MEP

The RDP Security Gateway discovery mechanism used in an MEP environment runs over UDP. This creates a special challenge for Remote Access clients in Visitor Mode, because all traffic is tunneled over a regular TCP connection.

In an MEP environment:

Must support visitor mode.

Routing Return Packets

There are two ways to configure the routing for return packets:

  1. Enable NAT for the Office Mode network.
  2. Use the IP pool NAT, (if the client is configured to ignore Office Mode).

IP Pool NAT

IP pool NAT is a type of NAT in which source IP addresses from remote VPN domains are mapped to an IP address drawing from a pool of registered IP addresses. In order to maintain symmetric sessions using MEP Security Gateways, the MEP Security Gateway performs NAT using a range of IP addresses dedicated to that specific Security Gateway and should be routed within the internal network to the originating Security Gateway. When the returning packets reach the Security Gateway, the Security Gateway restores the original source IP address and forwards the packets to the source.

Configuring MEP

To configure MEP, decide on the MEP selection method:

Defining MEP Method

MEP configuration can be implicit or manual.

Whichever you choose, you must set the XX Product XX configuration file to identify the configuration.

To define MEP topology:

  1. On the gateway, open the $FWDIR/conf/trac_client_1.ttm configuration file.
  2. Find automatic_mep_topology. If you do not see this parameter, add it manually as shown here:

    :automatic_mep_topology (
    :gateway (
    :map (
    :true (true)
    :false (false)
    :client_decide (client_decide)
    )
    :default (true)
    )
    )

  3. Set the value of :default to:
    • true - For implicit configuration
    • false - For manual configuration
  4. For Manual MEP only: Make sure that enable_gw_resolving is true
  5. Save the file.
  6. Install the policy.

First-to-Respond

When more than one Security Gateway leads to the same (overlapping) VPN domain, they are considered MEP by the remote peer, and the first Security Gateway to respond to the probing protocol is chosen. To configure first to respond, define that part of the network that is shared by all the Security Gateways into a single group and assign that group as the VPN domain.

To configure Implicit First-to-Respond:

  1. In SmartConsole, click Gateways & Servers and double-click the Security Gateway.

    The gateway window opens and shows the General Properties page.

  2. From the navigation tree, click Network Management > VPN Domain.
  3. Click Manually defined.
  4. Click the field and select the VPN domain.
  5. Repeat these steps for each Security Gateway.

    Note - Make sure to use the same VPN domain for the Security Gateways.

To configure Manual First-to-Respond:

  1. On the Security Management Server, open $FWDIR/conf/trac_client_1.ttm.
  2. Make these changes:
    • Under mep_mode, change default (client_decide) to default(first_to_respond).
    • Under ips_of_gws_in_mep, change default (client_decide) to default(<PrimaryIP&#SecondaryIP&#TertiaryIP&#>).

      For example, default(192.168.20.250&#192.168.20.240&#).

  3. Save the changes.
  4. Install Policy.
  5. Connect with a client for the configuration to be applied.

Primary-Backup

To configure Implicit Primary-Backup:

  1. From Menu, click Global Properties.
  2. From the navigation tree, click VPN > Advanced.
  3. Click Enable Backup Gateway.
  4. Click OK.
  5. Publish the changes.

To configure the backup gateway settings:

  1. Click Gateways & Servers and double-click the primary Security Gateway.

    The gateway window opens and shows the General Properties page.

  2. From the navigation tree, click IPsec VPN.
  3. Click Use Backup Gateways.
  4. From the drop-down menu, select the backup gateway.
  5. Determine if the backup gateway uses its own VPN domain.
  6. To configure the backup gateway without a VPN domain of its own:
    1. Double-click the Security Gateway and from the navigation tree click Network Management > VPN Domain.
    2. Click Manually defined.
    3. Click the field and select the group or network that contains only the backup gateway
    4. Click OK and publish the changes.
  7. To configure the backup gateway that DOES have a VPN domain of its own:
    1. Make sure that the IP address of the backup gateway is not included in the VPN domain of the primary gateway.
    2. For each backup gateway, define a VPN domain that does not overlap with the VPN domain of the other backup gateways.
  8. Configure IP pool NAT or Hide NAT to handle return packets.

To configure Manual Primary-Backup:

  1. On the Security Management Server, open $FWDIR/conf/trac_client_1.ttm.
  2. Make these changes:
    • Under mep_mode, change default (client_decide) to default(primary_backup).
    • Under ips_of_gws_in_mep, change default (client_decide) to default(<PrimaryIP&#SecondaryIP&#TertiaryIP&#>).

      For example, default(192.168.20.250&#192.168.20.240&#)

  3. Save the changes.
  4. Install Policy.
  5. Connect with a client for the configuration to be applied.

Load Distribution

When you enable this option, the load distribution is dynamic and the remote client randomly selects a Security Gateway.

To configure Implicit Load Distribution for Remote Access clients:

  1. From Menu, click Global Properties.
  2. From the navigation tree, click Remote Access > VPN Advanced.
  3. In the Load distribution section, click Enable load distribution for Multiple Entry Point configurations (Remote Access connections).
  4. Click OK and publish the changes.
  5. Configure the same VPN domain for all Security Gateways.

To configure Manual Load Distribution:

  1. On the Security Management Server, open $FWDIR/conf/trac_client_1.ttm.
  2. Make these changes:
    • Under mep_mode, change default (client_decide) to default(load_shiaring).
    • Under ips_of_gws_in_mep, change default (client_decide) to default(<PrimaryIP&#SecondaryIP&#TertiaryIP&#>).

      For example, default(192.168.20.250&#192.168.20.240&#)

  3. Save the changes.
  4. Install Policy.
  5. Connect with a client for the configuration to be applied.

Configuring Return Packets

For clients that do not use Office Mode there are two configurations:

Configuring NAT

Configure NAT using the NAT page in the Virtual System window. Hide or Static NAT addresses configured in this manner are automatically forwarded to the Virtual Router to which the Virtual System is connected. Alternatively, you can manually add NAT routes on the Topology page in the Virtual Router window.

To configure NAT for a Virtual System:

  1. Open the Gateway Properties window for the Virtual Device.
  2. From the navigation tree, click NAT > Advanced.

    The Advanced page opens.

  3. Select Add Automatic Address Translation.
  4. Select a Translation method.
    • Hide: Hide NAT only allows connections originating from the internal network. Internal hosts can access internal destinations, the Internet and other external networks. External sources cannot initiate a connection to internal network addresses.
    • Static: Static NAT translates each private address to a corresponding public address.
  5. If you select Hide, select one of these options:
    • Hide behind Gateway: Hides the real address behind the VSX Gateway external interface address. This is equivalent to hiding behind the address 0.0.0.0 for IPv4, or :: for IPv6.
    • Hide behind IP Address: Hides the real address behind a virtual IP address, which is a routable, public IP address that does not belongs to any real machine.
  6. If you selected Static, enter the static IP address.
  7. From the Install on Gateway list, select the VSX Gateway.
  8. Click OK.

Configuring IP Pool NAT

For each Security Gateway, create a network object that represents the IP pool NAT addresses for that Security Gateway.

To configure NAT for an IP pool for Remote Access VPN:

  1. From Menu, click Global Properties.
  2. From the navigation tree, click NAT.
  3. Click Enable IP Pool NAT.
  4. Click OK and publish the changes.
  5. For each Security Gateway create a network object that represents the IP pool NAT addresses for that Security Gateway. The IP pool can be a network, group, or address range.
  6. Click Open Object Explorer (Ctrl+E).
    1. Create the new object.
    2. Configure the IP addresses.
    3. Click OK and publish the changes.
  7. Double-click the Security Gateway object where IP pool NAT translation is performed.
  8. From the navigation tree, click NAT > IP Pool NAT.
  9. Click Allocate IP Addresses from, and select the IP pool object.
  10. Click Use IP Pool NAT for VPN client connections.
  11. Optional: Click Use IP Pool NAT for Security Gateway to Security Gateway connections.
  12. Click OK and publish the changes.
  13. Edit the routing table of each internal router, so that packets with an IP address assigned from the NAT pool are routed to the appropriate Security Gateway.

Disabling MEP

To disable MEP, set the following command to true in DBedit, the Check Point database tool: