CP R77 VPN AdminGuide
CP R77 VPN AdminGuide
VPN
R77 Versions
Administration Guide
Classification: [Protected]
2016 Check Point Software Technologies Ltd.
All rights reserved. This product and related documentation are protected by copyright and
distributed under licensing restricting their use, copying, distribution, and decompilation. No part
of this product or related documentation may be reproduced in any form or by any means without
prior written authorization of Check Point. While every precaution has been taken in the
preparation of this book, Check Point assumes no responsibility for errors or omissions. This
publication and features described herein are subject to change without notice.
RESTRICTED RIGHTS LEGEND:
Use, duplication, or disclosure by the government is subject to restrictions as set forth in
subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS
252.227-7013 and FAR 52.227-19.
TRADEMARKS:
Refer to the Copyright page http://www.checkpoint.com/copyright.html for a list of our
trademarks.
Refer to the Third Party copyright notices http://www.checkpoint.com/3rd_party_copyright.html
for a list of relevant copyrights and third-party licenses.
Important Information
Latest Software
We recommend that you install the most recent software release to stay up-to-date
with the latest functional improvements, stability fixes, security enhancements and
protection against new and evolving attacks.
Feedback
Check Point is engaged in a continuous effort to improve its documentation.
Please help us by sending your comments
mailto:cp_techpub_feedback@checkpoint.com?subject=Feedback on VPN R77
Versions Administration Guide.
Revision History
Date Description
03 March 2016 Updated Using Dynamic Routing Protocols (on page 78)
Updated Routing Multicast Packets Through VPN Tunnels (on page 89)
Updated Allocating Customized Ports (on page 300)
Updated Granting User Access Using RADIUS Server Groups (on page
186)
23 July 2015 Added Configuring Large Scale VPN ("Large Scale VPN" on page 90)
08 July 2015
Updated Configuring Numbered VTIs (on page 79)
18 February 2014 Updated Configuring Outgoing Route Selection (on page 119)
Updated Remote Access Solution Comparison (on page 171)
Updated Configuring Link Selection for Remote Access Only (on page 260)
13 January 2014 Corrected note in L2TP Global Configuration (on page 222)
Corrected diagram and added the note in IKE Phase I (on page 20)
Updated Configuring RIM in a Star Community ("Configuring RIM in a Star
Community:" on page 103).
Improved formatting and document layout
The IPsec VPN Software Blade lets the Security Gateway encrypt and decrypt traffic to and from
other gateways and clients. Use SmartDashboard to easily configure VPN connections between
Security Gateways and remote devices. You can configure Star and Mesh topologies for
large-scale VPN networks that include third-party gateways. The VPN tunnel guarantees:
Authenticity - Uses standard authentication methods
Privacy - All VPN data is encrypted
Integrity - Uses industry-standard integrity assurance methods
VPN Components
VPN is composed of:
VPN endpoints, such as Security Gateways, Security Gateway clusters, or remote clients (such
as laptop computers or mobile phones) that communicate using a VPN.
VPN trust entities, such as a Check Point Internal Certificate Authority (ICA). The ICA is part of
the Check Point suite used for creating SIC trusted connection between Security Gateways,
authenticating administrators and third party servers. The ICA provides certificates for internal
Security Gateways and remote access clients which negotiate the VPN link.
VPN Management tools, such as Security Management Server and SmartDashboard.
SmartDashboard is the SmartConsole used to access the Security Management Server. The
VPN Manager is part of SmartDashboard. SmartDashboard enables organizations to define
and deploy Intranet, and remote Access VPNs.
VPN | 11
The Check Point VPN Solution
VPN | 12
The Check Point VPN Solution
Item Description
1 Security Gateway
2 VPN tunnel
4 Host 1
5 Host 6
In this sample VPN deployment, Host 1 and Host 6 securely send data to each other. The Firewalls
do IKE negotiation and create a VPN tunnel. They use the IPsec protocol to encrypt and decrypt
data that is sent between Host 1 and Host 6.
VPN Workflow
Encrypted data is
Host 6 receives Firewall B decrypts
sent through VPN
unencrypted data data
tunnel
VPN | 13
The Check Point VPN Solution
VPN Communities
A VPN Domain is a collection of internal networks that use Security Gateways to send and receive
VPN traffic. Define the resources that are included in the VPN Domain for each Security Gateway.
Then join the Security Gateways into a VPN community - collection of VPN tunnels and their
attributes. Network resources of different VPN Domains can securely communicate with each
other through VPN tunnels that terminate at the Security Gateways in the VPN communities.
VPN communities are based on Star and Mesh topologies. In a Mesh community, there are VPN
tunnels between each pair of Security Gateway. In a Star community, each satellite Security
Gateway has a VPN tunnel to the central Security Gateway, but not to other Security Gateways in
the community.
Note: Global VPN Communities are not supported in supported in this release.
Item Description
1 Security Gateway. For Star topology, the central Security Gateway.
VPN | 14
The Check Point VPN Solution
Item Description
1 London Security Gateway
This deployment is composed of a Mesh community for London and New York Security Gateways
that share internal networks. The Security Gateways for external networks of company partners
do not have access to the London and New York internal networks. The Star VPN communities let
the company partners access the internal networks.
Note - For each VPN gateway, you must configure an existing gateway as a default gateway.
Note - For each VPN gateway, you must configure an existing gateway as a default gateway.
Office Mode
Remote users can be assigned the same or non-routable IP addresses from the local ISP. Office
Mode solves these routing problems and encapsulates the IP packets with an available IP address
from the internal network. Remote users can send traffic as if they are in the office and do not
have VPN routing problems.
VPN | 16
The Check Point VPN Solution
Visitor Mode
Remote users can be restricted to use HTTP and HTTPS traffic only. Visitor Mode lets these users
tunnel all protocols with a regular TCP connection on port 443.
Smart
LDAP Configure users in
Configure LDAP Dashboar
Manage Users? SmartDashboard
Account Unit d
database
Install policy
VPN | 17
The Check Point VPN Solution
VPN | 18
The Check Point VPN Solution
SmartDashboard Toolbar
You can use the SmartDashboard toolbar to do these actions:
Icon Description
Open the SmartDashboard menu. When instructed to select menu options,
click this button to show the menu.
For example, if you are instructed to select Manage > Users and
Administrators, click this button to open the Manage menu and then select
the Users and Administrators option.
Open SmartConsole.
VPN | 19
CHAPTE R 2
Overview
In symmetric cryptographic systems, both communicating parties use the same key for encryption
and decryption. The material used to build these keys must be exchanged in a secure fashion.
Information can be securely exchanged only if the key belongs exclusively to the communicating
parties.
The goal of the Internet Key Exchange (IKE) is for both sides to independently produce the same
symmetrical key. This key then encrypts and decrypts the regular IP packets used in the bulk
transfer of data between VPN peers. IKE builds the VPN tunnel by authenticating both sides and
reaching an agreement on methods of encryption and integrity. The outcome of an IKE negotiation
is a Security Association (SA).
This agreement upon keys and methods of encryption must also be performed securely. For this
reason, IKE is composed of two phases. The first phase lays the foundations for the second. Both
IKEv1 and IKEv2 are supported in Security Gateways of version R71 and higher.
Diffie-Hellman (DH) is that part of the IKE protocol used for exchanging the material from which
the symmetrical keys are built. The Diffie-Hellman algorithm builds an encryption key known as a
"shared secret" from the private key of one party and the public key of the other. Since the IPsec
symmetrical keys are derived from this DH key shared between the peers, at no point are
symmetric keys actually exchanged.
IKE Phase I
During IKE Phase I:
The peers authenticate, either by certificates or via a pre-shared secret. (More authentication
methods are available when one of the peers is a remote access client.)
A Diffie-Hellman key is created. The nature of the Diffie-Hellman protocol means that both
sides can independently create the shared secret, a key which is known only to the peers.
Key material (random bits and other mathematical data) as well as an agreement on methods
for IKE phase II are exchanged between the peers.
In terms of performance, the generation of the Diffie-Hellman Key is slow and heavy. The outcome
of this phase is the IKE SA, an agreement on keys and methods for IKE phase II. Figure below
illustrates the process that takes place during IKE phase I.
Note - The exact negotiation stages differ between IKEv1 and IKEv2.
VPN | 20
IPsec & IKE
VPN | 21
IPsec & IKE
After the IPsec keys are created, bulk data transfer takes place:
VPN | 22
IPsec & IKE
Note - IKEv2 is not supported on UTM-1 Edge devices or VSX objects before
R75.40VS. If UTM-1 Edge devices or such VSX objects are included in a VPN
Community, the Encryption setting should be Support IKEv1.
NULL means perform an integrity check only; packets are not encrypted.
VPN | 23
IPsec & IKE
A group with more bits ensures a key that is harder to break, but carries a heavy cost in terms of
performance, since the computation requires more CPU cycles.
Phase I modes
Between Security Gateways, there are two modes for IKE phase I. These modes only apply to
IKEv1:
Main Mode
Aggressive Mode
If aggressive mode is not selected, the Security Gateway defaults to main mode, performing the
IKE negotiation using six packets; aggressive mode performs the IKE negotiation with three
packets.
Main mode is preferred because:
Main mode is partially encrypted, from the point at which the shared DH key is known to both
peers.
Main mode is less susceptible to Denial of Service (DoS) attacks. In main mode, the DH
computation is performed after authentication. In aggressive mode, the DH computation is
performed parallel to authentication. A peer that is not yet authenticated can force processor
intensive Diffie-Hellman computations on the other peer.
Note - Use aggressive mode when a Check Point Security
Gateway needs to negotiate with third party VPN solutions that
do not support main mode.
default, IKE phase I occurs once a day; IKE phase II occurs every hour but the time-out for each
phase is configurable.
The IPsec lifetime can also be configured according to Kilo Bytes by using GuiDBedit to edit the
objects_5_0.c file. The relevant properties are under the community set:
ike_p2_use_rekey_kbytes. Change from false (default) to true.
ike_p2_rekey_kbytes. Modify to include the required rekeying value (default 50000).
IP Compression
IP compression is a process that reduces the size of the data portion of the TCP/IP packet. Such a
reduction can cause significant improvement in performance. IPsec supports the Flate/Deflate IP
compression algorithm. Deflate is a smart algorithm that adapts the way it compresses data to
the actual data itself. Whether to use IP compression is decided during IKE phase II. IP
compression is not enabled by default.
IP compression is important for SecuRemote / SecureClient users with slow links. For Example,
dialup modems do compression as a way of speeding up the link. Security Gateway encryption
makes TCP/IP packets appear "mixed up". This kind of data cannot be compressed and bandwidth
is lost as a result. If IP compression is enabled, packets are compressed before encryption. This
has the effect of recovering the lost bandwidth.
VPN | 25
IPsec & IKE
A Security Gateway protects a network consisting of two subnets (10.10.10.x, and 10.10.11.x, with
netmask 255.255.255.0 for both). A second Security Gateway, the remote peer, protects subnets
10.10.12.x and 10.10.13.x, with netmask 255.255.255.0.
Because a VPN tunnel is created by default for complete subnets, four SA's exist between the
Security Gateway and the peer Security Gateway. When Host A communicates with Host B, an SA
is created between Host A's subnet and Host B's subnet.
If the Security Gateway is configured to Support key exchange for subnets and the option remains
unsupported on the remote peer, when host A communicates with host C, a Security Association
(SA 1) will be negotiated between host A's subnet and host C's IP address. The same SA is then
used between any host on the 10.10.11.x subnet and Host C.
VPN | 26
IPsec & IKE
When host A communicates with host B, a separate Security Association (SA 2) is negotiated
between host A's subnet and host B. As before, the same SA is then used between any host in
10.10.11.x subnet and Host B.
When Support Key exchange for subnets is not enabled on communicating Security Gateways,
then a security association is negotiated between individual IP addresses; in effect, a unique SA
per host.
VPN | 27
IPsec & IKE
about, such as a SecuRemote / SecureClient, or a Check Point Security Gateway with a dynamic IP
address. This is known as an unidentified source.
ike_dos_threshold
Values: 0-100. Default: 70. Determines the percentage of maximum concurrent ongoing
negotiations, above which the Security Gateway will request DoS protection. If the threshold is set
to 0, the Security Gateway will always request DoS protection.
ike_dos_puzzle_level_identified_initiator
Values: 0-32. Default: 19. Determines the level of the puzzles sent to known peer Security
Gateways. This attribute also determines the maximum puzzle level a Security Gateway is willing
to solve.
VPN | 28
IPsec & IKE
ike_dos_puzzle_level_unidentified_initiator
Values: 0-32. Default: 19. Determines the level of the puzzles sent to unknown peers (such as
SecuRemote / SecureClient and DAIP Security Gateways). This attribute also determines the
maximum puzzle level that DAIP Security Gateways and SecuRemote / SecureClient are willing to
solve.
ike_dos_max_puzzle_time_gw
Values: 0-30000. Default: 500. Determines the maximum time in milliseconds a Security Gateway
is willing to spend solving a DoS protection puzzle.
ike_dos_max_puzzle_time_daip
Values: 0-30000. Default: 500. Determines the maximum time in milliseconds a DAIP Security
Gateway is willing to spend solving a DoS protection puzzle.
ike_dos_max_puzzle_time_sr
Values: 0-30000. Default: 5000. Determines the maximum time in milliseconds a SecuRemote is
willing to spend solving a DoS protection puzzle.
ike_dos_supported_protection_sr
Values: None, Stateless, Puzzles. Default: Puzzles. When downloaded to SecuRemote /
SecureClient, it controls the level of protection the client is willing to support.
Security Gateways use the ike_dos_protection_unidentified_initiator property (equivalent to the
SmartDashboard Global Property: Support IKE DoS Protection from unidentified Source) to
decide what protection to require from remote clients, but SecuRemote / SecureClient clients use
the ike_dos_protection. This same client property is called ike_dos_supported_protection_sr on
the Security Gateway.
VPN | 29
IPsec & IKE
To limit the amount of tunnels that a user can open per IKE, configure the following fields:
Client Properties
Some Security Gateway properties change name when they are downloaded to SecuRemote /
SecureClient. The modified name appears in the Userc.C file, as follows:
Property Names
ike_dos_supported_protection_sr ike_dos_protection
ike_dos_puzzle_level_unidentified_initiator ike_dos_acceptable_puzzle_level
ike_dos_max_puzzle_time_sr ike_dos_max_puzzle_time
VPN | 30
IPsec & IKE
VPN | 31
CHAPTE R 3
VPN | 32
Public Key Infrastructure
VPN | 33
Public Key Infrastructure
Security Management Server A issues certificates for Security Management Server B that issues
certificates for Security Gateway B.
Security Gateways A and B receive their certificates from a PKI service provider accessible via the
web. Certificates issued by external CA's may be used by Security Gateways managed by the same
Security Management Server to verification.
VPN | 34
Public Key Infrastructure
Trusting An External CA
A trust relationship is a crucial prerequisite for establishing a VPN tunnel. However, a trust
relationship is possible only if the CA that signs the peer's certificate is "trusted." Trusting a CA
means obtaining and validating the CA's own certificate. Once the CA's Certificate has been
validated, the details on the CA's certificate and its public key can be used to both obtain and
validate other certificates issued by the CA.
The Internal CA (ICA) is automatically trusted by all modules managed by the Security
Management Server that employs it. External CAs (even the ICA of another Check Point Security
Management Server) are not automatically trusted, so a module must first obtain and validate an
external CA's certificate. The external CA must provide a way for its certificate to be imported into
the Security Management Server.
If the external CA is:
The ICA of an external Security Management Server, see the R77 Security Management Server
Administration Guide
http://supportcontent.checkpoint.com/documentation_download?ID=24830 for further
information
An OPSEC Certified CA, use the CA options on the Servers and OSPEC Applications tab to
define the CA and obtain its certificate
VPN | 35
Public Key Infrastructure
With the CA options on the Servers and OSPEC Applications tab, you can define either a
Certificate Authority as either Trusted or Subordinate. Subordinate CAs are of the type OPSEC,
and not trusted.
Validation of a Certificate
When an entity receives a certificate from another entity, it must:
1. Verify the certificate signature, i.e. verify that the certificate was signed by a trusted CA. If the
certificate is not signed directly by a trusted CA, but rather by a subsidiary of a trusted CA, the
path of CA certificates is verified up to the trusted CA.
2. Verify that the certificate chain has not expired.
3. Verify that the certificate chain is not revoked. A CRL is retrieved to confirm that the serial
number of the validated certificate is not included among the revoked certificates.
In addition, VPN verifies the validity of the certificate's use in the given situation, confirming that:
The certificate is authorized to perform the required action. For example, if the private key is
needed to sign data (e.g., for authentication) the KeyUsage extension on the certificate if
present is checked to see if this action is permitted.
VPN | 36
Public Key Infrastructure
The peer used the correct certificate in the negotiation. When creating a VPN tunnel with an
externally managed module, the administrator may decide that only a certificate signed by a
specific CA from among the trusted CAs can be accepted. (Acceptance of certificates with
specific details such as a Distinguished Name is possible as well).
Revocation Checking
There are two available methods useful in determining the status of a certificate:
1. CRL
2. Online Certificate Status Protocol (OCSP)
VPN | 37
Public Key Infrastructure
9. Click OK.
The public key and the DN are then used to DER-encode a PKCS#10 Certificate Request.
10. Once the Certificate Request is ready, click View...
The Certificate Request View window appears with the encoding.
11. Copy the whole text in the window and deliver it to the CA.
The CA administrator must now complete the task of issuing the certificate. Different CAs
provide different ways of doing this, such as an advanced enrollment form (as opposed to the
regular form for users). The issued certificate may be delivered in various ways, for example
email. Once the certificate has arrived, it needs to be stored:
a) Go to the Servers and OPSEC Applications tab of the network object, select the appropriate
CA object.
b) Open the OPEC PKI tab, click Get... and browse to the location in which the certificate was
saved.
c) Select the appropriate file and verify the certificate details.
d) Close object and save.
VPN | 38
Public Key Infrastructure
CRL
VPN can retrieve the CRL from either an HTTP server or an LDAP server. If the CRL repository is
an HTTP server, the module uses the URL published in the CRL Distribution Point extension on
the certificate and opens an HTTP connection to the CRL repository to retrieve the CRL.
If the CRL repository is an LDAP server, VPN attempts to locate the CRL in one of the defined
LDAP account units. In this scenario, an LDAP account unit must be defined. If the CRL
Distribution Point extension exists, it publishes the DN of the CRL, namely, the entry in the
Directory under which the CRL is published or the LDAP URI. If the extension does not exist, VPN
attempts to locate the CRL in the entry of the CA itself in the LDAP server.
OCSP
Online Certificate Status Protocol (OCSP) enables applications to identify the state of a certificate.
OCSP may be used for more timely revocation information than is possible with CRLs and may
also be used to obtain additional status information. When OCSP client issues a status request to
an OCSP server, acceptance of the certificate in question is suspended until the server provides a
response.
In order to use OCSP, the root CA must be configured to use this method instead of CRL. This
setting is inherited by the subordinate CA's.
CRL Prefetch-Cache
Since the retrieval of CRL can take a long time (in comparison to the entire IKE negotiation
process), VPN stores the CRLs in a CRL cache so that later IKE negotiations do not require
repeated CRL retrievals.
The cache is pre-fetched:
every two hours
on policy installation
when the cache expires
If the pre-fetch fails, the previous cache is not erased.
An administrator can shorten the lifetime of a CRL in the cache or even to cancel the use of the
cache. If the CRL Cache operation is canceled, the CRL must be retrieved for each subsequent IKE
negotiation, thus considerably slowing the establishment of the VPN tunnel. Because of these
performance implications, we recommend that you only disable CRL caching when the level of
security demands continuous CRL retrieval.
VPN | 39
Public Key Infrastructure
VPN | 40
Public Key Infrastructure
Trusting an ICA
A VPN module automatically trusts the ICA of the Security Management Server that manages it.
No further configuration is required.
The CA's Certificate must be retrieved either by downloading it using the CA options on the
Servers and OSPEC Applications tab, or by obtaining the CA's certificate from the peer
administrator in advance.
VPN | 41
Public Key Infrastructure
VPN | 42
Public Key Infrastructure
Note - A Security Gateway can have only one certificate signed by one CA. When the
new certificate is issued, you will be asked to replace the existing certificate signed
by the same CA.
CA Certificate Rollover
CA Certificate Rollover is a VPN-1 feature that enables rolling over the CA certificates used to sign
client and Security Gateway certificates for VPN traffic, without risk of losing functionality at
transition.
To achieve a gradual CA certificate rollover, CA Certificate Rollover enables VPN-1 support for
multiple CA certificates generated by third-party OPSEC-compliant CAs, such as Microsoft
Windows CA. By using multiple CA certificates, you can gradually rollover client and Security
Gateway certificates during a transitional period when client and Security Gateway certificates
signed by both CA certificates are recognized.
When a certificate is added to a CA that already has a certificate, the new certificate is defined as
Additional and receives an index number higher by one than the highest existing certificate index
number. The original certificate is defined as Main.
Only additional certificates can be removed. CA Certificate Rollover provides tools for adding and
removing certificates, and for changing the status of a certificate from additional to main and from
main to additional.
CA Certificate Rollover is for rolling over CA certificates with different keys. To add a CA certificate
using the same key as the existing CA certificate (for example, to extend its expiration date), just
Get the certificate from the OPSEC PKI tab of the CA properties, and do not use CA Certificate
Rollover.
VPN | 43
Public Key Infrastructure
VPN | 44
Public Key Infrastructure
VPN | 45
Public Key Infrastructure
Configuring OCSP
To use OCSP, the CA object must be configured to the OCSP revocation checking method instead
of CRL's.
Using dbedit or GuiDBedit, modify the field ocsp_validation to true. Set to true, this CA will check
the validation of the certificate using OCSP. This is configured on the root CA and is inherited by
the subordinate CA's.
VPN | 46
CHAPTE R 4
Introduction to VPN
In This Section:
The Need for VPN ......................................................................................................... 47
How VPN Works ............................................................................................................ 47
Special Considerations for Planning a VPN Topology ................................................ 58
Configuring Site to Site VPNs ...................................................................................... 58
Configuring a VPN with External Security Gateways Using PKI ................................ 60
Configuring a VPN with External Security Gateways Using Pre-Shared Secret ...... 62
How to Authorize Firewall Control Connections in VPN Communities ..................... 64
Confidentiality
Only the communicating parties must be able to read the private information exchanged between
them.
Authentication
The communicating parties must be sure they are connecting with the intended party.
Integrity
The sensitive data passed between the communicating parties is unchanged, and this can be
proved with an integrity check.
VPN | 47
Introduction to VPN
they are communicating with each other) and creates the foundation for IPsec. Once the tunnel is
created, IPsec provides privacy (through encryption) and integrity (via one-way hash functions).
VPN Communities
Creating VPN tunnels between Security Gateways is made easier through the configuration of VPN
communities. A VPN community is a collection of VPN enabled gateways capable of
communicating via VPN tunnels.
To understand VPN Communities, a number of terms need to be defined:
VPN Community member. Refers to the Security Gateway that resides at one end of a VPN
tunnel.
VPN domain. Refers to the hosts behind the Security Gateway. The VPN domain can be the
whole network that lies behind the Security Gateway or just a section of that network. For
example a Security Gateway might protect the corporate LAN and the DMZ. Only the corporate
LAN needs to be defined as the VPN domain.
VPN Site. Community member plus VPN domain. A typical VPN site would be the branch office
of a bank.
VPN | 48
Introduction to VPN
The methods used for encryption and ensuring data integrity determine the type of tunnel created
between the Security Gateways, which in turn is considered a characteristic of that particular VPN
community.
A Security Management Server can manage multiple VPN communities, which means
communities can be created and organized according to specific needs.
VPN | 49
Introduction to VPN
Pre-shared secret. A pre-shared is defined for a pair of Security Gateways. Each Security
Gateway proves that it knows the agreed upon pre-shared secret. The pre-shared secret can
be a mixture of letters and numbers, a password of some kind.
Considered more secure, certificates are the preferred means. In addition, since the Internal CA
on the Security Management Server automatically provides a certificate to each Check Point
Security Gateway it manages, it is more convenient to use this type of authentication.
However, if a VPN tunnel needs to be created with an externally managed Security Gateway (a
gateway managed by a different Security Management Server) the externally managed Security
Gateway:
Might support certificates, but certificates issued by an external CA, in which case both
Security Gateways need to trust the other's CA. (For more information, see: Configuring a VPN
with External Security Gateways Using PKI (on page 60).)
May not support certificates; in which case, VPN supports the use of a "pre-shared secret." For
more information, see: Configuring a VPN with External Security Gateways Using a Pre-Shared
Secret (see "Configuring a VPN with External Security Gateways Using Pre-Shared Secret" on
page 62).
A "secret" is defined per external Security Gateway. If there are five internal Security Gateways
and two externally managed Security Gateways, then there are two pre-shared secrets. The
two pre-shared secrets are used by the five internally managed Security Gateways. In other
words, all the internally managed Security Gateways use the same pre-shared secret when
communicating with a particular externally managed Security Gateway.
VPN Topologies
The most basic topology consists of two Security Gateways capable of creating a VPN tunnel
between them. Security Management Server's support of more complex topologies enables VPN
communities to be created according to the particular needs of an organization. Security
Management Server supports two main VPN topologies:
Meshed
Star
VPN | 50
Introduction to VPN
VPN | 51
Introduction to VPN
A satellite Security Gateway cannot create a VPN tunnel with a Security Gateway that is also
defined as a satellite Security Gateway.
Central Security Gateways can create VPN tunnels with other Central Security Gateways only if the
Mesh center Security Gateways option has been selected on the Central Security Gateways page
of the Star Community Properties window.
Choosing a Topology
Which topology to choose for a VPN community depends on the overall policy of the organization.
For example, a meshed community is usually appropriate for an Intranet in which only Security
Gateways which are part of the internally managed network are allowed to participate; Security
Gateways belonging to company partners are not.
A Star VPN community is usually appropriate when an organization needs to exchange information
with networks belonging to external partners. These partners need to communicate with the
organization but not with each other. The organization's Security Gateway is defined as a "central"
Security Gateway; the partner Security Gateways are defined as "satellites."
VPN | 52
Introduction to VPN
For more complex scenarios, consider a company with headquarters in two countries, London and
New York. Each headquarters has a number of branch offices. The branch offices only need to
communicate with the HQ in their country, not with each other; only the HQ's in New York and
London need to communicate directly. To comply with this policy, define two star communities,
London and New York. Configure the London and New York Security Gateways as "central"
Security Gateways. Configure the Security Gateways of New York and London branch offices as
"satellites." This allows the branch offices to communicate with the HQ in their country. Now
create a third VPN community, a VPN mesh consisting of the London and New York Security
Gateways.
VPN | 53
Introduction to VPN
In addition, the Washington and London Security Gateways need to communicate with each other
using the weaker DES. Consider the solution:
In this solution, Security Gateways in the Washington mesh are also defined as satellites in the
London star. In the London star, the central Security Gateways are meshed. Security Gateways in
Washington build VPN tunnels with the London Security Gateways using DES. Internally, the
Washington Security Gateways build VPN tunnels using 3DES.
VPN | 54
Introduction to VPN
The London and New York Security Gateways belong to the London-NY Mesh VPN community. To
create an additional VPN community which includes London, New York, and Paris is not allowed.
The London and New York Security Gateways cannot appear "together" in more than one VPN
community.
Two Security Gateways that can create a VPN link between them in one community can appear in
another VPN community provided that they are incapable of creating a link between them in the
second community. For example:
VPN | 55
Introduction to VPN
London and New York Security Gateways appear in the London-NY mesh. These two Security
Gateways also appear as Satellite Security Gateways in the Paris Star VPN community. In the
Paris Star, satellite Security Gateways (London and NY) can only communicate with the central
Paris Security Gateway. Since the London and New York satellite Security Gateways cannot open a
VPN link between them, this is a valid configuration.
The connection is matched only if all the conditions of the rule are true, that is - it must be an
HTTP connection between a source and destination IP address within VPN Community A. If any
one of these conditions is not true, the rule is not matched. If all conditions of the rule are met, the
rule is matched and the connection allowed.
It is also possible for a rule in the Security Policy Rule Base to be relevant for both VPN
communities and host machines not in the community. For example:
The rule in the Security Policy Rule Base allows an HTTP connection between any internal IP with
any IP:
VPN | 56
Introduction to VPN
An HTTP connection between host 1 and the Internal web server behind Security Gateway 2
matches this rule. A connection between the host 1 and the web server on the Internet also
matches this rule; however, the connection between host 1 and the internal web server is a
connection between members of a VPN community and passes encrypted; the connection between
host 1 and the Internet web server passes in the clear.
In both cases, the connection is simply matched to the Security Policy Rule; whether or not the
connection is encrypted is dealt with on the VPN level. VPN is another level of security separate
from the access control level.
Note - If both Domain Based VPN and Route Based VPN are
configured, then Domain Based VPN will take precedence.
Excluded Services
In the VPN Communities Properties window Excluded Services page, you can select services that
are not to be encrypted, for example Firewall control connections. Services in the clear means "do
not make a VPN tunnel for this connection". For further information regarding control
connections, see: How to Authorize Firewall Control Connections in VPN Communities (on page
64). Note that Excluded Services is not supported when using Route Based VPN.
VPN | 57
Introduction to VPN
VPN | 58
Introduction to VPN
Where "Meshed community" is the VPN community you have just defined.
VPN | 59
Introduction to VPN
On the Central Security Gateways page, Add... the central Security Gateways.
On the Central Security Gateways page, select Mesh central Security Gateways if you want
the central Security Gateways to communicate.
On the Satellite Security Gateways page, click Add... to add the satellite Security Gateways.
Note - Configuring a VPN using PKI and certificates is more secure than using
pre-shared secrets.
Although an administrator may choose which community type to use, the Star Community is more
natural for a VPN with externally managed Security Gateways. The Internal Security Gateways will
be defined as the central Security Gateways while the external ones will be defined as the
satellites. The decision whether to mesh the central, internal Security Gateways or not depends on
the requirements of the organization. The diagram below shows this typical topology.
Note that this is the Topology from the point of view of the administrator of Security Gateways A1
and A2. The Administrator of Security Gateways B1 and B2 may well also define a Star Topology,
but with B1 and B2 as his central Security Gateways, and A1 and A2 as satellites.
VPN | 60
Introduction to VPN
The configuration instructions require an understanding of how to build a VPN. The details can be
found in: Introduction to Site to Site VPN (see "Introduction to VPN" on page 47).
You also need to understand how to configure PKI. See Public Key Infrastructure (on page 32).
To configure VPN using certificates, with the external Security Gateways as satellites
in a star VPN Community:
1. Obtain the certificate of the CA that issued the certificate for the peer VPN Security Gateways,
from the peer administrator. If the peer Security Gateway is using the ICA, you can obtain the
CA certificate using a web browser from:
http://<IP address of peer Security Gateway or Management Server>:18264
2. In SmartDashboard, define the CA object for the CA that issued the certificate for the peer. See
Enrolling with a Certificate Authority (on page 37).
3. Define the CA that will issue certificates for your side if the Certificate issued by ICA is not
appropriate for the required VPN tunnel.
You may have to export the CA certificate and supply it to the peer administrator.
4. Define the Network Object(s) of the Security Gateway(s) that are internally managed. In
particular, be sure to do the following:
In the General Properties page of the Security Gateway object, select VPN.
In the Topology page, define the Topology, and the VPN Domain. If the VPN Domain does
not contain all the IP addresses behind the Security Gateway, define the VPN domain
manually by defining a group or network of machines and setting them as the VPN Domain.
5. If the ICA certificate is not appropriate for this VPN tunnel, then in the VPN page, generate a
certificate from the relevant CA (see Enrolling with a Certificate Authority (on page 37).)
6. Define the Network Object(s) of the externally managed Security Gateway(s).
If it is not a Check Point Security Gateway, define an Interoperable Device object from:
Manage > Network Objects... > New... > Interoperable Device...
If it is a Check Point Security Gateway, In the Network Objects tree, right click and select
New > Check Point > Externally Managed Security Gateway....
7. Set the various attributes of the peer Security Gateway. In particular, be sure to do the
following:
In the General Properties page of the Security Gateway object, select VPN (for an
Externally Managed Check Point Security Gateway object only).
VPN | 61
Introduction to VPN
In the Topology page, define the Topology and the VPN Domain using the VPN Domain
information obtained from the peer administrator. If the VPN Domain does not contain all
the IP addresses behind the Security Gateway, define the VPN domain manually by defining
a group or network of machines and setting them as the VPN Domain.
In the VPN page, define the Matching Criteria. Specify that the peer must present a
certificate signed by its own CA. If feasible, enforce details that appear in the certificate as
well.
8. Define the Community. The following details assume that a Star Community was chosen, but a
Meshed Community is an option as well. If working with a Meshed community, ignore the
difference between the Central Security Gateways and the Satellite Security Gateways.
Agree with the peer administrator about the various IKE properties and set them in the
VPN Properties page and the Advanced Properties page of the community object.
Define the Central Security Gateways. These will usually be the internally managed ones. If
there is no another Community defined for them, decide whether or not to mesh the central
Security Gateways. If they are already in a Community, do not mesh the central Security
Gateways.
Define the Satellite Security Gateways. These will usually be the external ones.
9. Define the relevant access rules in the Security Policy. Add the Community in the VPN column,
the services in the Service column, the desired Action, and the appropriate Track option.
10. Install the Security Policy.
Although an administrator may choose which community type to use, the Star Community is more
natural for a VPN with externally managed Security Gateways. The Internal Security Gateways will
be defined as the central Security Gateways while the external ones will be defined as the
satellites. The decision whether to mesh the central, internal Security Gateways or not depends on
the requirements of the organization. The diagram below shows this typical topology.
VPN | 62
Introduction to VPN
Note that this is the Topology from the point of view of the administrator of Security Gateways A1
and A2. The administrator of Security Gateways B1 and B2 may well also define a Star Topology,
but with B1 and B2 as his central Security Gateways, and A1 and A2 as satellites.
The configuration instructions require an understanding of how to build a VPN. The details can be
found in: Introduction to Site to Site VPN (see "Introduction to VPN" on page 47).
To configure a VPN using pre-shared secrets, with the external Security Gateways as satellites in
a star VPN Community, proceed as follows:
1. Define the Network Object(s) of the Security Gateways that are internally managed. In
particular, be sure to do the following:
In the General Properties page of the Security Gateway object, select VPN.
In the Topology page, define the Topology, and the VPN Domain. If the VPN Domain does
not contain all the IP addresses behind the Security Gateway, define the VPN domain
manually by defining a group or network of machines and setting them as the VPN Domain.
2. Define the Network Object(s) of the externally managed Security Gateway(s).
If it is not a Check Point Security Gateway, define an Interoperable Device object from:
Manage > Network Objects... > New... > Interoperable Device...
If it is a Check Point Security Gateway, In the Network Objects tree, right click and select
New > Check Point > Externally Managed Security Gateway....
3. Set the various attributes of the peer Security Gateway. In particular, be sure to do the
following:
In the General Properties page of the Security Gateway object, select VPN (for an
Externally Managed Check Point Security Gateway object only).
In the Topology page, define the Topology and the VPN Domain using the VPN Domain
information obtained from the peer administrator. If the VPN Domain does not contain all
the IP addresses behind the Security Gateway, define the VPN domain manually by defining
a group or network of machines and setting them as the VPN Domain.
4. Define the Community. The following details assume that a Star Community was chosen, but a
Meshed Community is an option as well. If working with a Mesh community, ignore the
difference between the Central Security Gateways and the Satellite Security Gateways.
Agree with the peer administrator about the various IKE properties and set them in the
VPN Properties page and the Advanced Properties page of the community object.
VPN | 63
Introduction to VPN
Define the Central Security Gateways. These will usually be the internally managed ones. If
there is no another Community defined for them, decide whether or not to mesh the central
Security Gateways. If they are already in a Community, do not mesh the central Security
Gateways.
Define the Satellite Security Gateways. These will usually be the external ones.
5. Agree on a pre-shared secret with the administrator of the external Community members.
Then, in the Shared Secret page of the community, select Use Only Shared Secret for all
External Members. For each external peer, enter the pre-shared secret.
6. Define the relevant access rules in the Security Policy. Add the Community in the VPN column,
the services in the Service column, the desired Action, and the appropriate Track option.
7. Install the Security Policy.
The administrator wishes to configure a VPN between Security Gateways A and B by configuring
SmartDashboard. To do this, the administrator must install a Policy from the Security
Management Server to the Security Gateways.
VPN | 64
Introduction to VPN
1. The Security Management Server successfully installs the Policy on Security Gateway A. As far
as gateway A is concerned, Security Gateways A and B now belong to the same VPN
Community. However, B does not yet have this Policy.
2. The Security Management Server tries to open a connection to Security Gateway B in order to
install the Policy.
3. Security Gateway A allows the connection because of the explicit rules allowing the control
connections, and starts IKE negotiation with Security Gateway B to build a VPN tunnel for the
control connection.
4. Security Gateway B does not know how to negotiate with A because it does not yet have the
Policy. Therefore Policy installation on Security Gateway B fails.
The solution for this is to make sure that control connections do not have to pass through a VPN
tunnel.
VPN | 65
CHAPTE R 5
VPN | 66
CHAPTE R 6
Item
A Security Gateway A
B Security Gateway B
C Security Gateway C
VPN | 67
Working with Site-to-Site VPN
VPN | 68
Working with Site-to-Site VPN
Although this could be done easily by configuring a VPN star community, the same goal can be
achieved by editing vpn_route.conf:
In this instance, Spoke_B_VPN_Dom is the name of the network object group that contains spoke
B's VPN domain. Hub C is the name of the Security Gateway enabled for VPN routing.
Spoke_A_VPN_Dom is the name of the network object that represents Spoke A's encryption
domain. For an example of how the file appears:
VPN | 69
Working with Site-to-Site VPN
For the two VPN star communities, based around Hubs A and B:
Spokes A1 and A2 need to route all traffic going outside of the VPN community through Hub A
Spokes A1 and A2 also need to route all traffic to one another through Hub A, the center of
their star community
Spoke B needs to route all traffic outside of its star community through Hub B
A_community is the VPN community of A plus the spokes belonging to A. B_community is the VPN
community. Hubs_community is the VPN community of Hub_A and Hub_B.
VPN | 70
Working with Site-to-Site VPN
Spokes A1 and A2 are combined into the network group object "A_spokes". The appropriate rule in
the Security Policy Rule Base looks like this:
The appropriate rule in the Security Policy Rule Base looks like this:
VPN | 71
Working with Site-to-Site VPN
If access to the SmartLSM Security Gateway through the VPN tunnel is required, the Security
Gateway's external IP address should be included in the ROBO_domain.
Multiple router Security Gateways are now supported on condition that:
The Security Gateways are listed under "install on" in vpn_route.conf or
The satellites Security Gateways are selected in SmartDashboard
4. Create a VPN Star Community, select IPsec VPN > New > Star Community.
a) Select Center Gateways from the tree.
b) Click Add and select the Security Gateway that you created to be the Center Gateway.
c) Select Satellite Gateways from the tree.
d) Click Add and select the SmartLSM Profile Cluster and SmartLSM Profile Gateway (or
second cluster).
e) Select Advanced Settings > VPN Routing from the tree.
f) Select To center and to other satellites through center.
5. Create a Network object that represents the internal network of each satellite in the VPN
community.
a) From the Network Objects tree, right-click Networks and select Network.
b) In the Network Address field, enter the IP address that represents the internal IP address
of the satellite. If the satellite is a cluster, enter the internal Virtual IP.
6. Create a Node object that represents the external IP address of each satellite in the VPN
community.
a) From the Network Objects tree, right-click Nodes and select Node > Gateway.
b) In the IP Address field, enter the IP address that represents the external IP address of the
satellite. If the satellite is a cluster, enter the external Virtual IP.
7. Create a Group object that represents the networks for each satellite object:
a) From the Network Objects tree, right-click and select New > Groups > Simple Group.
b) Enter a Name for the group that is unique for one satellite.
c) Select the Network object that you created for that satellite's internal network and click
Add.
d) Select the Node object that you created for that satellite's external IP address and click
Add.
8. Create a Group object that represents the Center Gateway.
a) From the Network Objects tree, right-click and select New > Groups > Simple Group.
b) Enter a Name for the group that is unique for the Center Gateway.
c) Select the Gateway object and click Add.
VPN | 73
Working with Site-to-Site VPN
If more than one SmartLSM Gateway in the same LSM Profile will communicate with each other
through the Center gateway, edit the file:
VPN | 74
Working with Site-to-Site VPN
Note - If topology information, including date and time, changes after you
generate the certificate, you must generate a new certificate in the VPN tab and
update the gateway (Actions > Update Gateway).
VPN | 75
CHAPTE R 7
VPN | 76
Working with Site-to-Site VPN
In this scenario:
There is a VTI connecting Cluster GWA and GWb
There is a VTI connecting Cluster GWA and GWc
There is a VTI connecting GWb and GWc
A virtual interface behaves like a point-to-point interface directly connected to the remote peer.
Traffic between network hosts is routed into the VPN tunnel using the IP routing mechanism of
the Operating System. Security Gateway objects are still required, as well as VPN communities
(and access control policies) to define which tunnels are available. However, VPN encryption
domains for each peer Security Gateway are no longer necessary. The decision whether or not to
encrypt depends on whether the traffic is routed through a virtual interface. The routing changes
dynamically if a dynamic routing protocol (OSPF/BGP) is available on the network.
Note - For NGX (R60) and above, the dynamic routing suite has been
incorporated into SecurePlatform Pro. The administrator runs a daemon on
the Security Gateway to publish the changed routes to the network.
When a connection that originates on GWb is routed through a VTI to GWc (or servers behind GWc)
and is accepted by the implied rules, the connection leaves GWb in the clear with the local IP
address of the VTI as the source IP address. If this IP address is not routable, return packets will
be lost.
VPN | 77
Working with Site-to-Site VPN
Numbered VTI
You configure a local and remote IP address for each numbered VPN Tunnel Interface (VTI). For
each Security Gateway, you configure a local IP address, a remote address, and the local IP
address source for outbound connections to the tunnel. The remote IP address must be the local
IP address on the remote peer Security Gateway. More than one VTI can use the same IP Address,
but they cannot use an existing physical interface IP address.
Numbered interfaces are supported for SecurePlatform and Gaia operating systems.
Unnumbered VTI
For unnumbered VTIs, you define a proxy interface for each Security Gateway. Each Security
Gateway uses the proxy interface IP address as the source for outbound traffic. Unnumbered
interfaces let you assign and manage one IP address for each interface. Proxy interfaces can be
physical or loopback interfaces.
Unnumbered interfaces are supported for Gaia and IPSO (3.4 and higher) platforms.
RIPv1 Yes No No
RIPv2 Yes No No
VPN | 78
Working with Site-to-Site VPN
A VTI connects:
Cluster GWA and GWb
Cluster GWA and GWc
VPN | 79
Working with Site-to-Site VPN
VPN | 80
Working with Site-to-Site VPN
VPN | 81
Working with Site-to-Site VPN
Configuring member_GWA2
--------- Access the VPN shell Command Line Interface
[member_GWa2]# vpn shell
? - This help
.. - Go up one level
quit - Quit .
[interface ] - Manipulate tunnel interfaces
[show ] - Show internal data
[tunnels ] - Manipulate tunnel data
--------- Add vt-GWb
VPN shell:[/] > /interface/add/numbered 10.0.1.12 10.0.0.2 GWb
Interface 'vt-GWb' was added successfully to the system
--------- Add vt-GWc
VPN shell:[/] > /interface/add/numbered 10.0.1.22 10.0.0.3 GWc
Interface 'vt-GWc' was added successfully to the system
---------- Verify configuration
VPN shell:[/] > /show/interface/detailed all
vt-GWb Type:numbered MTU:1500
inet addr:10.0.1.12 P-t-P:10.0.0.2 Mask:255.255.255.255
Peer:GWb Peer ID:180.180.1.1 Status:attached
When configuring a VTI in a clustered environment and an interface name is not specified, a name
is provided. The default name for a VTI is "vt-[peer Security Gateway name]". For example, if the
peer Security Gateway's name is Server_2, the default name of the VTI is 'vt-Server_2'. For peer
Security Gateways that have names that are longer than 12 characters, the default interface name
is the last five characters plus a 7 byte hash of the peer name calculated to the give the interface a
unique name.
After configuring the VTIs on the cluster members, it is required to configure in the SmartConsole
the VIP of these VTIs.
In SmartDashboard:
1. Select Manage > Network Objects.
2. Select the Check Point Cluster and right click Edit.
3. In Topology window, click Edit Topology.
4. Click Get all members' topology.
The VTIs are shown in the topology.
VPN | 82
Working with Site-to-Site VPN
Note that the Edit Topology window lists the members of a VTI on the same line if the following
criteria match:
Remote peer name
Remote IP address
Interface name
5. Configure the VTI VIP in the Topology tab.
6. Click OK and install policy.
Configuring GWb
--------- Access the VPN shell Command Line Interface
[GWb]# vpn shell
? - This help
.. - Go up one level
quit - Quit
[interface ] - Manipulate tunnel interfaces
[show ] - Show internal data
[tunnels ] - Manipulate tunnel data
--------- Add vt-GWa
VPN shell:[/] > /interface/add/numbered 10.0.0.2 10.0.1.10 GWa
Interface 'vt-GWa' was added successfully to the system
--------- Add vt-GWc
VPN shell:[/] > /interface/add/numbered 10.0.0.2 10.0.0.3 GWc
Interface 'vt-GWc' was added successfully to the system
---------- Verify configuration
VPN shell:[/] > /show/interface/detailed all
vt-GWa Type:numbered MTU:1500
inet addr:10.0.0.2 P-t-P:10.0.1.10 Mask:255.255.255.255
Peer:GWa Peer ID:170.170.1.10 Status:attached
The following tables illustrate how the OSPF dynamic routing protocol is enabled on VTIs both for
single members and for cluster members using SecurePlatform. Note that the network
commands for single members and cluster members are not the same.
For more information on advanced routing commands and syntaxes, see the Check Point
Advanced Routing Suite - Command Line Interface book.
VPN | 84
Working with Site-to-Site VPN
To learn about enabling dynamic routing protocols on VTIs in Gaia environments, see VPN Tunnel
Interfaces in the R77 Gaia Administration Guide
http://supportcontent.checkpoint.com/documentation_download?ID=24828.
When peering with a Cisco GRE enabled device, a point to point GRE tunnel is required. Use the
following command to configure the tunnel interface definition:
[Expert@member_GWa1]# cligated
localhost>enable
localhost#configure terminal
--------- Enable OSPF and provide an OSPF router ID
localhost(config)#router ospf 1
localhost(config-router-ospf)#router-id 170.170.1.10
--------- Define interfaces/IP's on which OSPF runs (Use the cluster IP as
defined in topology) and the area ID for the interface/IP
localhost(config-router-ospf)#network 10.0.1.10 0.0.0.0 area 0.0.0.0
localhost(config-router-ospf)#network 10.0.1.20 0.0.0.0 area 0.0.0.0
--------- Redistribute kernel routes (this is only here as an example, please
see the dynamic routing book for more specific commands concerning
redistribution of routes)
localhost(config-router-ospf)#redistribute kernel
localhost(config-router-ospf)#exit
localhost(config)#exit
-------- Write configuration to disk
localhost#write memory
IU0 999 Configuration written to '/etc/gated.ami'
localhost#quit
[Expert@member_GWa2]# cligated
localhost>enable
localhost#configure terminal
--------- Enable OSPF and provide an OSPF router ID
localhost(config)#router ospf 1
localhost(config-router-ospf)#router-id 170.170.1.10
--------- Define interfaces/IP's on which OSPF runs (Use the cluster IP as
defined in topology) and the area ID for the interface/IP
localhost(config-router-ospf)#network 10.0.1.10 0.0.0.0 area 0.0.0.0
localhost(config-router-ospf)#network 10.0.1.20 0.0.0.0 area 0.0.0.0
--------- Redistribute kernel routes (this is only here as an example, please
see the dynamic routing book for more specific commands concerning
redistribution of routes)
localhost(config-router-ospf)#redistribute kernel
localhost(config-router-ospf)#exit
localhost(config)#exit
-------- Write configuration to disk
localhost#write memory
IU0 999 Configuration written to '/etc/gated.ami'
localhost#quit
VPN | 85
Working with Site-to-Site VPN
[Expert@GWb]# cligated
localhost>enable
localhost#configure terminal
--------- Enable OSPF and provide an OSPF router ID
localhost(config)#router ospf 1
localhost(config-router-ospf)#router-id 180.180.1.1
--------- Define interfaces/IP's on which OSPF runs (Use the cluster IP as
defined in topology) and the area ID for the interface/IP
localhost(config-router-ospf)#network 10.0.1.10 0.0.0.0 area 0.0.0.0
localhost(config-router-ospf)#network 10.0.0.3 0.0.0.0 area 0.0.0.0
--------- Redistribute kernel routes (this is only here as an example, please
see the dynamic routing book for more specific commands concerning
redistribution of routes)
localhost(config-router-ospf)#redistribute kernel
localhost(config-router-ospf)#exit
localhost(config)#exit
-------- Write configuration to disk
localhost#write memory
IU0 999 Configuration written to '/etc/gated.ami'
localhost#quit
[Expert@GWc]# cligated
localhost>enable
localhost#configure terminal
--------- Enable OSPF and provide an OSPF router ID
localhost(config)#router ospf 1
localhost(config-router-ospf)#router-id 190.190.1.1
--------- Define interfaces/IP's on which OSPF runs (Use the cluster IP as
defined in topology) and the area ID for the interface/IP
localhost(config-router-ospf)#network 10.0.1.20 0.0.0.0 area 0.0.0.0
localhost(config-router-ospf)#network 10.0.0.2 0.0.0.0 area 0.0.0.0
--------- Redistribute kernel routes (this is only here as an example, please
see the dynamic routing book for more specific commands concerning
redistribution of routes)
localhost(config-router-ospf)#redistribute kernel
localhost(config-router-ospf)#exit
localhost(config)#exit
-------- Write configuration to disk
localhost#write memory
IU0 999 Configuration written to '/etc/gated.ami'
localhost#quit
VPN | 86
Working with Site-to-Site VPN
Note - For VTIs between Gaia gateways and SPLAT, IPSO, or Cisco GRE gateways, you
must manually configure hello/dead packet intervals at 10/40 on the Gaia gateway or at
30/120 on the peer gateway. OSPF will not get into Full state otherwise.
VPN | 87
Working with Site-to-Site VPN
6. Click Apply.
The Physical Interface loop0 page refreshes and displays the newly configured loopback
interface.
7. Click Save.
VPN | 88
Working with Site-to-Site VPN
Security Gateway 1 has a virtual interface configured for the VPN tunnel linked with Security
Gateway 2 and another virtual interface for the VPN tunnel linked with Security Gateway 3.
Host 1 behind Security Gateway 1 initiates a multicast session destined to the multicast group
address which consists of Host 2 behind Security Gateway 2 and to Host 3 behind Security
Gateway 3.
To enable multicast service on a Security Gateway functioning as a rendezvous point, add a rule to
the security policy of that Security Gateway to allow only the specific multicast service to be
accepted unencrypted, and to accept all other services only through the community.
Corresponding access rules enabling multicast protocols and services should be created on all
participating Security Gateways. For example:
VPN | 89
Working with Site-to-Site VPN
VPN | 90
Working with Site-to-Site VPN
(Q) Quit
*******************************************
VPN | 91
CHAPTE R 8
Tunnel Management
In This Section:
Overview of Tunnel Management ................................................................................ 92
Configuring Tunnel Features ....................................................................................... 96
Permanent Tunnels
As companies have become more dependent on VPNs for communication to other sites,
uninterrupted connectivity has become more crucial than ever before. Therefore it is essential to
make sure that the VPN tunnels are kept up and running. Permanent Tunnels are constantly kept
active and as a result, make it easier to recognize malfunctions and connectivity problems.
Administrators can monitor the two sides of a VPN tunnel and identify problems without delay.
Each VPN tunnel in the community may be set to be a Permanent Tunnel. Since Permanent
Tunnels are constantly monitored, if the VPN tunnel is down, then a log, alert, or user defined
action, can be issued. A VPN tunnel is monitored by periodically sending "tunnel test" packets. As
long as responses to the packets are received the VPN tunnel is considered "up." If no response is
received within a given time period, the VPN tunnel is considered "down." Permanent Tunnels can
only be established between Check Point Security Gateways. The configuration of Permanent
Tunnels takes place on the community level and:
Can be specified for an entire community. This option sets every VPN tunnel in the community
as permanent.
Can be specified for a specific Security Gateway. Use this option to configure specific Security
Gateways to have permanent tunnels.
VPN | 92
Working with Site-to-Site VPN
Can be specified for a single VPN tunnel. This feature allows configuring specific tunnels
between specific Security Gateways as permanent.
Permanent Tunnels in a MEP Environment
In a Multiple Entry Point (MEP) environment, VPN tunnels that are active are rerouted from the
predefined primary Security Gateway to the backup Security Gateway if the primary Security
Gateway becomes unavailable. When a Permanent Tunnel is configured between Security
Gateways in a MEP environment where RIM is enabled, the satellite Security Gateways see the
center Security Gateways as "unified." As a result, the connection will not fail but will fail over to
another center Security Gateway on a newly created permanent tunnel. For more information on
MEP see Multiple Entry Point VPNs (on page 137).
In this scenario:
Host 1, residing behind Security Gateway S1, is communicating through a Permanent Tunnel
with Host 2, residing behind Security Gateway M1.
M1 and M2 are in a MEPed environment.
M1 and M2 are in a MEP environment with Route Injection Mechanism (RIM) enabled.
M1 is the Primary Security Gateway and M2 is the Backup Security Gateway.
In this case, should Security Gateway M1 become unavailable, the connection would continue
through a newly created permanent tunnel between S1 and M2.
VPN | 93
Working with Site-to-Site VPN
VPN | 94
Working with Site-to-Site VPN
tunnel_test (default) - The permanent tunnel is monitored by tunnel test (as in earlier
versions). It works between Check Point gateways only. Keepalive packets are always sent.
dpd - The active DPD mode. A peer receives DPD requests at regular intervals (10 seconds).
DPD requests are only sent when there is no traffic from the peer.
passive - The passive DPD mode. Peers do not send DPD requests to this peer. Tunnels with
passive peers are monitored only if there is IPsec traffic and incoming DPD requests.
Note: To use this mode for only some gateways, enable the forceSendDPDPayload registry
key on Check Point remote peers.
Optional Configuration
IKE Initiation Prevention - By default, when a valid IKE SA is not available, a DPD request
message triggers a new IKE negotiation. To prevent this behavior, set the property
dpd_allowed_to_init_ike to false.
Edit the property in GuiDBedit under Network Objects > network_objects > <gateway Name>
> VPN.
Delete IKE SAs for dead peer - Based on RFC 3706, a VPN gateway has to delete IKE SAs from
a dead peer. This functionality is enabled, by default.
To disable this feature, set the DPD_DONT_DEL_SA environment variable to 0:
To do this temporarily, run:
cpstop
export DPD_DONT_DEL_SA=0
cpstart
To do this permanently:
(i) Add this line to the $CPDIR/tmp/.CPprofile.sh file:
DPD_DONT_DEL_SA=0 ; export DPD_DONT_DEL_SA
(ii) Reboot
Note: To re-enable the feature, remove the DPD_DONT_DEL_SA environment variable.
VPN | 95
Working with Site-to-Site VPN
VPN Tunnel Sharing provides interoperability and scalability by controlling the number of VPN
tunnels created between peer Security Gateways. There are three available settings:
One VPN tunnel per each pair of hosts
One VPN tunnel per subnet pair
One VPN tunnel per Security Gateway pair
Permanent Tunnels
In the Community Properties window on the Tunnel Management page, select Set Permanent
Tunnels and the following Permanent Tunnel modes are then made available:
On all tunnels in the community
On all tunnels of specific Security Gateways
On specific tunnels in the community
To configure all tunnels as permanent, select On all tunnels in the community. Clear this option
to terminate all Permanent Tunnels in the community.
VPN | 96
Working with Site-to-Site VPN
Tracking Options
Several types of alerts can be configured to keep administrators up to date on the status of the
VPN tunnels. The Tracking settings can be configured on the Tunnel Management page of the
Community Properties screen for all VPN tunnels or they can be set individually when configuring
the permanent tunnels themselves. The different options are Log, Popup Alert, Mail Alert, SNMP
Trap Alert, and User Defined Alert. Choosing one of these alert types will enable immediate
identification of the problem and the ability to respond to these issues more effectively.
VPN | 97
Working with Site-to-Site VPN
VPN Tunnel Sharing provides greater interoperability and scalability by controlling the number of
VPN tunnels created between peer Security Gateways. Configuration of VPN Tunnel Sharing can
be set on both the VPN community and Security Gateway object.
One VPN Tunnel per each pair of hosts - A VPN tunnel is created for every session initiated
between every pair of hosts.
One VPN Tunnel per subnet pair- Once a VPN tunnel has been opened between two subnets,
subsequent sessions between the same subnets will share the same VPN tunnel. This is the
default setting and is compliant with the IPsec industry standard.
One VPN Tunnel per Security Gateway pair- One VPN tunnel is created between peer Security
Gateways and shared by all hosts behind each peer Security Gateway.
In case of a conflict between the tunnel properties of a VPN community and a Security Gateway
object that is a member of that same community, the "stricter" setting is followed. For example, a
Security Gateway that was set to One VPN Tunnel per each pair of hosts and a community that
was set to One VPN Tunnel per subnet pair, would follow One VPN Tunnel per each pair of hosts.
VPN | 98
CHAPTE R 9
RIM can only be enabled when permanent tunnels are configured for the community. Permanent
tunnels are kept alive by tunnel test packets. When a Security Gateway fails to reply, the tunnel
will be considered 'down.' As a result, RIM will delete the route to the failed link from the local
routing table, which triggers neighboring dynamic routing enabled devices to update their routing
information accordingly. This will result in a redirection of all traffic destined to travel across the
VPN tunnel, to a pre-defined alternative path.
There are two possible methods to configure RIM:
Automatic RIM - RIM automatically injects the route to the encryption domain of the peer
Security Gateways.
Custom Script - Specify tasks for RIM to perform according to specific needs.
Route injection can be integrated with MEP functionality (which route return packets back through
the same MEP Security Gateway). For more information on MEP, see Multiple Entry Point VPNs
(on page 137).
Automatic RIM
Automatic RIM can be enabled using the GUI when the operating system on the Security Gateway
is SecurePlatform, IPSO or Linux. Although a custom script can be used on these systems, no
custom-written scripts are required.
VPN | 99
Working with Site-to-Site VPN
In this scenario:
Security Gateways 1 and 2 are both RIM and have a dynamic routing protocol enabled.
R1 and R4 are enabled routers.
When a VPN tunnel is created, RIM updates the local routing tables of Security Gateway 1 and
Security Gateway 2 to include the encryption domain of the other Security Gateway.
Should the VPN tunnel become unavailable, traffic is redirected to the leased line.
The routing tables for the Security Gateways and routers read as follows. Entries in bold represent
routes injected into the Security Gateways local routing tables by RIM:
Security Gateway 2:
Destination Netmask Security Metric
Gateway
0.0.0.0 0.0.0.0 172.16.20.2 1
VPN | 100
Working with Site-to-Site VPN
Custom Scripts
Custom scripts can be run on any Security Gateway in the community. These scripts are executed
whenever a tunnel changes its state, i.e. goes "up" or "down." Such an event, for example, can be
the trigger that initiates a dial-up connection.
A script template custom_rim (with a .sh or .bat extension depending on the operating system) is
provided in the $FWDIR/Scripts directory. The basic script (for SecurePlatform, IPSO, or Linux
only):
Sample customized script for SecurePlatform, IPSO, or Linux
#!/bin/sh
# This script is invoked each time a tunnel is configured with the RIM option
# and the tunnel changed state.
#
# You may add your custom commands to be invoked here.
case "${RIM_NEW_STATE}" in
up)
# Place your action for tunnels that came up
;;
down)
# Place your action for tunnel that went down
;;
esac
VPN | 101
Working with Site-to-Site VPN
For Windows platforms, the script takes the form of a batch file:
Sample customized script for Windows
@echo off
rem . This script is invoked each time a tunnel is configured with the RIM option
rem . and the tunnel changed state.
rem .
rem . You may add your custom commands to be invoked here.
goto RIM_%RIM_NEW_STATE%
:RIM_up
rem . Place your action for tunnels that came up
goto end
:RIM_down
rem . Place your action for tunnel that went down
goto end
:end
Where:
RIM_PEER_Security Gateway: Peer Security Gateway
RIM_NEW_STATE: Change in the state of the Security Gateway, i.e. up or down.
RIM_HA_STATE: State of a single Security Gateway in a cluster (i.e., standby or active).
RIM_FIRST_TIME: The script is executed separately for each network within the peer's
encryption domain. Although the script might be executed multiple times on a peer, this
parameter will only be transferred to the script with the value of '1' the first time the script
runs on the peer. The value '1' indicates that this is the first time this script is being executed.
The next time the script is executed, it is transferred with the value of '0' and the parameter is
disregarded. For example, you may send an email alert to the system administrator the
moment a tunnel goes down.
RIM_PEER_ENC_NET: VPN domain of the VPN peer.
VPN | 102
Working with Site-to-Site VPN
In this scenario:
Security Gateways A and B are both RIM enabled and Security Gateway C has Hide NAT
enabled on the external interface ("hiding" all the IP addresses behind it).
Host 1, behind Security Gateway C, initiates a VPN tunnel with Host 2, through Security
Gateway A.
Router 3 holds routes to all the hosts behind Security Gateway C. Router 3 however, does not
have the Hide NAT IP address of Security Gateway C and as a result, cannot properly route
packets back to host 1.
This solution for routing the packets back properly is twofold:
1. Select the flag RIM_inject_peer_interfaces in the Global Properties page. This flag will inject
router 3 with all of the IP addresses of Security Gateway C including the Hide NAT address.
2. Configure the router not to propagate the information injected to other Security Gateways. If
the router is not configured properly, using the previous example, could result in Security
Gateway B routing traffic to Security Gateway C through Security Gateway A.
Configuring RIM
Configuring RIM in a Star Community:
1. Open the Star Community properties > Tunnel Management page.
2. In the Permanent Tunnels section, select Set Permanent Tunnels. The following Permanent
Tunnel modes are then made available:
On all tunnels in the community
On all tunnels of specific Security Gateways
On specific tunnels in the community
For more information on these options, see Permanent Tunnels (on page 92).
VPN | 103
Working with Site-to-Site VPN
When choosing tunnels, keep in mind that RIM can only be enabled on tunnels that have been
configured to be permanent. On all tunnels in the community must be selected if MEP is enabled
on the community. To configure permanent tunnels, see Configuring Tunnel Features (on page
96).
1. Select Enable Route Injection Mechanism (RIM).
2. Click Settings...
The Route Injection Mechanism Settings window opens
Decide if:
RIM should run automatically on the central or satellite Security Gateways (Gaia,
SecurePlatform, or IPSO only).
A customized script should be run on central or satellite Security Gateways whenever a
tunnel changes its states (goes up or down).
For tracking options, see Tracking Options (on page 97).
3. If a customized script is run, edit custom_rim (.sh or .bat) script in the $FWDIR/Scripts
directory on each of the Security Gateways.
VPN | 104
Working with Site-to-Site VPN
Tracking Options
Several types of alerts can be configured to keep administrators up to date on the status of
Security Gateways. The Tracking settings can be configured on the Route Injection Mechanism
Settings page. The different options are Log, Popup Alert, Mail Alert, SNMP Trap Alert, and User
Defined Alert.
VPN | 106
CHAPTE R 10
Wire Mode
In This Section:
Overview of Wire Mode ............................................................................................... 107
Wire Mode Scenarios ................................................................................................. 107
Special Considerations for Wire Mode ...................................................................... 110
Configuring Wire Mode .............................................................................................. 111
VPN | 107
Working with Site-to-Site VPN
Security Gateway M1 and Security Gateway M2 are both wire mode enabled and have trusted
internal interfaces.
The community where Security Gateway M1 and Security Gateway M2 reside, is wire mode
enabled.
Host 1, residing behind Security Gateway S1 is communicating through a VPN tunnel with Host
2 residing behind Security Gateway M1.
MEP is configured for Security Gateway M1 and Security Gateway M2 with Security Gateway M1
being the primary Security Gateway and Security Gateway M2 as the backup. For more
information on MEP see, Multiple Entry Point VPNs (on page 137).
In this case, if Security Gateway M1 goes down, the connection fails over to Security Gateway M2. A
packet leaving Host 2 will be redirected by the router behind Security Gateway M1 to Security
Gateway M2 since Security Gateway M2 is designated as the backup Security Gateway. Without
wire mode, stateful inspection is enforced at Security Gateway M2 and the connection is dropped.
Packets that come into a Security Gateway whose session was initiated through a different
Security Gateway, are considered "out-of-state" packets. Since Security Gateway M2's internal
interface is "trusted," and wire mode in enabled on the community, no stateful inspection is
performed and Security Gateway M2 will successfully continue the connection without losing any
information.
VPN | 108
Working with Site-to-Site VPN
Wire mode is enabled on Center Security Gateway C (without an internal trusted interface
specified).
The community is wire mode enabled.
Host 1 residing behind Satellite Security Gateway A wishes to open a connection through a VPN
tunnel with Host 2 behind Satellite Security Gateway B.
In a satellite community, Center Security Gateways are used to route traffic between Satellite
Security Gateways within the community.
In this case, traffic from the Satellite Security Gateways is only rerouted by Security Gateway C
and cannot pass through Security Gateway C's firewall. Therefore, stateful inspection does not
need to take place at Security Gateway C. Since wire mode is enabled on the community and on
Security Gateway C, making them trusted, stateful inspection is bypassed. Stateful inspection,
however, does take place on Security Gateways A and B.
VPN | 109
Working with Site-to-Site VPN
VPN | 110
Working with Site-to-Site VPN
VPN | 111
CHAPTE R 11
VPN | 112
Working with Site-to-Site VPN
The match conditions are represented by a series of compound objects. The match conditions
enforce traffic in the following directions:
To and from the VPN Community via VPN routing (MyIntranet => MyIntranet)
From the Community to the local VPN domains (MyIntranet =>internal_clear)
From the local VPN domains to the VPN community (internal_clear => MyIntranet)
VPN | 113
Working with Site-to-Site VPN
The directional VPN rule below must be configured for the enforcement point gateway in the
Security Policy Rule Base:
The rule is applied to all VPN traffic that passes through the enforcement point gateway between
the Washington and London communities. If a connection is opened from a source in the
Washington Mesh, and the destination is in the London Star, the connection is allowed. Otherwise,
the connection is denied.
Note - The Directional Enforcement applies only to the first packet of a connection. If the
connection is permitted, the following packets of this connection are also permitted, including
the packets in the opposite direction.
VPN | 114
Working with Site-to-Site VPN
VPN | 115
CHAPTE R 12
Link Selection
In This Section:
Link Selection Overview ............................................................................................. 116
Configuring IP Selection by Remote Peer ................................................................. 116
Configuring Outgoing Route Selection ...................................................................... 119
Configuring Source IP Address Settings ................................................................... 121
Outgoing Link Tracking .............................................................................................. 121
Link Selection Scenarios............................................................................................ 122
Service Based Link Selection .................................................................................... 125
Trusted Links .............................................................................................................. 130
On Demand Links (ODL) ............................................................................................. 132
Link Selection and ISP Redundancy .......................................................................... 134
Link Selection with non-Check Point Devices .......................................................... 136
VPN | 116
Working with Site-to-Site VPN
Selected address from topology table - The VPN tunnel is created with the Security
Gateway using a selected IP address chosen from the drop down menu that lists the IP
addresses configured in the Topology page of the Security Gateway.
Statically NATed IP - The VPN tunnel is created using a NATed IP address. This address is
not required to be listed in the topology tab.
VPN | 117
Working with Site-to-Site VPN
link becomes unavailable, all of its connections are distributed among the other available
links. A link's availability is determined using RDP probing.
The peer Security Gateway that responds to the connection will route the reply traffic through
the same route that it was received on, as long as that link is available.
Although the VPN tunnel traffic can be routed through multiple links in Load Sharing mode,
only one VPN tunnel is generated. IKE sessions are arbitrarily routed though one of the
available links.
Load Sharing is supported on Security Gateways of version R71 and higher. If a Security
Gateway of version R71 or higher is configured to use the Load Sharing redundancy mode,
Security Gateways of versions before R71 will use the High Availability redundancy mode when
routing traffic to the R71 or higher Security Gateways.
Load Sharing is supported on all platforms for incoming traffic. For outgoing traffic, VPN
traffic between peers with Load Sharing configuration is not accelerated by IPSO acceleration
devices. Load Sharing is not supported on UTM-1 Edge devices.
Probing Settings:
Additional settings related to probing are set in Link Selection > IP Selection by Remote Peer >
Use probing > Configure > Probing Settings
Probe all addresses defined in the topology tab - choose to include all addresses defined in
the topology tab for the Security Gateway in the probing
Probe the following addresses - Specify the addresses that you want to include in the probing.
Primary address -Optionally, to choose a primary address, select the check box and choose
one of the included IP addresses from the drop down menu as the Primary Address. A primary
IP address is only used with the High Availability probing mode. If Load Sharing is configured,
the primary address is ignored. Enabling a primary IP address has no influence on the IP
selected for outgoing VPN traffic. If the remote Security Gateway connects to a peer Security
Gateway that has a primary IP address defined, then the remote Security Gateway will connect
to the primary address (if active) regardless of network speed (latency) or route metrics.
Use probing method
Choose one of the following probing methods.
Using ongoing probing (default setting) - When a session is initiated, all possible
destination IP addresses continuously receive RDP packets. The RDP probing is activated
when a connection is opened and continues as a background process.
Using one time probing - When a session is initiated, all possible destination IP addresses
receive an RDP session to test the route. These results are used until the next time that a
policy is installed.
Note - UDP RDP packets are not encrypted. The RDP mechanism only tests
connectivity.
VPN | 118
Working with Site-to-Site VPN
VPN | 119
Working with Site-to-Site VPN
In this scenario, Security Gateway A has two external interfaces, 192.168.10.10 and 192.168.20.10.
Peer Security Gateway B also has two external interfaces: 192.168.30.10 and 192.168.40.10.
VPN | 120
Working with Site-to-Site VPN
If all routes for outgoing traffic from Security Gateway A are available, the route from
192.168.10.10 to 192.168.40.10 has the lowest metric (highest priority) and is therefore the
preferred route.
Probing is activated on the local Security Gateway, log entries are also created for all resolving
changes. For example, if a link in use becomes unavailable and a new available link is chosen, a
log entry is issued.
How do peer Security Gateways select an IP address on the local Security Gateway for VPN traffic?
Since there is only one interface available for VPN, to determine how remote peers determine the
IP address of the local Security Gateway, select the following from the IP Selection by Remote
Peer section of the Link Selection page:
Select Main address or choose an IP address from the Selected address from topology table
drop down menu.
If the IP address is located behind a static NAT device, select Statically NATed IP.
VPN | 122
Working with Site-to-Site VPN
The local Security Gateway has two IP addresses used for VPN. One interface is used for VPN with
a peer Security Gateway A and one interface for peer Security Gateway B.
To determine how peer Security Gateways discover the IP address of the local Security Gateway,
enable one-time probing with High Availability redundancy mode. Since only one IP is available
for each peer Security Gateway, probing only has to take place one time.
VPN | 123
Working with Site-to-Site VPN
To determine how peer Security Gateways discover the IP address of the local Security Gateway,
use ongoing probing with High Availability redundancy mode. In order for the Static NAT IP
address to be probed, it must be added to the Probe the following addresses list in the Probing
Settings window.
To utilize both external interfaces by distributing VPN traffic among all available links, use the
Probing redundancy mode of Load Sharing on both Security Gateways. You can also specify that
only certain external interfaces should be probed by putting only those interfaces in the Probe the
following addresses list in the Probing Settings window. If one link goes down, traffic will
automatically be rerouted through the other link.
To enable this configuration, make sure that your routing table allows packet flow back and forth
between both eth0 interfaces and packet flow back and forth between both eth1 interfaces. Then
Link Selection can reroute the VPN traffic between these available links.
VPN | 124
Working with Site-to-Site VPN
To utilize both external interfaces and distribute VPN traffic between the available links, use the
Probing redundancy mode of Load Sharing on the local Security Gateway. Then the peer Security
Gateway will distribute its outgoing VPN traffic between interfaces eth0 and eth1 of the local
Security Gateway.
If the default, Operating system routing table, setting in the Outgoing Route Selection section is
selected, the local Security Gateway will only use one of its local interfaces for outgoing VPN
traffic; the route with the lowest metric and best match to reach the single IP address of the peer
Security Gateway, according to the routing table.
If you want to distribute the outgoing VPN traffic on both outbound links from the local Security
Gateway as well, select Route Based Probing in the Outgoing Route Selection on the Link
Selection page of the local Security Gateway.
VPN | 125
Working with Site-to-Site VPN
It is possible to configure the traffic of a specific service not to fail over. In this case, traffic of the
configured service will only be routed through interfaces assigned to this service, even if these
interfaces stop responding to RDP.
If the same service is assigned to more than one interface, this service's traffic is distributed
between the configured interfaces. Every new outgoing encrypted connection uses the next
available link in a round robin manner.
All traffic from services that are not assigned to a specific interface is distributed among the
remaining interfaces. If all links through these interfaces are down, the traffic is distributed
among the interfaces that are configured for specific services.
Service Based Link Selection configuration requires enabling the following features:
IP Selection by Remote Peer Load Sharing probing mode
Outgoing Route Selection Route based probing
Service Based Link Selection configuration file on the management server
Service Based Link Selection is supported on Security Gateways of version R71 and higher. It is
supported on the SecurePlatform, Gaia, Linux, and IPSO platforms. VPN traffic between peers
with Service Based Link Selection configuration is not accelerated by IPSO acceleration devices.
Service Based Link Selection is not supported on UTM-1 Edge devices.
VPN | 126
Working with Site-to-Site VPN
In this example, interface eth1 of both Security Gateways is dedicated to HTTP and FTP traffic. All
other traffic is routed to interface eth0.
If the available link through eth1 stops responding to RDP probing, HTTP and FTP traffic will fail
over to eth0. It is possible to specify that HTTP and FTP traffic should only be routed through eth1
even if the link through eth1 stops responding. Specify this by including the dont_failover flag
when editing the Service Based Link Selection configuration file.
All other traffic that is not HTTP or FTP will be routed through eth0. If the link through eth0 stops
responding to RDP probing, all traffic will be routed through eth1.
The Service Based Link Selection configuration file for this environment should appear as follows:
Alternatively, in SmartDashboard, you can create a Services Group that includes HTTP and FTP
services. In the example below, this group is called http_ftp_grp. Using this group, the Service
Based Link Selection configuration file for this environment should appear as follows:
VPN | 127
Working with Site-to-Site VPN
To utilize all three external interfaces and distribute the VPN traffic among the available links,
Link Selection Load Sharing and Route based probing should be enabled. To control your
bandwidth use, dedicate one or more links to a specific service or services using Service Based
Link Selection. In this scenario, interfaces eth0 and eth1 of both Security Gateways are dedicated
to SIP traffic. SIP traffic is distributed between eth0 and eth1. All other traffic is routed through
eth2.
If either the link through eth0 or the link through eth1 stops responding to RDP probing, SIP traffic
will fail over to the other SIP interface. If the link through eth2 stops responding to RDP probing,
all traffic will be routed though eth0 or eth1.
VPN | 128
Working with Site-to-Site VPN
To utilize all external interfaces and distribute the VPN traffic among the available links, Link
Selection Load Sharing and Route based probing should be enabled on the local Security Gateway,
London_GW. To control your bandwidth use, dedicate interface eth1 of the local Security Gateway
to HTTP and FTP traffic using Service Based Link Selection. The local Security Gateway will route
outgoing HTTP and FTP connections through interface eth1. All other traffic, not HTTP or FTP, will
be routed through eth0.
In this scenario, HTTP and FTP traffic should not fail over. HTTP and FTP traffic should only be
routed through interface eth1, even if the link through interface eth1 stops responding to RDP
probing. This is configured by specifying the dont_failover flag.
The Service Based Link Selection configuration file for this environment should appear as follows:
Since the Service Based Link Selection configuration is only relevant for outgoing traffic of the
local Security Gateway, the peer Security Gateway can send HTTP and FTP traffic to either
interface of the local Security Gateway. The outgoing VPN traffic of the peer Security Gateway is
distributed between interfaces eth0 and eth1 of the local Security Gateway.
VPN | 129
Working with Site-to-Site VPN
Trusted Links
Trusted Links allows you to set an interface as "trusted" for VPN traffic so that traffic sent on that
link will not be encrypted. You may want to set up a trusted link if you are confident that the link is
already encrypted and secure and you do not need a second encryption.
If you configure an interface as trusted, traffic routed through that interface will be sent
unencrypted, while traffic sent through other interfaces will still be encrypted.
Trusted interfaces should be configured symmetrically on the local and peer Security Gateways. If
only one side of the link is configured as trusted for VPN traffic, clear traffic received by a
non-trusted interface will be dropped by the peer Security Gateway.
If you have configured a specific link as trusted for VPN traffic and you are using probing, the
probing method considers all links, including the trusted link, when choosing a link for a
connection.
The probing method chooses the link according to these criteria:
The configured redundancy mode, High Availability or Load Sharing
If Service Based Link Selection is configured.
If the trusted link is chosen for a connection, the traffic is not encrypted. If another, non-trusted,
link is chosen, the traffic is encrypted.
In an MEP configuration, trusted links are only supported for connections initiated by a peer
Security Gateway to a MEP Security Gateway. Unencrypted VPN connections routed through a
trusted interface and initiated by a MEP Security Gateway may be dropped by the peer Security
Gateway.
Trusted links are not supported in Traditional mode. In Traditional mode, trusted link settings are
ignored and VPN traffic is always encrypted.
Trusted links are supported on Security Gateways of version R71 and higher.
VPN | 130
Working with Site-to-Site VPN
If the probing redundancy mode is High Availability and the trusted link is configured as the
Primary IP address, the trusted link will be used for VPN traffic. If the trusted link stops
responding to RDP probing, the link through Interface eth0 will be used for VPN traffic and traffic
will be encrypted.
If the probing redundancy mode is Load Sharing, the VPN traffic will be distributed between the
available links. Connections routed through interface eth0 will be encrypted while connections
routed through the trusted link will not be encrypted.
VPN | 131
Working with Site-to-Site VPN
SIP traffic is routed through the trusted link between the two eth1 interfaces and will not be
encrypted. If the trusted link stops responding to RDP probing, SIP traffic will be routed through
the eth0 interfaces and will be encrypted.
All other traffic that is not SIP is encrypted and routed through the interface eth0 link. However, if
interface eth0 stops responding to RDP probing, all the traffic will be routed through the trusted
link and will not be encrypted.
VPN | 132
Working with Site-to-Site VPN
The Security Gateway has two external links for Internet connectivity: one to an ISP, the other to
an ISDN dialup. The ISDN dialup connection is configured as an On Demand Link.
On the Security Gateway, the Route Based Probing mechanism probes all of the non-On Demand
Links and selects the active link with the lowest metric. In this case, it probed the ISP link. A script
is run to activate the On Demand Link when all other links with higher priorities become
unavailable. When the link becomes available again, a shutdown script is run automatically and
the connection continues through the link with the ISP.
Note - On Demand Links are probed only once using a single RDP session. Fail over
between On Demand Links is not supported.
Property Description
use_on_demand_links Enables on-demand links. The default is FALSE. Change to
TRUE.
on_demand_initial_script The name of the on-demand script, which runs when all
not-on-demand routes stop responding. Put the script in the
$FWDIR/conf directory.
on_demand_shutdown_scrip This script is run when the failed links become available. Put
t the script in the $FWDIR/conf directory.
If you do not want to use GuiDBedit, you can configure the use_on_demand_links and
on_demand_metric_min commands in SmartDashboard:
1. In SmartDashboard, click Policy > Global Properties > SmartDashboard Customization >
Configure.
2. In VPN Advanced Properties, click Link Selection.
VPN | 133
Working with Site-to-Site VPN
VPN | 134
Working with Site-to-Site VPN
In the Topology > ISP Redundancy window, configure the ISP Redundancy settings, such as ISP
Links and Redundancy mode. The ISP Redundancy settings are applied by default to VPN traffic.
The derived Link Selection settings are visible in the IPsec VPN > Link Selection window.
In the following scenario, the Apply settings to VPN traffic on the ISP Redundancy page was
cleared and there are different setting configured for Link Selection and ISP Redundancy.
In this scenario:
VPN | 135
Working with Site-to-Site VPN
Security Gateways A, B, and C each have two interfaces configured as ISP links.
ISP Redundancy is configured on Security Gateway A.
Security Gateway A should use ISP 1 in order to connect to Security Gateway B and ISP 2 in
order to connect to Security Gateway C. If one of the ISP links becomes unavailable, the other
ISP should be used.
In this scenario, the administrator of Security Gateway A needs to:
Clear the Apply settings to VPN traffic box in the ISP Redundancy window.
Reconfigure the Outgoing Route Selection to Route Based Probing in the Link Selection
window.
Configure the routing table so that ISP 1 is the highest priority for peer Security Gateway B and
ISP 2 has the highest priority for peer Security Gateway C.
VPN | 136
CHAPTE R 13
Overview of MEP
Multiple Entry Point (MEP) is a feature that provides a High Availability and Load Sharing solution
for VPN connections. A Security Gateway on which the VPN module is installed 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 a Security Gateway should become unavailable, the internal
network too, is no longer available. A MEP environment has two or more Security Gateways both
protecting and enabling access to the same VPN domain, providing peer Security Gateways with
uninterrupted access.
Implementation
MEP is implemented via a proprietary Probing Protocol (PP) that sends special UDP RDP packets
to port 259 to discover whether an IP is reachable. This protocol is proprietary to Check Point and
does not conform to RDP as specified in RFC 908/1151.
Note - These UDP RDP packets are not encrypted, and only test
the availability of a peer.
VPN | 137
Working with Site-to-Site VPN
The peer continuously probes or polls all MEP Security Gateways in order to discover which of the
Security Gateways are "up", and chooses a Security Gateway according to the configured selection
mechanism. Since RDP packets are constantly being sent, the status of all Security Gateways is
known and updated when changes occur. As a result, all Security Gateways that are "up" are
known.
There are two available methods to implement MEP:
Explicit MEP - Only Star communities with more than one central Security Gateway can enable
explicit MEP, providing multiple entry points to the network behind the Security Gateways.
When available, Explicit MEP is the recommended method.
Implicit MEP - Implicit MEP is supported in all scenarios where fully or partially overlapping
encryption domains exist or where Primary-Backup Security Gateways (on page 146) are
configured. When upgrading from a version prior to NGX (R60) where Implicit MEP was already
configured, the settings previously configured will remain.
Explicit MEP
In a site to site Star VPN community, explicit MEP is configured via the community object. When
MEP is enabled, the satellites consider the "unified" VPN domain of all the Security Gateways as
the VPN domain for each Security Gateway. This unified VPN domain is considered the VPN
domain of each Security Gateway:
In the figure, a Star VPN community has two central Security Gateways, M1 and M2 (for which
MEP has been enabled) and three satellite Security Gateways S1, S2, and S3. When S2 opens a
connection with host-1 (which is behind M1 and M2), the session will be initiated through either M1
or M2. Priority amongst the MEP Security Gateways is determined by the MEP entry point
selection mechanism.
VPN | 138
Working with Site-to-Site VPN
If M2 is the selected entry point and becomes unavailable, the connection to host-1 fails over to
M1. Returning packets will be rerouted using RIM or IP Pool NAT. For more information about
returning packets, see Routing Return Packets (on page 147).
There are four methods used to choose which of the Security Gateways will be used as the entry
point for any given connection:
Select the closest Security Gateway to source (First to respond)
Select the closest Security Gateway to destination (By VPN domain)
Random Selection (for Load distribution)
Manually set priority list (MEP rules)
If either "By VPN domain" or "Manually set priority list" is selected, then Advanced options provide
additional granularity.
VPN | 139
Working with Site-to-Site VPN
First to Respond
When there is no primary Security Gateway, all Security Gateways share "equal priority". When all
Security Gateways share equal priority:
Remote peers send RDP packets to all the Security Gateways in the MEP configuration.
The first Security Gateway to respond to the probing RDP packets gets chosen as the entry
point to network. The idea behind first to respond is proximity. The Security Gateway which is
"closer" to the remote peer responds first.
A VPN tunnel is opened with the first to respond. All subsequent connections pass through the
chosen Security Gateway.
If the Security Gateway ceases to respond, a new Security Gateway is chosen.
VPN | 140
Working with Site-to-Site VPN
By VPN Domain
Prior to enabling MEP, each IP address belonged to a specific VPN domain. Using By VPN Domain,
the Security Gateway of that domain becomes the chosen entry point. In the figure, the VPN Star
community has two central MEP Security Gateways (M1 and M2, each of which have their own VPN
domains), and remote satellite S1.
Host-2 (in the VPN domain of satellite S1 initiates a connection with host-1. The connection can be
directed through either M1 or M2. However, host-1 is within M2's original VPN domain. For this
reason, M2 is considered the Security Gateway "closest" to the destination IP Address. M2 is
therefore considered the primary Security Gateway and M1 the backup Security Gateway for
Host-1. If there were additional Security Gateways in the center, these Security Gateways would
also be considered as backup Security Gateways for M2.
If the VPN domains have fully or partially overlapping encryption domains, then more than one
Security Gateway will be chosen as the "closest" entry point to the network. As a result, more than
one Security Gateway will be considered as "primary." When there are more than one primary or
backup Security Gateways available, the Security Gateway is selected using an additional selection
mechanism. This advanced selection mechanism can be either (See Advanced Settings (on page
144)):
First to Respond
Random Selection (for load distribution)
For return packets you can use RIM on the center Security Gateways. If RIM is also enabled, set a
metric with a lower priority value for the leased line than the VPN tunnel. The satellite S1 might
simultaneously have more than one VPN tunnel open with the MEP Security Gateways, for
example M2 as the chosen entry point for host-1 and M1 as the chosen entry point for host-3.
While both M1 and M2 will publish routes to host-1 and host-3, the lower priority metric will
ensure the leased line is used only when one of the Security Gateways goes down.
VPN | 141
Working with Site-to-Site VPN
Random Selection
Using this method, a different Security Gateway is randomly selected as an entry point for
incoming traffic. Evenly distributing the incoming traffic through all the available Security
Gateways can help prevent one Security Gateway from becoming overwhelmed with too much
incoming traffic.
The Security Gateways are probed with RDP packets, as in all other MEP configurations, to create
a list of responding Security Gateways. A Security Gateway is randomly chosen from the list of
responding Security Gateways. If a Security Gateway stops responding, another Security Gateway
is (randomly) chosen.
A new Security Gateway is randomly selected for every source/destination IP pair. While the
source and destination IP's remain the same, the connection continues through the chosen
Security Gateway.
In such a configuration, RIM is not supported. IP Pool NAT must be enabled to ensure return
packets are correctly routed through the chosen Security Gateway.
In the figure, three MEP members (M1, M2, M3) provide entry points to the network for three
satellite Security Gateways (S1, S2, S3). Satellite S1 can be configured to try the Security Gateways
in the following order: M1, M2, M3, giving the highest priority to M1, and the lowest priority to M3.
Satellite S2 can be configured to try the Security Gateways in the following order: M2, M3 (but not
to try M1).
VPN | 142
Working with Site-to-Site VPN
Each of these priorities constitutes a MEP rule in the MEP manual priority list window:
Item Description
1 Default MEP Rule
The MEP manual priority list window is divided into the default rule, and rules which provide
exceptions to the default rule. The default MEP rule takes effect when:
No MEP rules are defined
When the source of the connection cannot be found in the Exception priority rules
The Exception priority rules section contains three priority levels: primary, secondary, and
tertiary. While there are only three priority levels,
The same priority can be assigned to several central Security Gateways
The same rule can be assigned to several satellite Security Gateways
A priority level can be left blank
In the second MEP rule below:
Central Security Gateways M3 and M1 have equal priority. The same rule is being applied to
satellites S2 and S3.
VPN | 143
Working with Site-to-Site VPN
When more than one Security Gateway is assigned the same priority level, which Security Gateway
will be chosen is resolved according to the Advanced settings. See Advanced Settings (on page
144).
Advanced Settings
In some instances, more than one Security Gateway is available in the center with no obvious
priority between them. For example as shown in the second example of the second MEP rule,
above more than one Security Gateway is assigned "second" priority. In this scenario, Advanced
options are used to decide which Security Gateway is chosen: First to Respond, or Random
Selection. (Choose Random selection to enable load balancing between the Security Gateways.)
When "manually set priority list" is the MEP selection mechanism, RIM is supported. RIM can be
configured with "manually set priority list" because the "random selection" mechanism available
on the Advanced button is different from the random selection mechanism used for MEP.
For the "random selection" mechanism employed for MEP, a different Security Gateway is
selected for each IP source/destination pair. For the random selection mechanism available from
the Advanced button, a single MEP entry point is randomly selected and then used for all
connections, and does not change according to source/destination pair. Load distribution is
therefore achieved since every satellite Security Gateway is randomly assigned a Security Gateway
as its entry point. This makes it possible to enable RIM at the same time.
Tracking
If the tracking option is enabled for MEP, the following information is logged by each satellite
Security Gateway:
The resolved peer Security Gateway (a Security Gateway in the MEP)
The priority of the resolved Security Gateway (primary, secondary, tertiary)
Whether the resolved Security Gateway is responding
For example, in the scenario shown in the Manually Set Priority List (on page 142) section,
satellite S1 opens a connection to the VPN domain that includes Security Gateways M1, M2, and
M3. M1 is the resolved peer. If tracking is enabled, the log reads:
Resolved peer for tunnel from S1 to the MEP that contains M1, M2, and M3,
is: M1 (Primary Security Gateway, responding).
Implicit MEP
There are three methods to implement implicit MEP:
First to Respond, in which the first Security Gateway to reply to the peer Security Gateway is
chosen. An organization would choose this option if, for example, the organization has two
Security Gateways in a MEP configuration - one in London, the other in New York. It makes
sense for VPN-1 peers located in England to try the London Security Gateway first and the NY
Security Gateway second. Being geographically closer to VPN peers in England, the London
Security Gateway is the first to respond, and becomes the entry point to the internal network.
See: First to Respond (on page 145).
Primary-Backup, in which one or multiple backup Security Gateways provide "high availability"
for a primary Security Gateway. The remote peer is configured to work with the primary
Security Gateway, but switches to the backup Security Gateway if the primary goes down. An
organization might decide to use this configuration if it has two machines in a MEP
environment, one of which is stronger than the other. It makes sense to configure the stronger
machine as the primary. Or perhaps both machines are the same in terms of strength of
VPN | 144
Working with Site-to-Site VPN
performance, but one has a cheaper or faster connection to the Internet. In this case, the
machine with the better Internet connection should be configured as the primary. See:
Primary-Backup Security Gateways (on page 146).
Load Distribution, in which the remote VPN peer randomly selects a Security Gateway with
which to open a connection. For each IP source/destination address pair, a new Security
Gateway is randomly selected. An organization might have a number of machines with equal
performance abilities. In this case, it makes sense to enable load distribution. The machines
are used in a random and equal way. See: Random Selection (on page 142).
Implicit MEP is supported if the Security Gateways with overlapping encryption domains are in the
same community. If they are located in different communities, only one of the Security Gateways
will be used for this encryption domain.
First to Respond
When there is no primary Security Gateway, all Security Gateways share "equal priority." When all
Security Gateway's share "equal priority":
Remote VPN peers send RDP packets to all the Security Gateways in the MEP configuration.
The first Security Gateway to respond to the probing RDP packets gets chosen as the entry
point to network. The idea behind first to respond is "proximity". The Security Gateway which is
"closer" to the remote VPN peer responds first.
A VPN tunnel is opened with the first to respond. All subsequent connections pass through the
chosen Security Gateway.
If the Security Gateway ceases to respond, a new Security Gateway is chosen.
In a star community, RDP packets are sent to the Security Gateways and the first to respond is
used for routing only when:
There is more than one center Security Gateway, and
One of the following VPN routing options was selected:
To center and to other satellites through center
To center, or through the center to other satellites, to internet and other VPN targets
This setting is found on the Community Properties > VPN Advanced > VPN Routing page.
VPN | 145
Working with Site-to-Site VPN
In this scenario:
VPN | 146
Working with Site-to-Site VPN
In this scenario:
The first Security Gateway is configured as the "primary," and the second Security Gateway as the
"backup." If the primary Security Gateway fails, for whatever reason, the remote VPN peer detects
that the link has gone down and works through the backup Security Gateway. The backup gateway
inherits the complete VPN domain of the primary. Failover within an existing connection is not
supported; the current connection is lost.
When the primary Security Gateway is restored, new connections go through the primary Security
Gateway while connections that already exist will continue to work through the backup Security
Gateway.
Load Distribution
To prevent any one Security Gateway from being flooded with connections, the connections can be
evenly shared amongst all the Security Gateways to distribute the load. When all Security
Gateways share equal priority (no primary) and are MEP to the same VPN domain, it is possible to
enable load distribution between the Security Gateways. The Security Gateways are probed with
RDP packets, as in all other MEP configurations, to create a list of responding Security Gateways.
A Security Gateway is randomly chosen from the list of responding Security Gateways. If a Security
Gateways stops responding, a new Security Gateway is (randomly) chosen.
A new Security Gateway is randomly selected for every source/destination IP pair. While the
source and destination IP's remain the same, the connection continues through the chosen
Security Gateway.
VPN | 147
Working with Site-to-Site VPN
RIM
Route Injection Mechanism (RIM) enables a Security Gateway to use a dynamic routing protocol to
propagate the encryption domain of a VPN peer Security Gateway to the internal network. When a
VPN tunnel is created, RIM updates the local routing table of the Security Gateway to include the
encryption domain of the VPN peer.
When a tunnel to a MEP Security Gateway goes down, the Security Gateway removes the
appropriate "return route" from its own local routing table. This change is then distributed
backwards to the routers behind the Security Gateway.
RIM is based both on the ability of the Security Gateway to update its local routing table, and the
presence of the a dynamic routing protocol to distribute the change to the network behind the
Security Gateway. There is little sense in enabling RIM on the Security Gateway if a dynamic
routing protocol is not available to distribute changes.
When MEP is enabled, RIM can be enabled only if permanent tunnels are enabled for the whole
community. In a MEP configuration RIM is available when using the First to Respond, Manual set
priority list, and VPN Domain mechanisms. In the first two options, satellite Security Gateways
"see" the center Security Gateways as unified as if one tunnel is connecting them. As a result, only
the chosen MEP Security Gateway will inject the routes. In VPN Domain MEP, it could be that all
MEP Security Gateways will inject the routes, which requires configuring the routers behind the
MEP Security Gateways to return packets to the correct Security Gateway.
RIM is not available when Random Selection is the selected entry point mechanism.
For more information on RIM, see Route Injection Mechanism (on page 99).
Special Considerations
1. If one of the central Security Gateways is an externally managed Security Gateway:
The VPN domain of the central Security Gateways will not be automatically inherited by an
externally managed Security Gateway
The RIM configuration will not be automatically downloaded
2. UTM-1 Edge Security Gateways cannot be configured as a MEP Security Gateway but can
connect to MEP Security Gateways.
3. DAIP Security Gateways require DNS resolving in order to be configured as MEP Security
Gateways.
VPN | 148
Working with Site-to-Site VPN
Configuring MEP
To configure MEP, decide on:
1. The MEP method
Explicit MEP - See Explicit MEP (on page 138).
Implicit MEP - See Implicit MEP (on page 144).
2. If required, method for returning reply packets:
IP pool NAT
RIM - To configure RIM, see Configuring RIM (on page 103).
To configure MEP:
1. Open the Star Community properties page > Advanced Settings > MEP (Multiple Entry Point):
Select Enable center Security Gateways as MEP.
2. Select an entry point mechanism:
First to respond
By VPN domain
Random selection
Manual priority list
If "By VPN domain" or "Manually set priority list" is selected, click Advanced to resolve how
more than one Security Gateway with equal priority should be selected.
If "Manually set priority list" is selected, click Set to create a series of MEP rules.
3. Select a tracking option, if required.
4. Click OK.
5. Install policy on all Security Gateways.
2. In the network objects tree, Groups section, create a group of gateways to act as backup
gateways.
3. Open the VPN properties of the Primary gateway:
NGX R65 and R70: Gateway properties > VPN
R71 and higher: Gateway properties > IPsec VPN
4. Select Use Backup Gateways, and select the group of backup gateways.
VPN | 150
Working with Site-to-Site VPN
5. For each backup gateway, make a VPN domain that does not include IP addresses that are in
the Primary VPN domain or the other backup domains.
If the backup gateway already has a VPN domain, you must make sure that its IP addresses do
not overlap with the other VPN domains.
a) Create a group of IP addresses not in the other domains, or a group that consists of only
the backup gateway.
b) On the Properties window of the backup network object > Topology > VPN Domain section,
select Manually defined.
c) Select the group.
6. Click OK.
7. Install the policy.
VPN | 151
Working with Site-to-Site VPN
4. On the Security Gateway object where IP pool NAT translation is performed, Security Gateway
Properties window, NAT > IP Pool NAT page, select either
Allocate IP Addresses from, and select the address range you created, OR
Define IP Pool addresses on Security Gateway interfaces. If you choose this option, you
need to define the IP Pool on each required interface, in the Interface Properties window,
IP Pool NAT tab.
5. In the IP Pool NAT page, select either (or all):
Use IP Pool NAT for VPN clients connections
Use IP Pool NAT for Security Gateway to Security Gateway connections
Prefer IP Pool NAT over Hide NAT
6. Click Advanced...
Decide after how many minutes unused addressees are returned to the IP pool.
Click OK twice.
7. Edit the routing table for each internal router, so that packets with an IP address assigned
from the NAT pool are routed to the appropriate Security Gateway.
VPN | 152
CHAPTE R 14
VPN | 153
Working with Site-to-Site VPN
The Table below shows how the VPN is implemented in a rule in Traditional VPN Mode. A single
rule with the Encrypt rule action, deals with both access control and encryption.
A connection that matches an Encrypt rule is encrypted (or decrypted) and forwarded by the
Security Gateways enforcing the policy. Sometimes, a connection may match the encrypt rule, but
will not be encrypted. Consider the following rule:
If the source or the destination are behind the Security Gateway, but are not in the VPN Domain of
the Security Gateway, the connection is dropped.
VPN | 154
Working with Site-to-Site VPN
For example, if Source X is in Net_C and Destination Y is in Net_D, Security Gateway 1 drops the
connection because the Action says Encrypt but the connection cannot be encrypted because the
source is not in the VPN Domain of Security Gateway 1.
If the source and destination are inside the VPN Domain of the same Security Gateway. In this
case, the connection is accepted in the clear.
For example, if Source X is in Net_A and Destination Y is in Net_B, the connection originates at X
and reaches the Security Gateway, which forwards the response back to Y. The connection is not
encrypted because there is no peer Security Gateway for Y that could decrypt the connection. A
SmartView Tracker log is issued "Both endpoints are in the Encryption Domain".
VPN | 155
Working with Site-to-Site VPN
If the Security Gateways are both internally managed and use certificates for authentication, the
easiest strategy is for both Security Gateways to present a certificate signed by the Internal CA.
VPN | 156
Working with Site-to-Site VPN
VPN | 157
Working with Site-to-Site VPN
VPN | 158
Working with Site-to-Site VPN
6. In the VPN page, click Traditional mode configuration. The Traditional mode IKE properties
window opens.
In the Support authentication methods area, select Pre-shared Secret, click Edit
Secrets.... Only peer Security Gateways which support pre-shared secrets appear in the
list.
Type a secret for each peer Security Gateway.
Select IKE phase 1 encryption and data integrity methods or accept the checked defaults.
7. Repeat step 1 to step 6 for each Security Gateway taking part in the VPN.
VPN | 160
CHAPTE R 15
VPN | 161
Working with Site-to-Site VPN
Simplified VPN Mode and communities are described in Introduction to Site to Site VPN (see
"Introduction to VPN" on page 47).
The simplified VPN policy makes it easier for the administrator to configure a VPN. However,
Traditional policies allow VPNs to be created with greater granularity than Simplified policies,
because
Whether or not to encrypt can be defined per rule (source, destination and service)
Simplified policies requires all the connections between two Security Gateways to encrypted
using the same methods, using the Community definitions.
What this means is that after running the wizard, some manual optimization of the Rule Base may
be required.
VPN | 162
Working with Site-to-Site VPN
The following table shows how the VPN is implemented in an Encrypt rule.
A connection that matches an Encrypt rule is encrypted (or decrypted) and forwarded by the
Security Gateways enforcing the policy. There are two exceptions:
If the source or the destination are behind the Security Gateway, but are not in the VPN Domain of
the Security Gateway, the connection is dropped.
For example, referring to the figure and the sample encrypt rule, above, if Source X is in Net_C
and Destination Y is in Net_D, Security Gateway 1 drops the connection. This is because the Action
says Encrypt but the connection cannot be encrypted because the source is not in the Encryption
Domain of Security Gateway 1.
If the source and destination are inside the encryption Domain of the same Security Gateway. In
this case, the connection is accepted in the clear.
For example, referring to the figure and the sample encrypt rule, above, if Source X is in Net_A
and Destination Y is in Net_B, the connection originates at X and reaches the Security Gateway,
which forwards the response back to Y. The connection is not encrypted because there is no peer
Security Gateway for Y that could decrypt the connection. A SmartView Tracker log is issued "Both
endpoint are in the Encryption Domain".
VPN | 163
Working with Site-to-Site VPN
VPN | 164
Working with Site-to-Site VPN
The first rule says that the connection is matched and is allowed, if the connection originates at X
and its destination is Y, within any Site-to-Site Community.
The second rule says that if a connection originates at X and has the destination Y, but is not
encrypted (or decrypted) by any site-to-site community, the connection should be dropped.
The second rule (the Drop rule) is needed where either the source or the destination are not in the
VPN Domain. In the Traditional policy, the Encrypt rule would drop this connection. If there were
no drop rule in the Simplified policy, the connection may be matched to and allowed by a rule
further down in the Rule Base.
After the conversion to Simplified mode, a node in Net_A to a Node in Net_B will be dropped by the
converted Rule Base. This is because community rules define traffic between VPN Domains, and
do not relate to traffic within a VPN Domain.
To allow these connections in the converted Rule Base, you must explicitly allow them. To do this,
add one rule between the first rule and the second rule, for each policy target appearing in the
"install on" field. For example, the two Rules in the table above become three rules below:
VPN | 165
Working with Site-to-Site VPN
In most cases it is not necessary to add these rules. Only add them when connections inside the
encryption domain are matched by the Encrypt rule. An indication of this is the appearance of the
log in SmartView Tracker "Both endpoints are in the Encryption Domain."
The translated rule is shown in the following table. The Remote Access community is put in the
VPN field, and the Action of the rule is Accept:
Since the identification of users is possible only in authentication rules, and not in drop rules, it is
not possible to define a rule that drops connections that were not encrypted.
VPN | 166
Working with Site-to-Site VPN
Add the Services that should not be encrypted inside the Community to the Excluded Services list.
For example, if you have explicitly defined implied rules in the Traditional Policy. See How to
Authorize Firewall Control Connections in VPN Communities (on page 64).
Because of this, Auth+Encrypt rules cannot be automatically translated in such a way that the
translated Rule Base is at least as restrictive as the original rule. Instead, the Converter wizard
translates Auth+Encrypt rules to a single rule, and does not add a Drop rule, as shown in the
following table. This is a security problem, because connections that match the Source location,
where the users authenticated successfully, but were not encrypted, may be accepted further
down in the translated Rule Base if some later rule specifies Accept for the same Source.
When the converter encounters Auth+Encrypt rules, it warns the administrator by displaying an
error stating that the converter cannot translate such rules automatically. In this case it is
important to review the translated Rule Base before installing it, in order to avoid security
breaches. It may be necessary to add rules to make sure that all the traffic that was previously
dropped by the original Rule Base is dropped in the translated Rule Base.
VPN | 167
Working with Site-to-Site VPN
Auth+Encrypt Rules
Auth+Encrypt rules are not converted automatically. When such rules appear in the Rule Base,
review the converted Rule Base and make sure that the security of these rules are maintained.
VPN | 168
CHAPTE R 16
VPN | 169
CHAPTE R 17
Types of Solutions
All of Check Point's Remote Access solutions provide:
Enterprise-grade, secure connectivity to corporate resources.
Strong user authentication.
Granular access control.
Factors to consider when choosing remote access solutions for your organization:
Client-Based vs. Clientless - Does the solution require a Check Point client to be installed on
the endpoint computer or is it clientless, for which only a web browser is required. You might
need multiple solutions within your organization to meet different needs.
Secure Connectivity and Endpoint Security - Which capabilities does the solution include?
Secure Connectivity - Traffic is encrypted between the client and VPN gateway. After users
authenticate, they can access the corporate resources that are permitted to them in the
access policy. All Check Point solutions supply this.
Endpoint Security - Endpoint computers are protected at all times, even when there is no
connectivity to the corporate network. Some Check Point solutions supply this.
VPN | 170
Working with Remote Access VPN
Client-based - Client application installed on endpoint computers and devices. Clients are
usually installed on a managed device, such as a company-owned computer. The client
supplies access to most types of corporate resources according to the access privileges of the
user.
Clientless - Users connect through a web browser and use HTTPS connections. Clientless
solutions usually supply access to web-based corporate resources.
On demand client - Users connect through a web browser and a client is installed when
necessary. The client supplies access to most types of corporate resources according to the
access privileges of the user.
VPN | 171
Working with Remote Access VPN
VPN | 172
Working with Remote Access VPN
VPN | 173
Working with Remote Access VPN
VPN | 175
Working with Remote Access VPN
VPN | 176
Working with Remote Access VPN
Note - Endpoint Security VPN on Mac OS X includes a Desktop Firewall but not
Security Verification.
SecuRemote
SecuRemote is a secure, but limited-function IPsec VPN client. It provides secure connectivity.
Required Licenses - IPsec VPN Software Blade on the gateway. It is a free client and does not
require additional licenses.
Supported Platforms - Windows
Where to Get the Client - Check Point Support Center - sk67820
http://supportcontent.checkpoint.com/solutions?id=sk67820.
Check Point GO
Check Point GO is a portable workspace with virtualized Windows applications, on a secure and
encrypted USB Flash Drive. Users insert the USB device into a host PC and securely access their
workspace and corporate resources through SSL VPN technology.
VPN | 177
Working with Remote Access VPN
Check Point GO is ideal for mobile workers, contractors, and disaster recovery. The virtual
workspace is segregated from the host PC and controls the applications and data that can run in
Check Point GO.
It provides:
Secure Connectivity
Security Verification
Required Licenses - IPsec VPN Software Blade on the gateway and Check Point GO devices.
Supported Platforms - Windows
Where to Get the Client - Check Point Support Center - sk67820
http://supportcontent.checkpoint.com/solutions?id=sk67820.
VPN | 178
CHAPTE R 18
Overview
Whenever users access the organization from remote locations, it is essential that the usual
requirements of secure connectivity be met but also the special demands of remote clients, for
example:
The IP of a remote access client might be unknown.
The remote access client might be connected to a corporate LAN during the working day and
connected to a hotel LAN during the evening, perhaps hidden behind some kind of NATing
device.
The remote client might need to connect to the corporate LAN via a wireless access point.
Typically, when a remote client user is out of the office, they are not protected by the current
security policy; the remote access client is both exposed to Internet threats, and can provide a
way into the corporate network if an attack goes through the client.
To resolve these issues, a security framework is needed that ensures remote access to the
network is properly secured.
Check Point Remote Access VPN solutions let you create a VPN tunnel between a remote user and
your internal network. The VPN tunnel guarantees:
Authenticity, by using standard authentication methods
Privacy, by encrypting data
Integrity, by using industry-standard integrity assurance methods
Check Point Remote Access Clients extend VPN functionality to remote users, enabling users to
securely communicate sensitive information to networks and servers over the VPN tunnel, using
LAN, wireless LAN and various dial-up (including broadband) connections. Users are managed
either in the internal database of the Security Gateway or via an external LDAP server.
After a user is authenticated, a transparent secured connection is established.
VPN | 179
Working with Remote Access VPN
In the figure, the remote user initiates a connection to Security Gateway 1. User management is
not performed via the VPN database, but an LDAP server belonging to VPN Site 2. Authentication
takes place during the IKE negotiation. Security Gateway 1 verifies that the user exists by querying
the LDAP server behind Security Gateway 2. Once the user's existence is verified, the Security
Gateway then authenticates the user, for example by validating the user's certificate. Once IKE is
successfully completed, a tunnel is created; the remote client connects to Host 1.
If the client is behind the Security Gateway (for example, if the user is accessing the corporate
LAN from a company office), connections from the client to destinations that are also behind the
LAN Security Gateway are not encrypted.
VPN | 180
Working with Remote Access VPN
(authenticated and encrypted) according to the parameters defined for Remote Access
communications in SmartDashboard Global Properties.
Connection Mode
The remote access clients connect with Security Gateways using Connect mode.
During connect mode, the remote user deliberately initiates a VPN link to a specific Security
Gateway. Subsequent connections to any host behind other Security Gateways will transparently
initiate additional VPN links as required.
Connect mode offers:
Office mode, to resolve routing issues between the client and the Security Gateway. See, Office
Mode (on page 200).
Visitor mode, for when the client needs to tunnel all client to Security Gateway traffic through
a regular TCP connection on port 443.
Routing all traffic through Security Gateway (Hub mode), to achieve higher levels of security
and connectivity.
Auto connect, when an application tries to open a connection to a host behind a Security
Gateway, the user is prompted to initiate a VPN link to that Security Gateway. For example,
when the e-mail client tries to access the IMAP server behind Security Gateway X,
SecureClient prompts the user to initiate a tunnel to that Security Gateway.
User profiles (Location Profiles). See: User Profiles.
VPN | 181
Working with Remote Access VPN
is not encrypted. For example, consider a rule that allows FTP connections. If a connection
matching the rule is between community members, the connection is encrypted. If the connection
is not between community members, the connection is not encrypted.
The Security Gateway Security Policy controls access to resources behind the Security Gateway,
protects the Security Gateway and the networks behind it. Since the remote client is not behind
the Security Gateway, it is not protected by the Security Gateway Security Policy. Remote access
using SecureClient can be protected by a Desktop Security Policy. See Desktop Security (on page
214).
Digital Certificates
Digital Certificates are the most recommended and manageable method for authentication. Both
parties present certificates as a means of proving their identity. Both parties verify that the peer's
certificate is valid (i.e. that it was signed by a known and trusted CA, and that the certificate has
not expired or been revoked).
Digital certificates are issued either by Check Point's Internal Certificate Authority or third-party
PKI solutions. Check Point's ICA is tightly integrated with VPN and is the easiest way to configure
a Remote Access VPN. The ICA can issue certificates both to Security Gateways (automatically)
and to remote users (generated or initiated).
Using the ICA, generate a certificate and transfer it to the user "out-of-band." Alternatively,
initiate the certificate generation process on Security Management Server. The process is
completed independently by the user. The administrator can also initiate a certificate generation
on the ICA management tool (the only option available if users are defined on an LDAP server).
It is also possible to use third-party Certificate Authorities to create certificates for authentication
between Security Gateways and remote users. The supported certificate formats are PKCS#12,
CAPI, and Entrust.
Users can also be provided with a hardware token for storing certificates. This option offers the
advantage of higher level of security, since the private key resides only on the hardware token.
As part of the certificate validation process during the IKE negotiation, both the client and the
Security Gateway check the peer's certificate against the Certificate Revocation List (CRL)
published by the CA which issued the certificate. If the client is unable to retrieve a CRL, the
Security Gateway retrieves the CRL on the client's behalf and transfers the CRL to the client
during the IKE negotiation (the CRL is digitally signed by the CA for security).
VPN | 182
Working with Remote Access VPN
Pre-Shared Secret
This authentication method has the advantage of simplicity, but it is less secure than certificates.
Both parties agree upon a password before establishing the VPN. The password is exchanged
"out-of-band", and reused multiple times. During the authentication process, both the client and
Security Gateway verify that the other party knows the agreed-upon password.
Configuring Authentication
On the Security Gateway, you can configure authentication in one of two places:
Gateway Properties window of a gateway in Authentication. In the Authentication page, you
can allow access to users who authenticate with a Check Point Password, SecurID, OS
Password, RADIUS server, or TACACS server. Authentication using Client Certificates from the
Internal Certificate Authority is enabled by default in addition to the selected method.
Some blades have their own authentication settings. Configure this in the Gateway Properties
window of a gateway under <name of the blade> > Authentication. For example, configure the
authentication method for IPsec VPN clients in Gateway Properties > IPsec VPN >
Authentication. If you select an authentication method for the blade, that is the method that all
users must use to authenticate to that blade. You can configure other authentication methods
that users must use for different blades on different pages.
VPN | 183
Working with Remote Access VPN
If you do not make a selection on the Authentication page for a specific blade, the Security
Gateway takes authentication settings for the blade from the main gateway Authentication
page.
Note - In previous releases there was no option to configure an authentication setting for
a specific blade. But from R75 and higher, if you configure an authentication method for a
specific blade, the settings on this page do not apply at all to that blade.
Advanced Features
Remote Access VPN supports other advanced features such as:
Resolving connectivity and routing issues. See: Office Mode (on page 200), and Resolving
Connectivity Issues (on page 294).
IP-per-user/group.
L2TP clients.
VPN | 184
CHAPTE R 19
LDAP - LDAP is an open industry standard that is used by multiple vendors. Check Point
products integrate LDAP with Check Point User Directory. Manage the users externally on the
LDAP server, and changes are reflected on the SmartDashboard. Security Gateways query the
User Directory data for authentication.
RADIUS - Remote Authentication Dial-In User Service (RADIUS) is an external authentication
scheme that provides security and scalability by separating the authentication function from
the access server.
When employing RADIUS as an authentication scheme, the Security Gateway forwards
authentication requests by remote users to the RADIUS server. The RADIUS server, which
stores user account information, authenticates the users. The RADIUS protocol uses UDP for
communications with the Security Gateway. RADIUS Servers and RADIUS Server Group objects
are defined in SmartDashboard.
SecurID Token Management ACE/Server - Developed by RSA Security, SecurID requires users
to both possess a token authenticator and to supply a PIN or password. Token authenticators
generate one-time passwords that are synchronized to an RSA ACE/Server, and may come in
the form of hardware or software. Hardware tokens are key-ring or credit card-sized devices,
while software tokens reside on the PC or device from which the user wants to authenticate.
All tokens generate a random, one-time-use access code that changes every minute or so.
When a user attempts to authenticate to a protected resource, that one-time-use code must
be validated by the ACE/Server.
When employing SecurID as an authentication scheme, the Security Gateway forwards
authentication requests by remote users to the ACE/Server. ACE manages the database of RSA
users and their assigned hard or soft tokens. The VPN module acts as an ACE/Agent 5.0, which
means that it directs all access requests to the RSA ACE/Server for authentication. For agent
configuration see ACE/Server documentation.
The differences between user management on the internal database, and User Directory:
User Directory is done externally and not locally.
If you change User Directory templates the change is applied to users dynamically,
immediately.
VPN | 186
Working with Remote Access VPN
c) Enter the name of the group in this format: RAD_<group to which the RADIUS users
belong>. Make sure the group is empty.
d) Click OK.
e) Click Close.
6. Create the required Rule Base rules to allow access to RADIUS users.
7. Save the changes.
8. Close all SmartConsole windows.
9. On the Security Management Server, use GuiDBedit to change the value of the
add_radius_groups attribute from false to true.
10. Save.
11. Close GuiDBedit.
12. Open SmartDashboard.
13. Install the policy.
14. On the RADIUS server, edit the RADIUS users to include a class RADIUS attribute on the users
Return list that corresponds to the user group that they access.
VPN | 188
CHAPTE R 20
This section includes procedures and explanations for configuring Remote Access VPN. For
configuration specific to Endpoint Security VPN, Check Point Mobile for Windows, and
SecuRemote, see the Remote Access Clients Administration Guide.
VPN | 189
Working with Remote Access VPN
Start at the top, with Create Security Gateway and define Security Gateway properties, and trace a
route down to Install policy. Sections following the chart detail step-by-step procedures for each
phase.
VPN | 190
Working with Remote Access VPN
VPN | 191
Working with Remote Access VPN
VPN | 192
Working with Remote Access VPN
VPN | 193
Working with Remote Access VPN
3. Generate a certificate for your Security Gateway from the third party CA. For more information,
see: Enrolling with a Certificate Authority (on page 37).
4. Generate a certificate for the remote user from the third party CA. (Refer to relevant third
party documentation for details.) Transfer the certificate to the user.
5. In Global Properties, Authentication window, add or disable suffix matching.
For users with certificates, it is possible to specify that only certificates with a specified suffix
in their DN are accepted. This feature is enabled by default, and is required only if:
Users are defined in the internal database, and
The user names are not the full DN.
All certificates DN's are checked against this suffix.
VPN | 194
Working with Remote Access VPN
VPN | 195
Working with Remote Access VPN
Revoking Certificates
The way in which certificates are revoked depends on whether they are managed internally or
externally, using LDAP.
If the certificate is already active, you can revoke it by clicking Revoke in the Certificates tab of the
User Properties window.
VPN | 197
Working with Remote Access VPN
The remote users must be defined as RSA users on the ACE Server.
On the Security Gateway, the SecurID users must be placed into a group with an external user
profile account that specifies SecurID as the authentication method.
The Advanced view displays the tokencode and passcode with COPY buttons, allowing the user to
cut and paste between softID and SecureClient:
VPN | 198
Working with Remote Access VPN
VPN | 199
CHAPTE R 21
Office Mode
In This Section:
The Need for Remote Clients to be Part of the LAN ................................................ 200
Office Mode ................................................................................................................. 200
Enabling IP Address per User ................................................................................... 205
Office Mode Considerations ....................................................................................... 207
Configuring Office Mode............................................................................................. 208
Office Mode
Office Mode enables a Security Gateway to assign a remote client an IP address. The assignment
takes place once the user connects and authenticates. The assignment lease is renewed as long
as the user is connected. The address may be taken either from a general IP address pool, or
from an IP address pool specified per user group. The address can be specified per user, or via a
DHCP server, enabling the use of a name resolution service. With DNS name resolution, it is
easier to access the client from within the corporate network.
It is possible to allow all your users to use Office Mode, or to enable the feature for a specific
group of users. This can be used, for example, to allow privileged access to a certain group of
users (e.g., administrators accessing the LAN from remote stations). It is also useful in early
VPN | 200
Working with Remote Access VPN
integration stages of Office Mode, allowing you time to "pilot" this feature on a specific group of
users, while the rest of the users continue to work in the traditional way.
Office Mode is supported with the following:
SecureClient
Endpoint Security VPN
SSL Network Extender
Crypto
L2TP
A Closer Look
The following steps illustrate the process taking place when a remote user connected through
Office Mode wishes to exchange some information with resources inside the organization:
The user is trying to connect to some resource on the LAN, thus a packet destined for the
internal network is to be sent. This packet is routed through the virtual interface that Office
Mode had set up, and bears the source IP address allocated for the remote user.
The packet is encrypted and builds a new encapsulating IP header for it. The source IP of the
encapsulating packet is the remote client's original IP address, and its destination is the IP
address of the Security Gateway. The encapsulated packet is then sent to the organization
through the Internet.
The Security Gateway of the organization receives the packet, decapsulates and decrypts it,
revealing the original packet, which bears the source IP allocated for the remote user. The
Security Gateway then forwards the decapsulated packet to its destination.
The internal resource gets a packet seemingly coming from an internal address. It processes
the packet and sends response packets back to the remote user. These packets are routed
back to the (internal) IP address assigned to the remote user.
VPN | 201
Working with Remote Access VPN
The Security Gateway gets the packet, encrypts and encapsulates it with the remote users'
original (routable) IP address and returns the packet back to the remote user:
The remote host uses the Office mode address in the encapsulated packet and 10.0.0.1 in the
encapsulating header.
The packet is NATed to the new source address: 192.168.17.5
The Security Gateway decapsulates the NATed IP address and decrypts the packet. The source
IP address is the Office Mode address.
The packet is forwarded to the internal server, which replies correctly.
Assigning IP Addresses
The internal IP addresses assigned by the Security Gateway to the remote user can be allocated
using one of the following methods:
IP Pool
DHCP Server
IP Pool
The System Administrator designates a range of IP addresses to be utilized for remote client
machines. Each client requesting to connect in Office Mode is provided with a unique IP address
from the pool.
VPN | 202
Working with Remote Access VPN
The IP addresses from this reserved pool can be configured to offer a separate set of access
permissions given to these remote users.
DHCP Server
A Dynamic Host Configuration Protocol (DHCP) server can be used to allocate IP addresses for
Office Mode clients. When a remote user connects to the Security Gateway using Office Mode, the
Security Gateway requests the DHCP server to assign the user an IP address from a range of IP
addresses designated for Office Mode users.
Security Gateway DHCP requests can contain various client attributes that allow DHCP clients to
differentiate themselves. The attributes are pre-configured on the client side operating system,
and can be used by different DHCP servers in the process of distributing IP addresses. Security
Gateways DHCP request can contain the following attributes:
Host Name
Fully Qualified Domain Name (FQDN)
Vendor Class
User Class
RADIUS Server
A RADIUS server can be used for authenticating remote users. When a remote user connects to a
Security Gateway, the username and password are passed on to the RADIUS server, which checks
that the information is correct, and authenticates the user. The RADIUS server can also be
configured to allocate IP addresses.
VPN | 203
Working with Remote Access VPN
When using a DHCP server to assign IP addresses to users, the DHCP server's configuration
determines the IP lease duration. When a user disconnects and reconnects to the Security
Gateway within a short period of time, it is likely that the user will get the same IP address as
before.
Anti-Spoofing
With Anti-Spoofing, a network administrator configures which IP addresses are expected on each
interface of the Security Gateway. Anti-Spoofing ensures IP addresses are only received or
transmitted in the context of their respective Security Gateway interfaces. Office Mode poses a
problem to the Anti-Spoofing feature, since a client machine can connect and authenticate
through several interfaces, e.g. the external interface to the Internet, or the wireless LAN
interface; thus an Office Mode IP address may be encountered on more than one interface. Office
Mode enhances Anti-Spoofing by making sure an encountered Office Mode IP address is indeed
assigned to the user, authenticated on the source IP address on the IPsec encapsulating packet,
i.e. the external IP.
In order for all Security Gateways on the site to recognize the remote users Office Mode IP
addresses, the Office Mode IP range must be known by all of the Security Gateways and the IP
ranges must be routable in all the networks. However, when the Office Mode per Site feature is in
use, the IP-per-user feature cannot be implemented.
In this scenario:
There are two ways to implement this feature, depending on whether IP addresses are allocated
by a DHCP server or IP Pool.
VPN | 205
Working with Remote Access VPN
The Solution
There are two ways to implement this feature, depending on whether IP addresses are allocated
by a DHCP server or IP Pool.
DHCP Server
If Office Mode addresses are allocated by a DHCP server, proceed as follows:
1. Open the Check Point object from the Objects Tree.
2. In the Object Properties > IPsec VPN > Office Mode page:
Enable Office Mode (either for all users or for the relevant group)
Select a DHCP server and under MAC address for DHCP allocation, select calculated per
user name
3. Install the Policy on the Security Gateway.
4. On the Security Gateway, run this command to obtain the MAC address assigned to the user.
vpn macutil <username>
5. On the DHCP Server make a new reservation, specifying the IP address and MAC address,
assigning the IP address for the exclusive use of the given user.
ipassignment.conf File
The $FWDIR/conf/ipassignment.conf file on the Security Gateway, is used to implement the
IP-per-user feature. It lets the administrator to assign specific addresses to specific users or
specific ranges to specific groups when they connect using Office Mode or L2TP clients.
VPN | 207
Working with Remote Access VPN
VPN | 208
Working with Remote Access VPN
It is possible to specify which WINS and DNS servers Office Mode users should use. To specify
WINS and/or DNS servers, continue to step 3. Otherwise skip to step 6.
1. Create a DNS server object, by selecting Manage > Network Objects > New > Node > Host and
specify the DNS machine's name, IP address and subnet mask. Repeat this step if you have
additional DNS servers.
2. Create a WINS server object, by selecting Manage > Network objects > New > Node > Host and
specify the WINS machine's name, IP address and subnet mask. Repeat this step if you have
additional WINS servers.
3. In the Check Point Security Gateway IPsec VPN > Office Mode page, in the IP Pool section
click the "optional parameters" button.
a) In the IP Pool Optional Parameters window, select the appropriate objects for the primary
and backup DNS and WINS servers.
b) In the Domain name field, specify the suffix of the domain where the internal names are
defined. This instructs the Client as per what suffix to add when it addresses the DNS
server (e.g. example.com).
4. Install the Policy.
5. Make sure that all the internal routers are configured to route all the traffic destined to the
internal address space you had reserved to Office Mode users through the Security Gateway.
For instance, in the example above it is required to add routes to the class C sub network of
10.130.56.0 through the Security Gateway's IP address.
In addition to the steps mentioned for the Security Gateway side configuration, a few configuration
steps have to be performed on the client side in order to connect to the Security Gateway in Office
Mode.
VPN | 209
Working with Remote Access VPN
In this scenario:
(10.10.5.0, 10.10.5.129), (10.10.9.0, 10.10.9.255), and (70.70.70.4, 70.70.70.90) are the VPN
remote clients source IP address ranges
(1.1.1.5, 1.1.1.87), (1.1.1.88, 1.1.1.95), and (8.8.8.6, 8.8.8.68) are the Office Mode IP addresses
that will be assigned to the remote users whose source IP falls in the range defined on the
same line.
For example: A user with a source IP address between 10.10.10.5.0 and 10.10.5.129, will receive
an Office Mode address between 1.1.1.5 and 1.1.1.87.
VPN | 210
Working with Remote Access VPN
VPN | 211
Working with Remote Access VPN
3. Create a new node object by selecting Manage > Network objects > New > Node > Host,
representing the DHCP server and specify the machine's name, IP address and subnet mask.
4. Open the Security Gateway object through which the remote users will connect to the internal
network and select the IPsec VPN > Office Mode page. Enable Office Mode to either all users
or to a certain group.
Check the Automatic (use DHCP) option.
Select the DHCP object you have previously created.
In the Virtual IP address for DHCP server replies, specify an IP address from the sub
network of the IP addresses which are designated for Office Mode usage (e.g.
10.130.56.254). Since Office Mode supports DHCP Relay method for IP assignment, you can
direct the DHCP server as to where to send its replies. The routing on the DHCP server and
that of internal routers must be adjusted so that packets from the DHCP server to this
address are routed through the Security Gateway.
If you wish to use the Anti-Spoofing feature, continue to step 5, otherwise skip to step 7.
5. Create a network object to represent the address space you've allocated for Office Mode on
your DHCP server, by selecting Manage > Network Objects > New > Network.
In the Network Properties General tab, set the DHCP address range as follows:
In Network Address specify the first address that is used (e.g. 10.130.56.0).
In Net Mask enter the subnet mask according to the amount of addresses that is used
(entering 255.255.255.0, for example, designates that all 254 IP addresses from 10.130.56.1
until 10.130.56.254 are set aside for remote host Office Mode addresses on the DHCP
server).
Changes to the Broadcast Address section and the Network Properties NAT tab are not
necessary.
Close the network object properties window.
6. Return to the Security Gateway object, open the IPsec VPN > Office Mode page. In the
Additional IP addresses for Anti-Spoofing, select the network object you have created with
the IP address range you have set aside for Office Mode on the DHCP server.
7. Install the policy.
8. Make sure that all the internal routers are configured to route all the traffic destined to the
internal address space you had reserved to Office Mode users through the Security Gateway.
For instance, in the example above it is required to add routes to the class C sub network of
10.130.56.0 through the Security Gateway's IP address.
In addition to the steps mentioned for the Security Gateway side configuration, a few configuration
steps have to be performed on the client side in order to connect to the Security Gateway in Office
mode.
VPN | 212
Working with Remote Access VPN
VPN | 213
CHAPTE R 22
Desktop Security
In This Section:
The Need for Desktop Security .................................................................................. 214
Desktop Security Solution .......................................................................................... 214
Desktop Security Considerations .............................................................................. 217
Configuring Desktop Security .................................................................................... 218
VPN | 214
Working with Remote Access VPN
When a client connects to the organization's Security Gateway to establish a VPN, it can connect to
a Policy Server as well and retrieve its Desktop Security Policy and begin enforcing it. Clients can
accept, encrypt or drop connections depending on their Source, Destination, and Service.
Implied Rules
In addition to the inbound and outbound rules explicitly defined by the administrator, implicit
"cleanup" rules are automatically appended at the end of both the inbound and outbound policies:
The outbound implicit rule allows all connections originating from the client machine, thus
allowing connections which do not match any of the previous rules.
The inbound implicit rule blocks all connections destined to the client machine which do not
match any of the previous rules, on the assumption that what is not explicitly allowed is to be
rejected.
VPN | 215
Working with Remote Access VPN
User Granularity
You can define different rules for remote users based on location and user groups:
Location You can define a less restrictive policy for a user connecting from within the
organization and a more restrictive policy for the same user connecting from outside the
organization. For example, a user with Endpoint Security VPN installed on his laptop who
connects from within the organization is less restricted and the same user connecting from
outside from a hotel room is more has more restrictions. This is done in the user's security
Rule Base by configuring the location of the users for which the rule should be implemented.
User Groups Define different rules for users in different user groups. For example, you can
define restrictive rules for ordinary users, but allow system administrators more access
privileges.
In addition, you can define rules to be enforced for all remote users, by not specifying a specific
user group, but rather all users.
Rules do not specify individual users but rather user groups. Because the client does not know in
which groups the currently logged-in user belongs, it must get this information from the Policy
Server. After the client authenticates itself to the Policy Server, the Policy Server resolves the
user groups to which the user belongs and sends this information to the client. Then the client is
able to enforce the rules defined for that user. Rules can also be applied to radius groups on the
RADIUS server.
Default Policy
When a client is started, and before it connects to the Policy Server, it enforces a "default policy,"
which consists of the rules defined for all users in the last policy downloaded from the Policy
Server. This is because at this point, the client does not know to which groups the user belongs.
The default policy is enforced until the user downloads an updated policy (and the current user's
groups information) from a Policy server.
If a client loses its connection to the Policy Server, it enforces the default policy until the
connection is restored and a Policy is downloaded.
Policy Server
What is a Policy Server?
A Policy Server is installed on a Security Gateway, in the Gateway General Properties > Network
Software Blades tab. It serves as a repository for the Desktop Security Policy. Client machines
download their Desktop Security Policies from the Policy Server.
Connect Mode
High Availability between all Policy Servers, trying selected first Clients always try the
specified Policy Server first. If this server is unavailable, the client randomly chooses a
different server from among the remaining servers.
VPN | 216
Working with Remote Access VPN
High Availability only among selected Policy Servers Clients randomly choose a Policy
Server from the specified group. This option provides Load Balancing as well, since the load
will be more equally distributed among the Policy Servers.
Policy Download
When is a Policy Downloaded?
When a user creates a VPN site on the client, a list of Policy Servers is downloaded to the client
machine. If the user is using Connect mode (the default mode), a policy will be automatically
downloaded from a Policy Server when the client machine connects to the site. The automatic
policy download can also be disabled from the user's profile.
Policy Renewal
If a time-out is defined for a policy (default is 60 minutes), the client reconnects to the Policy
Server to download a new policy when half specified time period has elapsed. If more than one
Policy Server is defined (see High Availability and Load Balancing (on page 216)) the client tries to
reconnect to the Policy Server from which it last successfully downloaded a policy. If it cannot
connect to that Policy Server, it will try the others.
If the client cannot download a new policy from any Policy Server, it will try again after a fixed
interval (default is 5 minutes). If the client fails to download a new policy after the timeout expires,
it will revert to the default policy.
VPN | 217
Working with Remote Access VPN
Keep in mind that the implied rules (see Implied Rules (on page 215)) may allow or block
services which were not explicitly handled in previous rules. For example, if your client runs a
server on his machine, you must create an explicit rule allowing the connection to the client's
machine. If you do not, the connection will be blocked by the inbound implicit block rule.
VPN | 218
Working with Remote Access VPN
VPN | 219
CHAPTE R 23
VPN | 220
Working with Remote Access VPN
The process of the VPN establishment is transparent to the user, and works as follows:
1. A user at an IPsec / L2TP client initiates a connection to a Security Gateway.
2. The IPsec / L2TP client starts an IKE (Internet Key Exchange) negotiation with the peer
Security Gateway. The identities of the remote client machine and the Security Gateway may be
authenticated one of these ways:
Through exchange of certificates
Through pre-shared keys
Note - this option is less secure, since pre-shared key is shared among all L2TP clients.
Only authenticated machine can establish a connection.
3. Both peers exchange encryption keys, and the IKE negotiation ends.
4. Encryption is now established between the client and the Security Gateway. All connections
between the client and the Security Gateway are encrypted inside this VPN tunnel, using the
IPsec standard.
5. The Client starts a short L2TP negotiation, at the end of which the client can pass to the
Security Gateway L2TP frames that are IPsec encrypted and encapsulated.
6. The Security Gateway now authenticates the user at the Microsoft IPsec / L2TP client. This
authentication is in addition to the client machine authentication in step 3. This identification
can happen via two methods.
A Certificate
An MD5 challenge, whereby the user is asked to enter a username and a password
(pre-shared secret)
A username and a password
7. The Security Gateway allocates to the remote client an Office Mode IP address to make the
client routable to the internal network. The address can be allocated from all of the Office
Mode methods.
VPN | 221
Working with Remote Access VPN
8. The Microsoft IPsec / L2TP client connects to the Security Gateway, and can browse and
connect to locations in the internal network.
Note - IKE Security Association created for L2TP cannot be used for regular IPsec
traffic.
Authentication of Users
There are two methods used to authenticate an L2TP connection:
Using Legacy Authentication
Using certificates
Authentication Methods
L2TP clients can use any of the following Authentication schemes to establish a connection:
Check Point password
OS password
RADIUS
LDAP
TACACS
VPN | 222
Working with Remote Access VPN
Using a username and password verifies that a user is who they claim to be. All users must be
part of the Remote Access community and be configured for Office Mode.
Certificates
During the process of establishing the L2TP connection, two sets of authentication are performed.
First, the client machine and the Security Gateway authenticate each other's identity using
certificates. Then, the user at the client machine and the Security Gateway authenticate each
other using either certificates or a pre-shared secret.
The Microsoft IPsec / L2TP client keeps separate certificates for IKE authentication of the client
machine, and for user authentication.
On the Security Gateway, if certificates are used for user authentication, then the Security Gateway
can use the same certificate or different certificates for user authentication and for the IKE
authentication.
Certificates for both clients and users can be issued by the same CA or a different CA. The users
and the client machines are defined separately as users in SmartDashboard.
Certificates can be issued by:
The Internal Certificate Authority (ICA) on the Security Management Server
OPSEC certified Certificate Authority
VPN | 223
Working with Remote Access VPN
The user certificate can be easily added to the user certificate store. If the user certificate is on a
Smart Card, plugging it into the client machine will automatically place the certificate into the
certificate store.
VPN | 224
Working with Remote Access VPN
VPN | 225
Working with Remote Access VPN
14. In the Certificate Store window make sure that the certificate store is selected automatically
based on the certificate type.
15. Select Finish to complete the Import operation.
Using the MMC, the certificate can be seen in the certificate store for the "Local Computer".
To Configure the Microsoft IPsec/L2TP Clients so they do not Check for the "Server
Authentication" Purpose
The following procedure tells the Microsoft IPsec/L2TP Client not to require the "Server
Authentication" purpose on the Security Gateway certificate.
1. In the client machine, right-click on the My Network Places icon on the desktop and select
Properties.
2. In the Network and Dial-up Connections window, double click the L2TP connection profile.
3. Click Properties, and select the Security tab.
4. Select Advanced (custom settings), and click Settings.
5. In the Advanced Security Settings window, under Logon security, select Use Extensible
Authentication Protocol (EAP), and click Properties.
6. In the Smart Card or other Certificate Properties window, uncheck Validate server
certificate, and click OK.
Note - The client validates all aspects of the Security Gateway certificate, during
IKE authentication, other than the "Server Authentication" purpose.
VPN | 227
Working with Remote Access VPN
VPN | 228
CHAPTE R 24
Note - The procedures in this section are relevant for SecureClient. For other
clients, see the most updated documentation for that client
http://supportcontent.checkpoint.com/solutions?id=sk67820.
VPN | 229
Working with Remote Access VPN
SecureClient. Depending on the results of the SCV checks, the Security Gateway decides whether
to allow or block connections from the client to the LAN.
Check Point's SCV solution comes with a number of predefined SCV checks for the operating
system and user's browser, and it also allows OPSEC partners, such as Anti-Virus software
manufacturers, to add SCV checks for their own products.
If all the SCV tests return the required results, the client is considered to be securely configured.
If even one of the SCV tests returns an unexpected result, the client is considered to be
non-securely configured.
SCV Checks
Check Point SCV Checks
A number of SCV checks are provided as part of the SecureClient installation, including:
SC_VER_SCV a version check that verifies that the SecureClient version is up to date,
according to the administrator's specification.
Network Configuration Monitor verifies that:
The Desktop Policy is enforced by SecureClient on all network interface cards.
VPN | 231
Working with Remote Access VPN
VPN | 232
Working with Remote Access VPN
User Privileges
To implement SCV effectively, it is suggested that you consider not to allow your remote users to
have administrative privileges on their desktops. Giving the users administrative privileges can
allow them to change system settings and cause SCV tests to fail. A desktop which fails an SCV
check is a potential security threat to the organization.
For example, as an administrator you may want to configure the user's browser not to allow him
to download Java applets from websites. A normal user will not be able to download these
applets, but a user with administrative privileges can override the browser's configuration. A
properly defined SCV policy can indicate that the browser's configuration had changed and trigger
a proper action on the Security Gateway side. However, if the user is allowed by the Security
Gateway to pass to the LAN - either by a wrong configuration of the SCV policy or lack of
enforcement of the user's SCV status on the Security Gateway side - then the user's desktop will
become a potential security risk to the LAN.
The SCV policy itself is protected. Users can not change the SCV policy definition files they receive,
even if they have administrative rights. The SCV policy files supplied to the client are signed before
arriving to the client and checked against their signature by SecureClient. If the signatures do not
match, the SCV check fails.
Configuring SCV
Configuring SCV involves setting it up on the server, setting it up on the client, and configuring SCV
policy.
VPN | 233
Working with Remote Access VPN
Note - In general, you can use the pre-defined checks (in the
SCVNames section of the local.scv file) as templates and list the
modified checks in the SCV Policy section, without writing new
SCV subsets.
VPN | 234
Working with Remote Access VPN
(SetName
:SubSetName1 (
:ExpressionName1_1 (5)
:ExpressionName1_2 (false)
)
:SubSetName2 (
:ExpressionName2_1 (true)
:SubSetName2_1 (
:ExpressionName2_1_1 (10)
)
)
)
In the example above the set named SetName has two subsets: SubSetName1 and SubSetName2.
SubSetName1 has two conditions in it (ExpressionName1_1 and ExpressionName1_2).
SubSetName2 has one condition (ExpressionName2_1) and one subset (SubSetName2_1) in it.
SubSetName2_1 has one condition as well (ExpressionName2_1_1).
Expressions
Expressions are evaluated by checking the value of the expression (which corresponds to an SCV
check) and comparing it with the value defined for the expression (the value in the parentheses).
For example, in the browser monitor SCV check provided with SecureClient, you can specify the
following expression:
:browser_major_version (5)
This expression checks whether the version of the Internet Explorer browser installed on the
client is 5.x. If the (major) version is 5, this expression is evaluated as true, otherwise it is
evaluated as false. The name of the expression (e.g. "browser_major_version") is determined by
the SCV application and is supplied by manufacturer.
If several expressions appear one after the other, they are logically ANDed, meaning that only if all
expressions are evaluated as true, then the value of all of them taken together is true. Otherwise
(if even one of the expressions is false), the value of all of them is false. For example:
:browser_major_version (5)
:browser_minor_version (0)
These expressions are ANDed. If the version of Internet Explorer is 5 AND the minor version is 0
(i.e. version 5.0), then the result is true, otherwise it is false. If the version of Internet Explorer is,
for example, 4.0, then the first expression is false and the second one is true, and the result of
both of them is false.
Sometimes, some expressions can influence the way in which others are evaluated. For example:
:browser_major_version (5)
:browser_minor_version (0)
:browser_version_operand (">=")
These expressions are ANDed, but the third expression influences the way that the first and
second ones are evaluated. In the example above, if the version of Internet Explorer is greater
than or equal to (">=") 5.0, then the result is true, otherwise it is false. If the version of Internet
Explorer is, for example, 4.5, then the result is false, if the version is 5.1 or higher than the result
is true.
Logical Sections
As mentioned earlier, subsequent expressions are automatically ANDed. However, sometimes it is
necessary to perform a logical OR between expressions, instead of logical AND. This is done by
using labels:
VPN | 235
Working with Remote Access VPN
The begin_or (orX) label - this label starts a section containing several expressions. The end of
this section is marked by a end (orX) label (X should be replaced with a number which
differentiates between different sections OR sections). All of expressions inside this section are
logically ORed, producing a single value for the section. For example:
:begin_or(or1)
:browser_major_version (5)
:browser_major_version (6)
:end(or1)
This section checks whether the version of Internet Explorer is 5 OR 6 - if it is then the result is
true, otherwise it is false.
The begin_and (andX) label - this label is similar to the begin_or (orX) label, but the expressions
inside are evaluated and logically ANDed. The end of this section is marked by a end (andX) or the
end (orX) label. As mentioned earlier, simple subsequent expressions are automatically ANDed.
The reason that this label exists is to allow nested ANDed sections inside ORed sections. For
example, if an administrator considers old browsers as secure since they do not have a lot of
potentially unsafe components, and new browsers as secure, since they contain all the latest
security patches, he can define the following SCV rules:
:begin_or (or1)
:begin_and (and1)
:browser_major_version (5)
:browser_minor_version (0)
:browser_version_operand (">=")
:end (and1)
:begin_and (and2)
:browser_major_version (3)
:browser_minor_version (0)
:browser_version_operand ("<=")
:end (and2)
:end (or1)
In the example above, the first AND section checks whether the version of IE >= 5.0, the second
AND section checks whether the version of IE is <=3.0 and they are ORed. The entire example is
evaluated as true only if the version of IE is larger than (or equal to) 5.0 OR lower than (or equal to)
3.0.
For example:
:browser_major_version (5)
:browser_minor_version (0)
:browser_version_operand (">=")
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("The version of your Internet Explorer browser is old.
For security reasons, users with old browsers are not allowed to access
the local area network of the organization. Please upgrade your Internet
Explorer to version 5.0 or higher. If you require assistance in upgrading
or additional information on the subject, please contact your network
administrator.")
:end (admin)
In this example, if the user's IE browser's version is lower than 5.0, an alert is sent to the Security
Management Server machine and a popup message is shown to the user with indication of the
problem.
The test section begins with the name of the SCV check (SCVCheckName1). SCVCheckName1
defines the name of the set of tests. It is defined in the SCV application and should be provided by
the SCV manufacturer. The type (plugin) expression specifies that the test is performed by an SCV
DLL plugin. The parameters subset is where the SCV rules and actions are defined. The type
(plugin) expression and the parameters subset should always be specified when defining a subset
of SCV checks (such as SCVCheckName1).
VPN | 237
Working with Remote Access VPN
SCVPolicy
This section defines the names of the SCV checks that should be enforced (the names are part of
the SCV check names specified in SCVNames). This section's general structure is:
:SCVPolicy (
:(SCVCheckName1)
:(SCVCheckName2)
)
Note - there is a space between the colon (:) and the opening brace.
VPN | 238
Working with Remote Access VPN
Some other minor changes from the described syntax appear in the local.scv policy file. You can
review the changes in the default local.scv policy file. In general, you can use the pre-defined
checks (in the SCVNames section) as templates and list the modified checks in the SCVPolicy
section, without writing new SCV subsets.
Sample
(SCVObject
:SCVNames (
: (user_policy_scv
:type (plugin)
:parameters (
)
)
: (BrowserMonitor
:type (plugin)
:parameters (
:browser_major_version (5)
:browser_minor_version (0)
:browser_version_operand (">=")
:browser_version_mismatchmassage ("Please upgrade your
Internet browser.")
:intranet_download_signed_activex (disable)
:intranet_run_activex (disable)
:intranet_download_files (disable)
:intranet_java_permissions (disable)
:trusted_download_signed_activex (disable)
:trusted_run_activex (disable)
:trusted_download_files (disable)
:trusted_java_permissions (disable)
:internet_download_signed_activex (disable)
:internet_run_activex (disable)
:internet_download_files (disable)
:internet_java_permissions (disable)
:restricted_download_signed_activex (disable)
:restricted_run_activex (disable)
:restricted_download_files (disable)
:restricted_java_permissions (disable)
:send_log (alert)
:internet_options_mismatch_message ("Your Internet browser
settings do not meet policy requirements\nPlease check the following settings:\n1.
In your browser, go to Tools -> Internet Options -> Security.\n2.
For each Web content zone, select custom level and disable the following items:
DownLoad signed ActiveX, Run ActiveX Controls, Download Files and Java
Permissions.")
)
)
: (OsMonitor
:type (plugin)
:parameters (
:os_version_mismatchmessage ("Please upgrade your
operating system.")
:enforce_screen_saver_minutes_to_activate (3)
:screen_saver_mismatchmessage ("Your screen saver
settings do not meet policy requirements\nPlease check the following
settings:\n1. Right click on your desktop and select properties.\n2. Select the
Screen Saver tab.\n3. Under Wait choose 3 minutes and check the Password
Protection box.")
:send_log (log)
VPN | 239
Working with Remote Access VPN
:major_os_version_number_9x (4)
:minor_os_version_number_9x (10)
:os_version_operand_9x (">=")
:service_pack_major_version_number_9x (0)
:service_pack_minor_version_number_9x (0)
:service_pack_version_operand_9x (">=")
:major_os_version_number_nt (4)
:minor_os_version_number_nt (0)
:os_version_operand_nt ("==")
:service_pack_major_version_number_nt (5)
:service_pack_minor_version_number_nt (0)
:service_pack_version_operand_nt (">=")
:major_os_version_number_2k (5)
:minor_os_version_number_2k (0)
:os_version_operand_2k ("==")
:service_pack_major_version_number_2k (0)
:service_pack_minor_version_number_2k (0)
:service_pack_version_operand_2k (">=")
:major_os_version_number_xp (5)
:minor_os_version_number_xp (1)
:os_version_operand_xp ("==")
:service_pack_major_version_number_xp (0)
:service_pack_minor_version_number_xp (0)
:service_pack_version_operand_xp (">=")
)
)
: (ProcessMonitor
:type (plugin)
:parameters (
:begin_or (or1)
:AntiVirus1.exe (true)
:AntiVirus2.exe (true)
:end (or1)
:IntrusionMonitor.exe (true)
:ShareMyFiles.exe (false)
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Please check that the following
processes are running:\n1. AntiVirus1.exe or AntiVirus2.exe\n2.
IntrusionMonitor.exe\n\nPlease check that the following process is not
running\n1. ShareMyFiles.exe")
:end (admin)
)
)
: (groupmonitor
:type (plugin)
:parameters (
:begin_or (or1)
:begin_and (1)
:"builtin\administrator" (false)
:"BUILTIN\Users" (true)
:end (1)
:begin_and (2)
:"builtin\administrator" (true)
:"BUILTIN\Users" (false)
:end (and2)
:end (or1)
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("You are using SecureClient with
a non-authorized user.\nMake sure you are logged on as an authorized user.")
:securely_configured_no_active_user (false)
:end (admin)
)
VPN | 240
Working with Remote Access VPN
)
: (HotFixMonitor
:type (plugin)
:parameters (
:147222 (true)
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Please install security patch
Q147222.")
:end (admin)
)
)
: (AntiVirusMonitor
:type (plugin)
:parameters (
:type ("Norton")
:Signature (">=20020819")
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Please update your AntiVirus
(use the LiveUpdate option).")
:end (admin)
)
)
: (HWMonitor
:type (plugin)
:parameters (
:cputype ("GenuineIntel")
:cpumodel ("9")
:cpufamily ("6")
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Your machine must have
an\nIntel(R) Centrino(TM) processor installed.")
:end (admin)
)
)
: (ScriptRun
:type (plugin)
:parameters (
:exe ("VerifyScript.bat")
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Verification script has
determined that your configuration does not meet policy requirements.")
:end (admin)
)
)
: (RegMonitor
:type (plugin)
:parameters (
:value
("Software\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc.\PatternVer>=414")
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Please update your AntiVirus
(use the LiveUpdate option).")
:end (admin)
)
)
: (SCVMonitor
:type (plugin)
:parameters (
:scv_version ("54014")
VPN | 241
Working with Remote Access VPN
:begin_admin (admin)
:send_log (alert)
:mismatchmessage ("Please upgrade your Secure
Configuration Verification products package.")
:end (admin)
)
)
: (sc_ver_scv
:type (plugin)
:parameters (
:Default_SecureClientBuildNumber (52032)
:Default_EnforceBuildOperand ("==")
:MismatchMessage ("Please upgrade your SecureClient.")
:EnforceBuild_9X_Operand (">=")
:SecureClient_9X_BuildNumber (52030)
:EnforceBuild_NT_Operand ("==")
:SecureClient_NT_BuildNumber (52032)
:EnforceBuild_2K_Operand (">=")
:SecureClient_2K_BuildNumber (52032)
:EnforceBuild_XP_Operand (">=")
:SecureClient_XP_BuildNumber (52032)
)
)
)
:SCVPolicy (
: (BrowserMonitor)
: (HWMonitor)
: (AntiVirusMonitor)
)
:SCVGlobalParams (
:enable_status_notifications (false)
:status_notifications_timeout (10)
:disconnect_when_not_verified (false)
:block_connections_on_unverified (false)
:scv_policy_timeout_hours (24)
:enforce_ip_forwarding (true)
:not_verified_script ("")
:not_verified_script_run_show (false)
:not_verified_script_run_admin (false)
:not_verified_script_run_always (false)
:not_verified_script_run_always (false)
:allow_non_scv_clients (false)
)
When using this file, it is important to maintain the same indentation/nesting format.
Common Attributes
Typically, an administrator might need to change only a few of the common parameters (SCV
checks) contained in the SCV policy file.
SCV Checks
Anti-Virus monitor
Parameters:
Type (av_type)
Type of Anti-Virus. For example, Norton, VirusScan, OfficeScan, or ZoneLabs.
Signature(x)
VPN | 242
Working with Remote Access VPN
Required Virus definition file signature. The signatures format depends on the Anti-Virus
type. For example, on Norton Anti-Virus the signature maybe be >=20031020. (The format
for Nortons AV signature is yyyymmdd).
For TrendMicro Officescan, the signature maybe <650
For McAfees VirusScan, use signature (>404291) for a signature greater than 4.0.4291
For Zone Labs, use signature (>X.Y.Z) where X = Major Version, Y = Minor Version, and Z =
Build Number of the .dat signature file.
AntiVirusMonitor does not support begin_or and the begin_and syntax (see
"Expressions and Labels with Special Meanings" on page 236).
BrowserMonitor
Parameters:
browser_major_version (5)
Major version number of Internet Explorer. If this field does not exist in the local.scv file, or
if this value is 0, the IES version will not be checked as part of the BrowserMonitor check.
browser_minor_version (0)
Internet Explorers minor version number.
browser_version_operand (>=)
The operator used for checking the Internet Explorers version number.
browser_version_mismatchmessage (Please upgrade your Internet Browser.)
Message to be displayed in case of a non-verified configuration for the Internet Explorers
version.
intranet_download_signed_activex (enable)
The maximum permission level that IE should have for downloading signed ActiveX
controls from within the local Intranet.
intranet_run_activex (enable)
The maximum permission level that IE should have for running signed ActiveX controls
from within the local Intranet.
intranet_download_files (enable)
The maximum permission level that IE should have for downloading files from within the
local Intranet.
intranet_java_permissions (low)
The maximum security level that IE Explorer should have for running java applets from
within the local Intranet.
(low) means a low security level.
trusted_download_signed_activex (enable)
The maximum permission level that IE should have for downloading signed ActiveX
controls from trusted zones.
trusted_run_activex (enable)
The maximum permission level that IE should have for running signed ActiveX controls
from trusted zones.
VPN | 243
Working with Remote Access VPN
trusted_download_files (enable)
The maximum permission level that IE should have for downloading files from trusted
zones.
trusted_java_permissions (medium)
The maximum security level that IE should have for running java applets from trusted
zones.
internet_download_signed_activex (disable)
The maximum permission level that IE should have for downloading signed ActiveX
controls from the Internet.
Internet_run_activex (disable)
The maximum permission level that IE should have for running signed ActiveX controls
from the Internet.
internet_download_files (disable)
The maximum permission level that IE should have for downloading files from the Internet.
internet_java_permissions (disable)
The maximum security level that IE should have for running java applets from the Internet.
restricted_download_signed_activex (disable)
The maximum permission level that IE should have for downloading signed ActiveX
controls from restricted zones.
restricted_run_activex (disable)
The maximum permission level that IE should have for running signed ActiveX controls
from restricted zones.
restricted_download_files (disable)
The maximum permission level that IE should have for downloading files from restricted
zones.
restricted_java_permissions (disable)
The maximum security level that IE should have for running java applets from restricted
zones.
send_log (type)
Determines whether to send a log to Security Management Server for specifying that the
client is not SCVed.
This SCV check does not support the begin admin/end admin parameter section.
The (type) section should be replaced by (log) or (alert)
internet_options_mismach_message (Your Internet browser settings do not meet
policy requirements)
Mismatch message for the Internet Explorer settings.
VPN | 244
Working with Remote Access VPN
BrowserMonitor can be configured to check only Internet Explorers version, or only the
browsers settings for a certain zone. For example, if none of the following parameters appear:
restricted_download_signed_activex
restricted_run_activex
restricted_download_files
restricted_java_permissions
then BrowserMonitor will not check the restricted zones security settings. In similar fashion,
if the parameter browser_major_version does not appear or is equal to zero, then IEs
version number is not checked.
BrowserMonitor does not support the begin_or and the begin_and syntax, and does not
support the admin parameters (see "Expressions and Labels with Special Meanings" on page
236).
For the script for checking Internet Explorer Service Pack, see Script for Internet Explorer
Service Pack below.
Groupmonitor
Parameters
builtin\administrator (false)
A name of a user group. The user has to belong to this group in order for the machine
configuration to be verified.
securely_configured_no_active_user (true)
Specifies whether the machines configuration may be considered verified when no user is
logged on. The default value is false.
HotFixMonitor
Parameters
HotFix_Number (true)
A number of a system Hotfix to be checked. In order for the machine to be verified, the
Hotfix should be installed, for example: 823980(true) verifies that Microsofts RPC patch
is installed on the operating system.
HotFix_Name (true)
The full name of a system HotFix to be checked. In order for the machine to be verified, the
HotFix should be installed, for example: KB823980(true) verifies that Microsofts RPC
patch is installed on the operating system.
Not all the mentioned fields for HotFixMonitor need to appear in the local.scv file. Some of
them may not appear at all, or may appear more than once. These fields may also be ORed and
ANDed. In this way, multiple Hotfixes can be checked, and the results ORed or ANDed for extra
flexibility.
HWMonitor
Parameters
cputype (GenuineIntel)
The CPU type as described in the vendor ID string. The string has to be exactly 12
characters long. For example: GenuineIntel, or AuthenticAMD, or aaa bbb ccc where
spaces count as a character.
cpufamily(6)
VPN | 245
Working with Remote Access VPN
OsMonitor
Parameters
enforce_screen_saver_minutes_to_activate (3)
Time in minutes for the screen saver to activate. If the screen saver does not activate within
this time period, then the client is not considered verified. In addition, the screen saver
must be password protected.
screen_saver_mismatchmessage (Your screen saver settings do not meet policy
requirements)
Mismatch message for the screen saver check. The screen saver will not be checked if the
property enforce_screen_saver_minutes_to_activate does not appear, or if the time is set
to zero.
send_log (type)
Determines whether to send a log to Security Management Server for specifying that the
client is not SCVed.
This SCV check does not support the begin admin/end admin parameter section.
The (type) section should be replaced by (log) or (alert)
major_os_version_number_9x (4)
Specifies the major version required for 9x operating systems to be verified.
minor_os_version_number_9x (10)
Specifies the minor version required for 9x operating systems to be verified.
os_version_operand_9x (>=)
Operator for checking the operating systems version on 9x.
service_pack_major_version_number_9x (0)
Specifies the major service packs version required for 9x operating systems to be verified.
service_pack_minor_version_number_9x (0)
Specifies the minor service packs version required for 9x operating systems to be verified.
service_pack_version_operand_9x (>=)
Operator for checking the operating systems service pack on 9x.
major_os_version_number_nt (4)
Specifies the major version required for Windows NT operating systems to be verified.
minor_os_version_number_nt (10)
Specifies the minor version required for Windows NT operating systems to be verified.
VPN | 246
Working with Remote Access VPN
os_version_operand_nt (>=)
Operator for checking the operating systems version on Windows NT.
service_pack_major_version_number_nt (0)
Major service pack version required for Windows NT operating systems to be verified
service_pack_minor_version_number_nt (0)
Minor service pack version required for Windows NT operating systems to be verified
service_pack_version_operand_nt (>=)
Operator for checking the operating systems service pack on Windows NT
major_os_version_number_2k (4)
Specifies the major version required for Windows 2000 operating systems to be verified.
minor_os_version_number_2k (10)
Specifies the minor version required for Windows 2000 operating systems to be verified.
os_version_operand_2k (>=)
Operator for checking the operating systems version on Windows 2000
service_pack_major_version_number_2k (0)
Specifies major service pack version required for Windows 2000 operating systems to be
verified.
service_pack_minor_version_number_2k (0)
Specifies minor service pack version required for Windows 2000 operating systems to be
verified.
service_pack_version_operand_2k (>=)
Operator for checking the operating systems service pack on Windows 2000
major_os_version_number_xp (4)
Specifies the major version required for Windows XP operating systems to be verified.
minor_os_version_number_xp (10)
Specifies the minor version required for Windows XP operating systems to be verified.
os_version_operand_xp (>=)
Operator for checking the operating systems service pack on Windows XP
service_pack_major_version_number_xp (0)
Specifies the major service pack version required for Windows XP operating systems to be
verified.
service_pack_minor_version_number_xp (0)
Specifies the minor service pack version required for Windows XP operating systems to be
verified.
service_pack_version_operand_xp (>=)
Operator for checking the operating systems service pack on Windows XP.
VPN | 247
Working with Remote Access VPN
ProcessMonitor
Parameters
ProcessName.exe (true)
A process the administrator would like to check. If the value is true, the process needs to
be running for the machine to be verified. If the value is false, the process should not be
running for the machine to be verified.
ProcessMonitor can also be used to check for the existence/exclusion of more than one
process. The fields may be ANDed or ORed for flexibility.
VPN | 248
Working with Remote Access VPN
RegMonitor
Parameters
PredefinedKeys (HIVE)
Specify the registry hive from one of the following choices:
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
If one of the hives is not specified, then HKEY_LOCAL_MACHINE is used.
To configure a check for HKEY_CLASSES_ROOT, use
HKEY_LOCAL_MACHINE\Software\Classes and
HKEY_CURRENT_USER\Software\Classes.
value (registry_value_path)
The path of a registry DWORD, under the hive specified by the predefined keys will be
checked. The value should be an operator followed by a number, e.g.
Software\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc.\PatternVe
r>=414
The syntax for the value parameter is:
:value (pathOPval)
For example:
:value (Software\...\PaternVer>=414)
string (registry_string_path)
The path of a registry string, under the hive specified by the predefined keys will be
checked. The strings value is compared to the given value, in the way that DWORDs are
compared.
keyexist (registry_key_path)
The path of a registry key to check if the key exists, under the hive specified by the
predefined keys will be checked. The key must exist if the machine is to be verified.
keynexist (registry_key_path)
The path of a registry key to be checked for exclusion, under the hive specified by the
predefined keys will be checked. For the machine to be verified, the key should not exist.
allow_no_user (default: true)
This parameter is valid only when a user is logged in to the machine.
Since SC services and SCV checks run also when no user is logged on, a decision should be
taken if the check passed or failed.
If no user is logged on to the machine, and a running RegMonitor check is configured to
monitor HKEY_CURRENT_USER, the behavior is according to the flag allow_no_user.
If allow_no_user is true, the check will PASS.
If allow_no_user is false, the check will FAIL.
This attribute is not, by default, included in the local.scv file. If the attribute does not exist
in the file, then the default setting used is also true.
VPN | 249
Working with Remote Access VPN
VPN | 250
Working with Remote Access VPN
SCVMonitor
Parameters
scv_version(>=541000076)
Represents the SCV products build number. This is the version of the DLLs in charge of the
SCV checks. This number differs from the build number of SecureClient. SCV products can
be upgraded, and maybe updated without updating SecureClient.
The string is an operator followed by the DLLs version number in the format vvshhhbbb. For
example, if you want the DLL version to be at least 54.1.0.220, the syntax should be:
scv_version (>=541000220)
SCVMonitor does not support the begin_or and the begin_and syntax (see
"Expressions and Labels with Special Meanings" on page 236).
ScriptRun
Parameters
exe (VerifyScript.bat)
Runs an executable. Supply the name of the executable, and the full path to the executable.
run_as_admin (no)
Determines whether the verification script is run with administrator privileges. The default
is no. The only other value is yes.
run_timeout (10)
Time (in seconds) to wait for the executable to finish. If the executable does not finish
within the set time, the process is considered as a failure, and the machine categorized as
not verified. The default value is zero, which is the same as no timeout.
ScriptRun does not support the begin_or and the begin_and syntax.
sc_ver_scv
Parameters
Default_SecureClientBuildNumber (52032)
Build number for SecureClient. This build number is checked (with the specified operator)
only if no specific build number is to be checked for a particular platform.
Default_EnforceBuildOperand (==)
Operator for comparing the local.scvs build number with the client build number.
MismatchMessage (Please upgrade your SecureClient)
Mismatch message to be displayed when the SecureClient build does not match the
local.scvs configuration.
EnforceBuild_9x_Operand (>=)
Operator for comparing the local.scvs build number with the client build number on
Windows 9x platforms.
SecureClient_9x_BuildNumber (52030)
SecureClient build number for windows 9x platforms.
VPN | 251
Working with Remote Access VPN
EnforceBuild_NT_Operand (==)
Operator for comparing the local.scvs build number with the client build number on
WindowsNT platforms.
SecureClient_NT_BuildNumber (52030)
SecureClient build number for WindowsNT platforms.
EnforceBuild_2K_Operand (>=)
Operator for comparing the local.scvs build number with the client build number on
Window 2000 platforms.
SecureClient_2K_BuildNumer (52030)
SecureClient build number for Windows 2000 platforms.
EnforceBuild_XP_Operand (>=)
Operator for comparing the local.scvs build number with the client build number on
Windows XP platforms.
SecureClient_XP_Buildnumber (52030)
SecureClient build number for Windows XP platforms.
sc_ver_scv does not support the begin_or and the begin_and syntax (see "Expressions and
Labels with Special Meanings" on page 236).
user_policy_scv
Parameters
logged_on_to_policy_server (true/false)
Specifies whether the user has to be logged on to a Policy Server to be considered SCVed.
policy_refresh_rate (168)
Time, in hours, for which the desktop policy remains valid. After 168 hours the desktop
policy is not considered valid, and the user is no longer SCVed. If this parameter is not
specified, the policy is not checked for freshness.
mismatchmessage (Place a message here)
The message displayed when the user_policy_scv check fails.
dont_enforce_while_connecting
If this parameter is present, the user is considered SCVed while connecting to the Security
Gateway. The user is considered SCVed only for the duration of the connect process.
SCVGlobalParams
Parameters
For all boolean parameters (true or false), the values should not be enclosed in quotation
marks.
enable_status_notifications (true/false)
If true, SecureClient displays a balloon window when the Desktop is not SCVed. On
windows 9x and NT, where balloons are not supported, popups appear.
status_notifications_timeout ()
The number of seconds the balloon window (see previous parameter) will be displayed.
VPN | 252
Working with Remote Access VPN
disconnect_when_not_verified (true/false)
If true, SecureClient will disconnect from the site when the Desktop is not SCVed.
block_connections_on_unverified (true/false)
If true, SecureClient will drop all open connections when the Desktop is not SCVed.
scv_policy_timeout_hours ()
The period (in hours) during which the SCV policy is considered valid since the last logon to
the Policy Server. When this timeout is about to expire SecureClient will attempt to logon to
the Policy Server to get a new SCV policy.
Possible values are between 1 and 504 hours(21 days). The default value is 168 hours (one
week). If you set the value to 0, the SCV policy never expires (no time-out).
enforce_ip_forwarding (true/false)
If true the IP Forwarding between network interface cards on the users desktop must be
disabled for the user to be considered SCVed.
ip_forwarding_mismatchmessage (Message string placed here)
The value is a string displayed when ip forwarding is enabled. For example:
ip_forwarding_mismatchmessage (Please....etc)
This is relevant only if ip forwarding is part of the SCV checks, that is, if the parameter is
defined as True.
not_verified_script (script_name.bat)
The name of executable that will be run when the Desktop is not SCVed. The next three
parameters provide more options related to the running of the executable.
not_verified_script_run_show (true/false)
If true, the executables progress will be displayed in an onscreen window.
not_verified_script_run_admin (true/false)
If true, the executable will run with administrator privileges.
not_verified_script_run_always (true/false)
If true, the executable will run every time the Desktop is not SCVed. If false, it will run
once per SecureClient session.
:allow_non_scv_clients (true/false)
If true, the client will send a verified state to the enforcing Security Gateway even if the
OS does not support SCV.
VPN | 253
CHAPTE R 25
VPN | 254
Working with Remote Access VPN
In the figure above, one of the host machines behind Security Gateway A needs to connect with a
host machine behind Security Gateway B. For either technical or policy reasons, Security Gateway
A cannot open a VPN tunnel with Security Gateway B. However, both Security Gateways A and B
can open VPN tunnels with Security Gateway C, so the connection is routed through Security
Gateway C.
As well as providing enhanced connectivity and security, VPN routing can ease network
management by hiding a complex network of Security Gateways behind a single Hub.
VPN | 255
Working with Remote Access VPN
Suppose the same remote client needs to access an HTTP server on the Internet. The same
company policy regarding security still applies.
The remote client's traffic is directed to the Security Gateway where it is directed to the UFP (URL
Filtering Protocol) server to check the validity of the URL and packet content, since the Security
Gateway does not possess URL-checking functionality. The packets are then forwarded to the
HTTP server on the Internet.
NATing the address of the remote client behind the Security Gateway prevents the HTTP server on
the Internet from replying directly to the client. If the remote client's address is not NATed, the
remote client will not accept the clear reply from the HTTP server.
VPN | 256
Working with Remote Access VPN
In the figure above, remote client 1 is configured for Hub mode with Security Gateway A. Remote
client 2 is configured for Hub mode with Security Gateway B. For the connection to be routed
correctly:
Office mode must be enabled.
VPN | 257
Working with Remote Access VPN
VPN configuration files on both Security Gateways must include the Office Mode address range
used by the other. In Figure 24-5, the VPN configuration file on Security Gateway A directs all
traffic aimed at an Office Mode IP address of Security Gateway B towards Security Gateway B.
A connection leaves Remote Client1 and is sent to Security Gateway A. From gateway A the
connection is redirected to Security Gateway B. Security Gateway B once more redirects the
traffic towards Remote Client2. The reply from Remote Client2 follows the same path but in
reverse.
Office mode addresses used by both Security Gateways must be non-overlapping.
To configure VPN routing for remote access clients with the VPN domain:
1. In SmartDashboard, create an address range object for the Office Mode addresses.
2. Create a group that contains both the VPN domain and Office mode range.
3. On the General properties window of the Security Gateway object > Topology page > VPN
domain section, select Manually defined.
4. Select the group that contains both the VPN domain of the Security Gateway and the Office
mode addresses.
The remote clients must connect to the site and perform a site update before they can
communicate with each other.
VPN | 258
Working with Remote Access VPN
Remote Client 1 works in Hub mode with Hub 1. Remote Client 2 works in Hub mode with the Hub
2. In order for VPN routing to be performed correctly:
Remote clients must be working in Office mode
Office mode address range of each Security Gateway must be included in the vpn_route.conf
file installed on the other Security Gateway.
Destination Next hop router interface Install On
Hub1_OfficeMode_range Hub1 Hub2
VPN | 259
CHAPTE R 26
Overview
Link Selection is a method used to determine which interface to use for incoming and outgoing
VPN traffic and the best possible path for the traffic. Using Link Selection, you choose which IP
addresses are used for VPN traffic on each Security Gateway.
Load Sharing and Service Based Link Selection are not supported when the peer is a Remote
Access Client. If the Probing Redundancy mode configuration is Load Sharing and the peer is a
remote access client, High Availability will be enforced for the client's tunnel.
For more information on Link Selection, see Link Selection (on page 116).
VPN | 260
Working with Remote Access VPN
4. If you are using ongoing or one time probing, also edit these parameters:
interface_resolving_ha_primary_if The primary IP address used for one-time /
ongoing probing.
use_interface_IP Set to true if all IP addresses defined in topology tab should be
probed. Set to false if the manual list of IP addresses should be probed.
available_VPN_IP_list - A List of IP addresses that should be probed. (This list is
used only if the value of use_interface_IP is false).
5. Save changes.
6. To use multiple external links with remote access clients, in SmartDashboard > Gateway
Properties > Office Mode, under Multiple Interfaces, select Support connectivity
enhancement for gateways with multiple external interfaces.
7. Install policy on the gateway.
VPN | 261
CHAPTE R 27
Connections are not allowed between remote users and hosts within the "MyIntranet" VPN
community. Every other connection originating in the Remote Access Community, whether inside
or outside of the VPN communities, is allowed.
VPN | 262
Working with Remote Access VPN
3. Click Add.
The Directional VPN Match Conditions window opens.
4. From the drop-down box on the right, select the source of the connection.
5. From the drop-down box on the left, select the connection's destination.
6. Click OK.
VPN | 263
CHAPTE R 28
Note - The procedures in this section are relevant for SecureClient. For other
clients, see the most updated documentation for that client
http://supportcontent.checkpoint.com/solutions?id=sk67820.
value meaning
om_only Clients behind NAT devices can only connect using Office Mode.
VPN | 264
Working with Remote Access VPN
The Solution
To prevent this from happening, configure the client not to encrypt if both the client and the host
(the end-points of the connection) are in the VPN domains of Security Gateways managed by the
same Security Management Server.
To do this, enable the send_clear_traffic_between_encryption_domains property in
objects_5_0.C.
Note - If you enable this feature, ensure that a VPN is defined between the
Security Gateways. This feature is disabled when more than one site is defined on
the client.
VPN | 265
Working with Remote Access VPN
For example, if the site includes both private and public HTTP servers, there is no need to encrypt
traffic to the public site. To prevent a user from unnecessarily authenticating only because she is
an internal user, configure the following two rules in the Desktop Policy:
Note - If you enable this feature, you must ensure that a VPN is defined between
the Security Gateways. This feature applies only to Connect Mode. This feature is
disabled when more than one site is defined in the client.
Password Caching
When the timeout expires, the user will be asked to authenticate again. If password-caching is
enabled, clients will supply the cached password automatically and the authentication will take
place transparently to the user. In other words, the user will not be aware that re-authentication
has taken place.
Password caching is possible only for multiple-use passwords. If the user's authentication
scheme implement one-time passwords (for example, SecurID), then passwords cannot be
cached, and the user will be asked to re-authenticate when the authentication time-out expires.
For these schemes, this feature should not be implemented.
Password caching is specified in the client's Authentication window.
LMHOSTS
The LMHOSTS name resolution service can be used in both LAN and dial-up configurations as
follows:
VPN | 266
Working with Remote Access VPN
Enter the relevant information (see below) the $FWDIR/conf/dnsinfo.C file on the Security
Gateway, and install the policy.
(
:LMdata(
:(
:ipaddr (<IP address>)
:name (<host name>)
:domain (<domain name>)
)
:(
:ipaddr (<IP address>)
:name (<host name>)
:domain (<domain name>)
)
)
)
When the topology is updated, the name resolution data will be automatically transferred to the
dnsinfo entry of the userc.C file and then to its LMHOSTS file.
1. Specify the primary and, optionally, the secondary WINS servers protected by the Security
Gateway.
2. Reboot the machine.
3. In the Domain tab, define the domain suffix and the matching rule. Names in the domain that
correspond to the rule will be resolved by the SecuRemote DNS Server. All other names will
be resolved by the SecuRemote client's default DNS server.
Specify the Domain Suffix for which the SecuRemote DNS Server will resolve the internal
names (for example, checkpoint.com).
VPN | 267
Working with Remote Access VPN
Select Match only *.suffix to specify that the maximum number of labels resolved will be 1.
For example, if Domain Suffix is "checkpoint.com" and Match only *.suffix is selected (that
is, the maximum prefix label count is in effect 1) then the SecuRemote DNS Server will be
used to resolve "www.checkpoint.com" and "whatever.checkpoint.com" but not
"www.internal.checkpoint.com."
Select Match up to...labels preceding the suffix to increase the number of labels to be
matched.
For example, if Domain Suffix is "checkpoint.com" and Match up to...labels preceding the
suffix is selected and set to 3, then the SecuRemote DNS Server will be used to resolve
"www.checkpoint.com" and "www.internal.checkpoint.com" but not
"www.internal.inside.checkpoint.com".
Additional Considerations
Split DNS is disabled in the following cases:
In Connect mode, while disconnected.
To override, set disable_split_dns_when_disconnected in the SecuRemote /
SecureClient userc.C file to false.
In connect mode, while connected in Office Mode.
To override, set disable_split_dns_in_om in the SecuRemote / SecureClient userc.C
file to false.
The Solution
Multiple authentication can be reduced by two means:
Increasing the authentication timeout interval
Caching the user's password
The Solution
When the Secure Domain Logon (SDL) feature is enabled, then after the user enters the OS user
name and password (but before the connection to the domain controller is started), SecuRemote
VPN | 268
Working with Remote Access VPN
User Authentication window is displayed. When the user enters the SecuRemote / SecureClient
credentials, the connection to the domain controller takes place over an encrypted tunnel.
Note - This feature is not applicable if Auto Local Logon is enabled (Connect Mode
Only).
Cached Information
When the SecuRemote / SecureClient machine successfully logs on to a domain controller, the
user's profile is saved in cache. This cached information will be used if subsequent logons to the
domain controller fail, for whatever reason.
If you fail to logon and no cached information is used, wait one minute and try again.
If SDL is already configured on the client, the administrator can customize SecuRemote /
SecureClient installation packages with SDL enabled by default, thereby relieving the user of the
need to configure SDL manually. This can be done in two ways:
Create a self-extracting client package using the SecureClient Packaging Tool (see Packaging
SecureClient) and select Enable Secure Domain Logon (SDL) in the Operating System Logon
window or
Edit the product.ini file in the SecuRemote installation package by setting the value of
EnableSDL to 1. See Userc.C and Product.ini Configuration Files for more information.
Port Description
UDP port 500 Always, even if using IKE over TCP
UDP port 2746 Only if using MEP, interface resolving or interface High
Availability
UDP port 259 Only if using MEP, interface resolving or interface High
Availability
VPN | 270
Working with Remote Access VPN
The Solution
The simplest solution is to use Connect Mode and Office Mode. Otherwise, use the split DNS
feature by defining a SecuRemote DNS Server.
The SecuRemote DNS Server is an object that represents an internal DNS server that can be used
to resolve internal names with unregistered, (RFC 1981-style) IP addresses. It is best to encrypt
the DNS resolution of these internal names. Not all DNS traffic should be encrypted, as this would
mean that every DNS resolution would require authentication.
VPN | 271
CHAPTE R 29
VPN | 272
Working with Remote Access VPN
Office Mode
Office Mode is a Check Point remote access VPN solution feature. It enables a Security Gateway to
assign a remote client an IP address. This IP address is used only internally for secure
encapsulated communication with the home network, and therefore is not visible in the public
network. The assignment takes place once the user connects and authenticates. The assignment
lease is renewed as long as the user is connected. The address may be taken either from a
general IP address pool, or from an IP address pool specified per user group, using a
configuration file.
Visitor Mode
Visitor Mode is a Check Point remote access VPN solution feature. It enables tunneling of all
client-to-Security Gateway communication through a regular TCP connection on port 443. Visitor
mode is designed as a solution for firewalls and Proxy servers that are configured to block IPsec
connectivity.
VPN | 273
Working with Remote Access VPN
Gateway and to the end user. SSL Network Extender access is granted/denied to the end user
based on the compliance options set by the administrator.
Hacker tools Tools that facilitate a hacker's access to a computer and/or the
extraction of data from that computer.
Keystroke loggers Programs that record user input activity (that is, mouse or
keyboard use) with or without the user's consent. Some
keystroke loggers transmit the recorded information to third
parties.
Browser plug-ins Programs that change settings in the user's browser or adds
functionality to the browser. Some browser plug-ins change the
default search page to a pay-per-search site, change the user's
home page, or transmit the browser history to a third party.
3rd party cookies Cookies that are used to deliver information about the user's
Internet activity to marketers.
Other undesirable software Any unsolicited software that secretly performs undesirable
actions on a user's computer and does not fit any of the above
descriptions.
VPN | 274
Working with Remote Access VPN
Pre-Requisites
The SSL Network Extender pre-requisites are listed below:
Client-side Pre-Requisites
The SSL Network Extender client-side pre-requisites are listed below:
Remote client must be running the following:
Windows 2000 Pro
Windows XP Home Edition and Pro
Windows Vista
Linux RHEL 3.0
Linux Suse 9 and up
Red Hat Linux 7.3
Mac OSX Tiger
Remote client must use the following. Each must allow ActiveX or Java Applet.
Internet Explorer version 5.0 or higher
FireFox
Safari
First time client installation, uninstall and upgrade requires administrator privileges on the
client computer.
Server-Side Pre-Requisites
The SSL Network Extender server-side pre-requisites are listed below:
The SSL Network Extender is a server side component, which is part of a specific Enforcement
Module, with which the SSL Network Extender is associated. It may be enabled on the Security
Gateway, already configured to serve as a Remote Access SecureClient Security Gateway.
The specific Security Gateway must be configured as a member of the Remote Access
Community, and configured to work with Visitor Mode. This will not interfere with SecureClient
functionality, but will allow SecureClient users to utilize Visitor Mode.
The same access rules are configured for both SecureClient and SSL Network Extender users.
If you want to use Endpoint Security on Demand, you should install the ESOD server or the
ESOD configuration tool. Customers can download the ESOD server from
http://www.checkpoint.com/products/clientless/index.html along with its documentation.
Features
The SSL Network Extender features are listed below:
Easy installation and deployment.
Intuitive and easy interface for configuration and use.
VPN | 275
Working with Remote Access VPN
The SSL Network Extender mechanism is based on Visitor Mode and Office Mode.
Automatic proxy detection is implemented.
Small size client: Download size of SSL Network Extender < 400K; after installation, size of
SSL Network Extender on disk is approximately 650K.
All Security Gateway authentication schemes are supported: Authentication can be performed
using a certificate, Check Point password or external user databases, such as SecurID, LDAP,
RADIUS and so forth.
At the end of the session, no information about the user or Security Gateway remains on the
client machine.
Extensive logging capability, on the Security Gateway, identical to that in VPN-1 SecuRemote /
SecureClient.
High Availability Clusters and Failover are supported.
SSL Network Extender Upgrade is supported.
The SSL Network Extender supports the RC4 encryption method.
Users can authenticate using certificates issued by any trusted CA that is defined as such by
the system administrator in SmartDashboard.
SSL Network Extender is now supported on IPSO.
Endpoint Security on Demand prevents threats posed by Malware types, such as Worms,
Trojan horses, Hacker's tools, Key loggers, Browser plug-ins, Adwares, Third party cookies,
and so forth.
SSL Network Extender can be configured to work in Hub Mode. VPN routing for remote access
clients is enabled via Hub Mode. In Hub mode, all traffic is directed through a central Hub.
Server-Side Configuration
The SSL Network Extender requires only server side configuration
VPN | 276
Working with Remote Access VPN
VPN | 277
Working with Remote Access VPN
VPN | 278
Working with Remote Access VPN
5. You can determine whether the SSL Network Extender client will support the RC4 encryption
method, as well as 3DES. (RC4 is a faster encryption method.) Select the supported encryption
method from the drop-down list. The options are:
3DES only: (Default) The SSL Network Extender client supports 3DES, only.
3DES or RC4: The SSL Network Extender client supports the RC4 encryption method, as
well as 3DES.
6. You can determine whether the SSL Network Extender will be uninstalled automatically, when
the user disconnects. Select the desired option from the drop-down list. The options are:
Keep installed: (Default) Do not uninstall. If the user wishes to uninstall the SSL Network
Extender, he/she can do so manually.
Ask user whether to uninstall: Ask user whether or not to uninstall, when the user
disconnects.
Force uninstall: Always uninstall automatically, when the user disconnects.
For a description of the user disconnect experience, refer to Uninstall on Disconnect (on page
289).
Note - The Uninstall on Disconnect feature will not ask the user whether or not to uninstall,
and will not uninstall the SSL Network Extender, if a user has entered a suspend/hibernate
state, while he/she was connected.
7. You can determine whether Endpoint Security on Demand will be activated, or not. When ESOD
is activated, users attempting to connect to the SSL Network Extender will be required to
successfully undergo an ESOD scan before being allowed to access the SSL Network
Extender. Select the desired option from the drop-down list. The options are:
None
Endpoint Security on Demand
After installing the ESOD server and configuring it, fetch the XML config file from the
ESOD server:
1. Open a browser on any computer or server.
2. Browse to http://<site ip>/<site name or virtual directory>/sre/ report.asp and save the
displayed XML file to disk, using Save As.
3. Copy the XML file to $FWDIR/conf/extender/request.xml on the Security Gateway.
Upgrading ESOD
Note - At present, the Dynamic ESOD Update feature is not
supported.
VPN | 279
Working with Remote Access VPN
VPN | 280
Working with Remote Access VPN
Install Policy.
Creating a Skin
1. Enter the custom subdirectory.
2. Create a folder with the desired skin name.
VPN | 281
Working with Remote Access VPN
Note - Verify that this name is not already used in chkp. If it is, the new skin definition will
override the existing skin definition (as long as the new skin definition exists). Once you have
deleted the new skin definition, the chkp skin definition will once again be used.
Each skin folder must contain the following five style sheets:
help_data.css: The main OLH page uses this style sheet.
help.css: The inner frame on the OLH page uses this style sheet.
index.css: The ESOD pages, and the main SSL Network Extender portal page use this
style sheet.
style.css: All login pages use this style sheet.
style_main.css: The main SSL Network Extender Connection page, Proxy
Authentication page and Certificate Registration page use this style sheet.
Note - It is recommended that you copy the aforementioned files from another chkp skin, and
then modify them as desired.
3. Install Policy after creating the new skin.
Example
Add your company logo to the main SSL Network Extender portal page.
cd $FWDIR/conf/extender/skin/custom
mkdir <skin_name>
cd <skin_name>
copy ../../chkp/skin2/* .
VPN | 282
Working with Remote Access VPN
Disabling a Language
1. Enter the specific language subdirectory, under custom, that is to be disabled (if it exists) and
create a file named disable. This file may be empty.
2. If the specific language does not exist under custom, create it and then create a file within it
named disable.
3. Install Policy. The next time that the user connects to the SSL Network Extender portal, this
language will not be available to him/her.
Adding a Language
1. Enter the custom subdirectory.
2. Create a folder with the desired language name.
Note - Verify that this name is not already used in chkp. If it is, the new language definition will
override the existing language definition (as long as the new language definition exists). Once
you have deleted the new language definition, the chkp language definition will once again be
used.
3. Copy the messages.js file of an existing chkp language to this folder.
4. Edit the messages.js file and translate the text bracketed by quotation marks.
5. Save.
6. Install Policy after adding the new language.
Example
cd $FWDIR/conf/extender/language
mkdir custom
cd custom
mkdir <language_name>
cd <language_name>
copy ../../chkp/english/messages.js
Edit the messages.js file and translate the text bracketed by quotation marks.
Save.
In custom/english/messages.js, add a line as follows:
<language_name>="translation of language_name";
Install Policy.
Modifying a Language
1. Enter the custom subdirectory.
2. Create a folder with a language name that matches the chkp language folder to be modified.
3. Create an empty messages.js file, and insert only those messages that you want to modify,
in the following format:
<variable_name>="<desired text>";
VPN | 283
Working with Remote Access VPN
VPN | 285
Working with Remote Access VPN
Once the user has confirmed the ESOD server, an automatic software scan takes place on the
client's machine. Upon completion, the scan results and directions on how to proceed are
displayed as shown below.
ESOD not only prevents users with potentially harmful software from accessing your network,
but also requires that they conform to the corporate Anti-Virus and firewall policies, as well. A
user is defined as having successfully passed the ESOD scan only if he/she successfully
undergoes scans for Malware, Anti-Virus, and Firewall. Each malware is displayed as a link,
which, if selected, redirects you to a data sheet describing the detected malware. The data
sheet includes the name and a short description of the detected malware, what it does, and the
recommended removal method/s.
The options available to the user are configured by the administrator on the ESOD server. The
options are listed in the following table:
Scan Option Description
Scan Again Allows a user to rescan for malware. This option is used in
order to get refreshed scan results, after manually removing an
undesired software item.
Cancel Prevents the user from proceeding with the portal login, and
closes the current browser window.
Continue Causes the ESOD for Mobile Access client to disregard the scan
results and proceed with the log on process.
VPN | 286
Working with Remote Access VPN
VPN | 287
Working with Remote Access VPN
Importing a Client Certificate with the Microsoft Certificate Import Wizard to Internet
Explorer
Importing a client certificate to Internet Explorer is acceptable for allowing access to either a
home PC with broadband access, or a corporate laptop with a dial-up connection. The client
certificate will be automatically used by the browser, when connecting to an SSL Network
Extender Security Gateway.
VPN | 288
Working with Remote Access VPN
11. If you are connected with Windows Vista, a Windows Firewall message will appear. Click
Unblock.
You may work with the client as long as the SSL Network Extender Connection window, shown
below, remains open, or minimized (to the System tray).
Once the SSL Network Extender is initially installed, a new Windows service named Check
Point SSL Network Extender and a new virtual network adapter are added. This new network
adapter can be seen by typing ipconfig /all from the Command line.
Note - The settings of the adapter and the service must not be changed. IP assignment,
renewal and release will be done automatically.
Note - The Check Point SSL Network Extender service is dependent on both the virtual
network adapter and the DHCP client service. Therefore, the DHCP client service must not be
disabled on the user's computer.
Both the virtual network adapter and the Check Point SSL Network Extender service are
removed during the product uninstall.
There is no need to reboot the client machine after the installation, upgrade, or uninstall of the
product.
12. When you finish working, click Disconnect to terminate the session, or when the window is
minimized, right-click the icon and click Disconnect. The window closes.
Uninstall on Disconnect
If the administrator has configured Uninstall on Disconnect to ask the user whether or not to
uninstall, the user can configure Uninstall on Disconnect as follows.
VPN | 289
Working with Remote Access VPN
If the system Administrator has sent the user a fingerprint, it is strongly recommended that
the user verify that the server certificate fingerprint is identical to the Root CA Fingerprint
seen in the window.
3. Click Yes to confirm.
Command Line
snx -l <CA directory> Define the directory where CA's certificates are stored.
snx -p <port> Change the HTTPS port. (default port is TCP 443).
VPN | 290
Working with Remote Access VPN
Attributes Description
server Change the HTTPS port. (default port is TCP 443).
Note - Proxy information can only be configured in the configuration file and not
directly from the command line.
VPN | 291
Working with Remote Access VPN
VPN | 292
Working with Remote Access VPN
ESOD Issues
1. User did not pass the scan (a 'Continue' button is not displayed).
The user probably did not match the policy requirements.
If using "ESOD per User Group" feature Verify that the user is using the correct policy.
According to the policy, Explain the user how to remove the elements that are blocking
him.
2. User cannot access the given URL for his specific group.
Make sure that the group listed in the URL is listed in the ics.group file, with the correct
xml file.
Make sure that the xml file that is assigned to the group exists in $FWDIR/conf/extender.
Make sure Install Policy has been made since the ics.group file has changes.
3. User has passed the ESOD scan, but gets a "Wrong ESOD Scan" error when trying to
connect.
This means that the user has passed the scan intended for a group that he does not belong to.
Verify that the user is using the correct URL.
Look at the SmartView Tracker. The log should state which xml file the user used for the
scan.
Make sure that this file is the same as the user's group file. If not, direct the user to the
correct URL.
VPN | 293
CHAPTE R 30
VPN | 294
Working with Remote Access VPN
Problems arise when the remote access client is behind a hide NAT device that does not support
this kind of packet fragmentation:
Hide NAT not only changes the IP header but also the port information contained in the UDP
header. In Figure 31-1, the UDP packet is too long so the remote client fragments the packet. The
first fragment consists of the IP header plus the UDP header and some portion of the data. The
second fragment consists of only the IP header and the second data fragment. The NATing device
does not know how to wait for all the fragments, reassemble and NAT them.
When the first fragment arrives, the NAT device successfully translates the address information in
the IP header, and port information in the UDP header and forwards the packet. When the second
fragment arrives, the NATing device cannot translate the port information because the second
packet does not contain a UDP header; the packet is dropped. The IKE negotiation fails.
VPN | 295
Working with Remote Access VPN
VPN | 296
Working with Remote Access VPN
A greater number of proposals can result in larger UDP packets. These larger packets are once
again fragmented at the Data Link Layer of the TCP/IP stack on the client, and then discarded by
the hide NAT device that does not support fragmentation. In the case of AES-128, this method of
encryption can be included in the small proposals by defining AES-128 as the preferred method.
During IPsec
NAT Traversal (UDP Encapsulation for Firewalls and Proxies)
Having successfully negotiated IKE phases I and II, we move into the IPsec stage. Data payloads
encrypted with (for example) 3DES and hashed (for integrity) with MD5, are placed within an IPsec
packet. However, this IPsec packet no longer contains a TCP or UDP header. A hide NAT device
needs to translate the port information inside the header. The TCP/UDP header has been
encrypted along with the data payload and can no longer be read by the NATing device.
A port number needs to be added; UDP Encapsulation is a process that adds a special UDP header
that contains readable port information to the IPsec packet:
The new port information is not the same as the original. The port number 2746 is included in both
the source and destination ports. The NAT device uses the source port for the hide operation but
the destination address and port number remains the same. When the peer Security Gateway sees
2746 as the port number in the destination address, the Security Gateway calls a routine to
decapsulate the packet.
However, the PMTU between the remote client and the Security Gateway will not remain constant,
since routing across the Internet is dynamic. The route from Security Gateway to client may not be
the same in both directions, hence each direction may have its own PMTU. VPN handles this in two
ways:
Active IPsec PMTU
Passive IPsec PMTU
Active IPsec PMTU
After IKE phase II but before the IPsec stage, the remote access client sends special discovery
IPsec packets of various sizes to the Security Gateway. The DF (do not fragment) bit on the packet
is set. If a packet is longer than any router's MTU, the router drops the packet and sends an ICMP
error message to the remote client. From the largest packet not fragmented, the remote client
resolves an appropriate PMTU. This PMTU is not conveyed directly to the OS. Unknown to the
operating system, during the TCP three-way handshake, the Maximum Segment Size (MSS) on the
SYN and SYN-ACK packets are changed to reflect the PMTU. This is known as Active IPsec PMTU.
VPN | 298
Working with Remote Access VPN
For the connection to survive a failover between cluster members, the "keep alive" feature must
be enabled in Global Properties > Remote Access > Enable Back connections from gateway to
client
This is also true if the NATing is performed on the Security Gateway cluster side.
VPN | 299
Working with Remote Access VPN
Visitor Mode
Visitor Mode tunnels all client-to-Security Gateway communication through a regular TCP
connection on port 443.
All required VPN connectivity (IKE, IPsec, etc.) between the Client and the Server is tunneled
inside this TCP connection. This means that the peer Security Gateway needs to run a Visitor Mode
(TCP) server on port 443.
Note -
Even if the remote location's gateway in the figure above is not a Check
Point product (a Security Gateway from another vendor) Visitor mode will
still tunnel a connection through it.
While in Visitor Mode, you cannot define a new site.
Topology update takes place only if the last connection used a profile that
enabled Visitor Mode.
Number of Users
VPN | 300
Working with Remote Access VPN
mutually agreed upon, and there is a proxy, configure the proxy to allow traffic destined to this
port.
Note - All partner Security Gateways must agree on the same allocated port, since
the visitor Mode server on the peer gateway will be listening on only one port.
VPN | 301
Working with Remote Access VPN
Interface Resolution
For interface resolution in a Visitor Mode environment, it is recommended to use static IP
resolution or dedicate a single interface for Visitor Mode.
VPN | 302
Working with Remote Access VPN
VPN | 303
Working with Remote Access VPN
Server Configuration
These settings configure a Visitor Mode server to run on the Security Gateway.
VPN | 304
Working with Remote Access VPN
Now SecureClient can read any of the Visitor Mode settings, but only if:
SecureClient is connected to a LAN or WLAN (not dial-up)
Secure Domain Logon (SDL) is not enabled.
Note - Visitor mode attempts to connect to the proxy server
without authenticating. If a user name and password is required
by the proxy, the error message "proxy requires authentication
appears".
VPN | 305
Working with Remote Access VPN
VPN | 306
Working with Remote Access VPN
3. Select either:
ie_proxy_replacement. If option is selected, windows proxy replacement is always
performed, even if visitor mode is not enabled.
ie_proxy_replacement_limit_to_tcpt. If this option is selected, then proxy replacement
takes place only when visitor mode is enabled.
When SecureClient performs an update, the policy regarding windows proxy replacement is
downloaded and put into effect.
On SecureClient
Alternatively, these two properties can be set in the userc.C file on the remote client:
:ie_proxy_replacement (true)
:ie_proxy_replacement_limit_to_tcpt (true)
VPN | 307
APPENDIX A
VPN Commands
These commands relate to VPN and are also documented in the R77 Command Line Interface
Reference Guide http://supportcontent.checkpoint.com/documentation_download?ID=24833.
VPN Command Line interface
Command Description
VPN This command and subcommands are used for working with various
aspects of VPN. VPN commands executed on the command line
generate status information regarding VPN processes, or are used
to stop and start specific VPN services.
vpn crl_zap This command is used to erase all Certificate Revocation Lists
(CRLs) from the cache.
vpn crlview This command retrieves the Certificate Revocation List (CRL) from
various distribution points and displays it for the user.
vpn debug This command instructs the VPN daemon to write debug messages
to the log file: $FWDIR/log/vpnd.elg.
vpn drv This command installs the VPN kernel (vpnk) and
connects it to the Firewall kernel (fwk), attaching the
VPN driver to the Firewall driver.
vpn export_p12 This command exports information contained in the network objects
database and writes it in the PKCS#12 format to a file with the p12
extension.
vpn macutil This command is related to Remote Access VPN, specifically Office
mode, generating a MAC address per remote user. This command is
relevant only when allocating IP addresses via DHCP.
VPN | 308
VPN Command Line Interface
Command Description
vpn mep_refresh This command causes all MEP tunnels to fail-back to the best
available gateway, providing that backup stickiness has been
configured.
vpn nssm_toplogy This command generates and uploads a topology (in NSSM format)
to a IPSO NSSM server for use by IPSO clients.
vpn overlap_encdom This command displays all overlapping VPN domains. Some IP
addresses might belong to two or more VPN domains. The command
alerts for overlapping encryption domains if one or both of the
following conditions exist:
The same VPN domain is defined for both Security Gateways
If the gateway has multiple interfaces, and one or more of the
interfaces has the same IP address and netmask.
vpn sw_topology This command downloads the topology for a SofaWare Security
Gateway.
vpn ver This command displays the VPN major version number and build
number.
vpn tu This command launches the TunnelUtil tool which is used to control
VPN tunnels.
SecureClient Commands
The following commands relate to SecureClient.
SecureClient command line interface
Command Explanation
scc connect This command connects to the site using the specified profile, and
waits for the connection to be established. In other words, the OS
does not put this command into the background and executes the
next command in the queue.
scc connectnowait This command connects asynchronously to the site using the
specified profile. This means, the OS moves onto the next command
in the queue and this command is run in the background.
scc disconnect This command disconnects from the site using a specific profile.
VPN | 309
VPN Command Line Interface
scc passcert This command sets the user's authentication credentials when
authentication is performed using certificates.
scc setmode <mode> This command switches the SecuRemote / SecureClient mode.
scc setpolicy This command enables or disables the current default security
policy.
scc icacertenroll This command enrolls a certificate with the internal CA, and
currently receives 4 parameters - site, registration key, filename
and password. Currently the command only supports the creation of
p12 files.
VPN | 310
VPN Command Line Interface
Command Description
dtps debug [on|off] This command starts or stops the debug printouts to
$FWDIR/log/dtps.elg
fwm psload <path to desktop policy This command loads the Desktop Policy onto the
file> <target> module. The target is the name of the module where the
Desktop Policy is being loaded and should be entered as
it appears in SmartDashboard. This command should be
run from the management.
For example: fwm psload $FWDIR/conf/Standard.S
Server_1
fwm sdsload <path to SDS objects This command loads the SDS database onto the
file> <target> module. The target is the name of the module where the
SDS objects file is being loaded and should be entered
as it appears in SmartDashboard. This command should
be run from the management.
For example: fwm sdsload
$FWDIR/conf/SDS_objects.C Server_1
VPN | 311
APPENDIX B
VPN Shell
In This Appendix
Configuring a Virtual Interface Using the VPN Shell ................................................ 312
Expression Meaning
VPN | 312
VPN Shell
Expression Meaning
VPN | 313
B
Index
Behavior of an L2TP Connection 220
By VPN Domain 141
C
A
CA Certificate Rollover 43
A Closer Look 199 CA Certificate Rollover CLI 44
A Complete Example of a local.scv File 235 CA Located on the LAN 35
About ActiveX Controls 281 CA of An External Security Management Server
Accepting all Encrypted Traffic 57 34
Access Control and VPN Communities 56 CA Services Over the Internet 34
Access Control for Remote Access Community Cached Information 266
179 Capsule Connect for iOS 174
Active IPsec PMTU 294 Capsule VPN for Android 174
Add Rules Allowing Communication Inside the Certificate Recovery and Renewal 43
VPN Domain 166 Certificate Revocation (All CA Types) 42
Adding a Language 279 Certificates 221
Adding Matching Criteria to the Validation Check Point GO 176
Process 44 Check Point Mobile Enterprise for Android 174
Additional Considerations 265 Check Point Mobile Enterprise for iOS 173
Additional Script Elements 229 Check Point Mobile for Windows 175
Advanced Features 182 Check Point Remote Access Solutions 169
Advanced IKE DoS Attack Protection Settings Check Point SCV Checks 228
28 Check Point Solution for Connectivity Issues
Advanced Permanent Tunnel Configuration 96 290
Advanced Settings 144 Check Point Solution for Greater Connectivity
After Running the Wizard 166 and Security 251
Allocating Customized Ports 296 Check Point VPN Plugin for Windows 8.1 174
Allowing Clients to Route all Traffic Through a Checking the Syntax 209
Security Gateway 252 Choosing a Topology 52
Allowing Firewall Control Connections Inside a Choosing the Authentication Method 154
VPN 64 Choosing the Certificate Authority 154
Anti-Spoofing 202 Client Properties 30
Assigning IP Addresses 200 Client Side Configuration 216, 231
Associating a RADIUS Server with Security Client to Client via Multiple Hubs Using Hub
Gateway 186 Mode 256
Auth+Encrypt Rules 167 Client-Based vs. Clientless 16, 169
Authenticating the Client Machine During IKE Client-Security Gateway Authentication
221 Schemes 180
Authenticating the User 221 Client-side Pre-Requisites 272
Authentication 47 Command Line 286
Authentication Between Community Members Common Attributes 239
49 Commonly Used Concepts 270
Authentication Methods 220 Completing the Configuration 74
Authentication of Users 220 Confidentiality 47
Authentication Timeout and Password Caching Configurable Objects in a Direction 113
265 Configuration File Attributes 287
Authentication Timeout Interval 263 Configuration of Client to Client Routing by
Auto Topology Update (Connect Mode only) Including the Office Mode Range of Addresses
267 in the VPN Domain of the Security Gateway
Automatic Enrollment with the Certificate 255
Authority 38 Configuration of PKI Operations 41
Automatic RIM 99 Configuration via Editing the VPN Configuration
Automatically Renewing a Users' Certificate File 69
194 Configuring a Loopback Interface 87
Avoiding Double Authentication for Policy Configuring a Meshed Community Between
Server 216 Internally Managed Gateways 58
Configuring a Remote Access Environment Configuring RIM 103
222 Configuring RIM in a Meshed Community: 104
Configuring a Star VPN Community 59 Configuring RIM in a Star Community: 103
Configuring a Virtual Interface Using the VPN Configuring RIM on Gaia 105
Shell 308 Configuring SCV 230
Configuring a VPN using a Pre-Shared Secret Configuring SDL Timeout 266
158 Configuring Secure Domain Logon 266
Configuring a VPN with External Security Configuring Service Based Link Selection 126
Gateways Using PKI 60 Configuring Site to Site VPNs 58
Configuring a VPN with External Security Configuring Small IKE phase II Proposals 298
Gateways Using Pre-Shared Secret 62 Configuring Source IP Address Settings 121
Configuring Advanced IKE Properties 30 Configuring SSL Network Extender 273
Configuring an SCV Policy on the Security Configuring the 'Accept VPN Traffic Rule' 69
Management Server 227 Configuring the Gateway to Support the SSL
Configuring Anti-Spoofing on VTIs 87 Network Extender 274
Configuring Authentication 181 Configuring the Languages Option 279
Configuring Authentication for NT groups and Configuring the SecuRemote DNS Server 264
RADIUS Classes 192 Configuring the Security Gateway as a Member
Configuring CRL Grace Period 45 of the Remote Access Community 273
Configuring Desktop Security 216 Configuring the Server 273
Configuring Directional VPN Between Configuring the Skins Option 278
Communities 115 Configuring the SSL Network Extender 274
Configuring Directional VPN with Remote Configuring Third-Party PKI Certificates 191
Access Communities 259 Configuring Traditional Mode VPNs 155
Configuring Directional VPN Within a Configuring Trusted Links 130
Community 115 Configuring Tunnel Features 96
Configuring Domain Based VPN 68 Configuring Unnumbered VTIs 88
Configuring ESOD Policies 276 Configuring User Certificate Purposes 224
Configuring Explicit MEP 149 Configuring Visitor Mode 299
Configuring IKE Over TCP 298 Configuring VPN Between Internal Gateways
Configuring Implicit First to Respond 149 using ICA Certificates 155
Configuring Implicit Load Distribution 151 Configuring VPN Routing and Access Control on
Configuring Implicit MEP 149 Security Management Server A 70
Configuring Implicit Primary-Backup 149 Configuring VPN Routing and Access Control on
Configuring IP Assignment Based on Source IP Security Management Server B 71
Address 207 Configuring VPN Routing for Remote Access
Configuring IP Pool NAT 151 VPN 255
Configuring IP Selection by Remote Peer 116 Configuring VPN Routing for Security Gateways
Configuring Link Selection for Remote Access through SmartDashboard 68
Only 257 Configuring VPN with Externally Managed
Configuring MEP 148 Gateways Using Certificates 156
Configuring Microsoft Internet Explorer 281 Configuring VTIs in a Clustered Environment
Configuring Multiple Hubs 70 81
Configuring NAT Traversal (UDP Encapsulation) Configuring VTIs in a Gaia Environment 86
299 Configuring windows Proxy Replacement 302
Configuring Numbered VTIs 78, 79 Configuring Wire Mode 110
Configuring OCSP 45 Confirming a VPN Tunnel Successfully Opens
Configuring Office Mode 206 59
Configuring Office Mode and L2TP Support Connect Mode 214
223 Connection Mode 179
Configuring On Demand Links 133 Considerations for Choosing Microsoft IPsec /
Configuring Outgoing Route Selection 119 L2TP Clients 222
Configuring Remote Access Connectivity 298 Considerations for VPN Creation 154
Configuring Remote Access for Microsoft IPsec Considerations regarding SCV 229
/ L2TP Clients 222 Conversion of Auth Encrypt Rules 165
Configuring Remote Access VPN 187 Conversion of Client Encrypt Rules 165
Configuring Remote Clients to Work with Proxy Conversion of Encrypt Rule 163
Servers 301
Page 316
Converting a Traditional Policy to a Community Domain Based VPN 57, 67
Based Policy 160 Domain Controller Name Resolution 263
Creating a P12 Certificate File 189 Downloading and Connecting the Client 281
Creating a Skin 278 Downloading the SCV Policy to the Client 227
Creating and Configuring the Security Gateway DPD Responder Mode 94
190 During IKE phase I 291
Creating Certificate Registration Key 190 During IKE phase II 292
Creating Remote Access VPN Certificates for During IPsec 293
Users 188 Dynamically Assigned IP Security Gateways 52
CRL 39
CRL Cache Usage 45 E
CRL Grace Period 40 Editing a Traditional Mode Policy 155
CRL Prefetch-Cache 39 Enabling a User Certificate 189
Custom Scripts 101 Enabling and Disabling Secure Domain Logon
Customizing the SSL Network Extender Portal 263
278 Enabling Dynamic Routing Protocols on VTIs
84
D
Enabling Hub Mode for Remote Access clients
Dead Peer Detection 93 255
Default Policy 214 Enabling Hybrid Mode and Methods of
Defense Against IKE DoS Attacks 28 Authentication 192
Defining a User Group 193 Enabling IP Address per User 203
Defining a VPN Community and its Participants Enabling Route Based VPN 79
193 Enabling the RIM_inject_peer_interfaces flag
Defining Access Control Rules 193 104
Defining an LDAP User Group 193 Enabling Visitor Mode Using a Connection
Defining the CAs 156 Profile 300
Defining the Client Machines and their Enabling Wire Mode on a Specific Security
Certificates 223 Gateway 111
Defining the Encrypt Rule 155, 156, 157, 159 Enabling Wire Mode on a VPN Community 111
Defining the Externally Managed Security Endpoint Security on Demand 270
Gateways 157 Endpoint Security Suite 176
Defining the Internally Managed Security Endpoint Security VPN 175
Gateways 157 Endpoint Security VPN for Mac 175
Defining the Security Gateways 155, 156, 158 Enrolling a Managed Entity 36
Defining User and Authentication Methods in Enrolling through a Subordinate CA 39
LDAP 190 Enrolling User Certificates - ICA Management
Defining User Authentication Methods in Hybrid Tool 191
Mode 192 Enrolling with a Certificate Authority 37
Defining VPN Properties 154 ESOD Issues 289
Desktop Policy Commands 306 ESOD Policy per User Group 271
Desktop Security 212 Establishing a Connection Between a Remote
Desktop Security Considerations 215 User and a Security Gateway 178
Desktop Security Solution 212 Establishing a VPN between a IPsec / L2TP
DHCP Server 201, 204 Client and a Gateway 219
Diffie Hellman Groups 23 Example 278, 279, 280
Digital Certificates 180 Excluded Services 57
Directional Enforcement between Communities Explicit MEP 138
113 Expressions 232
Directional Enforcement within a Community Expressions and Labels with Special Meanings
112 233
Directional VPN Enforcement 112
Directional VPN in RA Communities 259 F
Disabling a Language 279 Features 272
Disabling a Skin 278 Fetching the XML Configuration File 276
Discovering Which Services are Used for First to Respond 140, 145
Control Connections 65 For Internally Managed Users 194
Distributed Key Management and Storage 40 For More Information 225
Page 317
For Users Managed in LDAP 195 Installing the Policy 194
Instructions for End Users 190
G Integrity 47
Gateway with a Single External Interface 122 Interface Resolution 298
Gateway with an Interface Behind a Static NAT Internal User Database vs. External User
Device 123 Database 183
Gateway with Several IP Addresses Used by Internally and Externally Managed Security
Different Parties 123 Gateways 154
Granting User Access Using RADIUS Server Introducing Desktop Security 212
Groups 184 Introducing Secure Configuration Verification
Granular Routing Control 15 226
Introduction to Converting to Simplified VPN
H Mode 160
High Availability and Load Balancing 214 Introduction to L2TP Clients 218
How an Encrypt Rule Works in Traditional Mode Introduction to the SSL Network Extender 269
161 Introduction to Traditional Mode VPNs 152
How does SCV work? 227 Introduction to VPN 47
How Office Mode Works 199 IP Address Lease duration 201
How the Converter Handles Disabled Rules IP Assignment Based on Source IP Address
166 200
How the Gateway Searches for Users 182 IP Compression 25
How the SSL Network Extender Works 270 IP Pool 200
How to Authorize Firewall Control Connections IP Pool Network Address Translation (NAT)
in VPN Communities 63 147
How to Work with non-Check Point Firewalls IP Pool versus DHCP 205
267 ipassignment.conf File 204
How Traditional VPN Mode Differs from a IPsec & IKE 20
Simplified VPN Mode 160 IPsec Path Maximum Transmission Units 293
How VPN Works 47 IPv6 Support and Limitations 17
Hub Mode (VPN Routing for Remote Clients) J
252
Java 286
I
L
Identifying Elements of the Network to the
Remote Client 179 L2TP Global Configuration 220
IKE DoS Attacks 27 Large Scale VPN 90
IKE DoS Protection 27 Last Known Available Peer IP Address 118
IKE Over TCP 292 Layer Two Tunneling Protocol (L2TP) Clients
IKE Phase I 20 218
IKE Phase II (Quick mode or IPSec Phase) 22 Link Selection 116
ike_dos_max_puzzle_time_daip 29 Link Selection and ISP Redundancy 134
ike_dos_max_puzzle_time_gw 29 Link Selection for Remote Access Clients 257
ike_dos_max_puzzle_time_sr 29 Link Selection Overview 116
ike_dos_puzzle_level_identified_initiator 28 Link Selection Scenarios 122
ike_dos_puzzle_level_unidentified_initiator 29 Link Selection with non-Check Point Devices
ike_dos_supported_protection_sr 29 136
ike_dos_threshold 28 LMHOSTS 263
IKEv1 and IKEv2 23 Load Distribution 147
Implementation 137 Load Sharing Cluster Support 277
Implicit MEP 144 Logical Sections 232
Implied Rules 213 Logs and Alerts 215
Important Information 3
M
Injecting Peer Security Gateway Interfaces
102 Making the L2TP Connection 225
Installation for Users without Administrator Making the Organizational Security Policy
Privileges 280 SCV-Aware 228
Installing SCV Plugins on the Client 227 Management of Internal CA Certificates 275
Page 318
Managing a CA Certificate Rollover 43 Overcoming Restricted Internet Access 295
Manual Enrollment with OPSEC Certified PKI Overview 20, 177, 257
37 Overview of Directional VPN 112
Manually Set Priority List 142 Overview of Domain-based VPN 67
MEP Selection Methods 139 Overview of MEP 137
Meshed VPN Community 51 Overview of Route Injection 99
Methods of Encryption and Integrity 23 Overview of Route-based VPN 76
Migrating from Traditional Mode to Simplified Overview of Tunnel Management 92
Mode 58 Overview of Wire Mode 107
Mobile Access Web Portal 173
Modifying a Language 280 P
Modifying Encryption Properties for Remote Passive IPsec PMTU 294
Access VPN 195 Password Caching 263
Modifying the CRL Pre-Fetch Cache 45 Perfect Forward Secrecy 25
Monitoring LSV Peers and Tunnels 90 Permanent Tunnel Mode Based on DPD 94
Multiple Certificates per User 183 Permanent Tunnels 92, 96
Multiple Entry Point VPNs 137 Permanent Tunnels in a MEP Environment 93
Phase I modes 24
N
PKI and Remote Access Users 33
NAT and Load Sharing Clusters 295 PKI Deployments and VPN 33
NAT Traversal (UDP Encapsulation for Firewalls Placing the Client Certificate in the Machine
and Proxies) 293 Certificate Store 223
Need for Integration with Different PKI Placing the Security Gateways into the
Solutions 32 Communities 163
Non-Private Client IP Addresses 261 Placing the User Certificate in the User
NT Group/RADIUS Class Authentication Feature Certificate Store 224
184 Planning the SCV Policy 230
Number of Users 296 Policy Definition for Remote Access 183
Numbered VTI 78 Policy Download 215
Policy Renewal 215
O Policy Server 214
Obtain Information from the Peer Administrator Preparing the Client Machines 223
156, 158 Pre-Requisites 272
OCSP 39 Pre-Shared Secret 180
Office Mode 198, 270 Preventing a Client Inside the Encryption
Office Mode - DHCP Configuration 209 Domain from Encrypting 262
Office Mode - IP Pool Configuration 206 Primary-Backup Security Gateways 146
Office Mode - Using a RADIUS Server 210 Principles of the Conversion to Simplified Mode
Office Mode and Static Routes in a Non-flat 163
Network 201 Protection After Successful Authentication 29
Office Mode Configuration on SecureClient Providing Secure Remote Access 169
211 Public Key Infrastructure 32
Office Mode Considerations 205
R
Office Mode IP assignment file 192
Office Mode per Site 211 RADIUS Server 201
Office Mode Per Site 202 Random Selection 142
Office Mode through the ipassignment.conf File Recovery and Renewal with Internal CA 43
208 Remote Access Advanced Configuration 261
On Demand Links (ODL) 132 Remote Access Community 49, 178, 270
On SecureClient 303 Remote Access Solution Comparison 170
On the Gateway Network Object 31 Remote Access VPN 15, 270
On the Security Gateway: 302 Remote Access VPN Overview 177
On the VPN Community Network Object 30 Remote Access VPN Workflow 188
Other Authentication Methods Available via Remote Client to Client Communication 253
Hybrid Mode 181 Removing an Imported Certificate 288
Other Connectivity Issues 290 Renegotiating IKE & IPsec Lifetimes 24
Outgoing Link Tracking 121 Resolving Connectivity Issues 290
Overcoming NAT Related Issues 290
Page 319
Resolving Internal Names with the SecuRemote Special Considerations for Planning a VPN
DNS Server 268 Topology 57
Revocation Checking 37 Special Considerations for the CRL Pre-fetch
Revoking Certificates 194 Mechanism 40
RIM 148 Special Considerations for the SSL Network
Route Based VPN 57, 76 Extender 271
Route Injection Mechanism 99 Special Considerations for Windows Proxy
Routing all Traffic through the Security Gateway Replacement 302
254 Special Considerations for Wire Mode 110
Routing Multicast Packets Through VPN SSL Network Extender 173, 269
Tunnels 88 SSL Network Extender Command Attributes
Routing Return Packets 147 287
Routing Table Modifications 205 SSL Network Extender Issues 288
Routing Traffic within a VPN Community 57 SSL Network Extender User Experience 281
Routing VPN Traffic 15 Star VPN Community 51
Runtime SCV Checks 228 Subnet masks and Office Mode Addresses 208
Subnets and Security Associations 26
S Subordinate Certificate Authorities 35
Sample 236 Summary of Remote Access Options 173
Sample Combination VPN Community 14 Supporting a Wide Variety of PKI Solutions 33
Sample ipassignment.conf File 204
T
Sample Remote Access VPN Workflow 16
Screened Software Types 271 Take out Unneeded Drop Rules 166
SCV Checks 228, 239 Terminating Permanent Tunnels 97
SCV Policy Syntax 231 The Check Point VPN Solution 11
SCVGlobalParams 235 The Desktop Security Policy 213
SCVNames 234 The Difference between SCVNames and
SCVPolicy 234 SCVPolicy 235
Secure Configuration Verification 226 The local.scv Sets 234
Secure Connectivity and Endpoint Security 170 The Need for Connectivity Resolution Features
Secure Domain Logon (SDL) 265 290
SecureClient Commands 305 The Need for Desktop Security 212
SecuRemote 176 The Need for Remote Clients to be Part of the
SecurID Authentication Devices 196 LAN 198
Security Gateway Requirements for IPsec / The Need for Supporting L2TP Clients 218
L2TP 220 The Need for VPN 47
Server Configuration 299 The Need for VPN Routing 251
Server Side Configuration 216, 230 The Need to Verify Remote Client's Security
Server-Side Configuration 273 Status 226
Server-Side Pre-Requisites 272 The Problem 262, 265, 268
Service Based Link Selection 125 The Secure Configuration Verification Solution
Service Based Link Selection Scenarios 126 226
Sets and Sub-sets 231 The Solution 204, 262, 265, 268
Setting up the Microsoft IPsec/L2TP Client Third Party SCV Checks 229
Connection Profile 224 To configure the CA to Issue Certificates with
Simple Deployment Internal CA 33 Purposes 225
Site to Site VPN 12 To Configure the Microsoft IPsec/L2TP Clients
Small IKE Phase II Proposals 292 so they do not Check for the 225
SmartDashboard IKE DoS Attack Protection Topology and Encryption Issues 53
Settings 28 Tracing the Status of User's Certificate 194
SmartDashboard Toolbar 18 Tracking 144
SoftID and SecureClient 197 Tracking Options 97, 105
Solving Remote Access Issues 261 Traditional Mode VPNs 152
Special Condition for VPN Security Gateways Troubleshooting SSL Network Extender 288
55 Trusted Links 130
Special Considerations 148 Trusted Links Scenarios 131
Special Considerations for PKI 40 Trusted Sites Configuration 281
Trusting a CA Step-By-Step 41
Page 320
Trusting An External CA 35 VPN Commands 304
Trusting an Externally Managed CA 41 VPN Communities 13, 48
Trusting an ICA 41 VPN Components 11
Trusting an OPSEC Certified CA 41 VPN Connectivity Modes 16
Tunnel Management 92 VPN Domains and Encryption Rules 153
Tunnel Testing for Permanent Tunnels 93 VPN for a SmartLSM Profile 71
Types of Solutions 169 VPN for Remote Access Considerations 183
VPN High Availability Using MEP or Clustering
U 137
Understanding DoS Attacks 27 VPN Routing - Remote Access 251
Understanding the Terminology 11 VPN Routing and Access Control 67
Uninstall on Disconnect 286 VPN Shell 308
Unique SA Per Pair of Peers 26 VPN Topologies 50
Unnumbered VTI 78 VPN Tunnel Interface (VTI) 77
Upgrading ESOD 276 VPN Tunnel Sharing 95, 97
User Certificate Creation Methods when Using VPN with One or More LSM Profiles 72
the ICA 183 VTIs in a Clustered Environment 80
User Certificate Management 194
W
User Certificate Purposes 222
User Granularity 214 What is a Policy Server? 214
User Groups as the Destination in RA When is a Policy Downloaded? 215
communities 259 When Responding to a Remotely Initiated
User Privileges 230 Tunnel 119
Using a Pre-Shared Secret 193 When the Client Has a Private Address 262
Using Certificates Using Third Party PKI 191 When the Converted Rule Base is too
Using Directional VPN for Remote Access 259 Restrictive 164
Using Dynamic Routing Protocols 78 Why Turning off Firewall Implied Rules Blocks
Using Name Resolution - WINS and DNS 202 Control Connections 64
Using Office Mode with Multiple External Windows Proxy Replacement 302
Interfaces 202 WINS (Connect Mode Only) 264
Using Remote Access VPN 16 Wire Mode 107
Using Route Based Probing 120 Wire Mode Between Two VPN Communities
Using Secure Domain Logon 266 110
Using SmartDashboard 72 Wire Mode in a MEP Configuration 108
Using SSL Network Extender on Linux / Mac Wire Mode Scenarios 107
Operating Systems 286 Wire Mode with Route Based VPN 109
Using the CLI 73 Working in Connect Mode While Not Connected
Using the Internal CA vs. Deploying a Third 262
Party CA 40 Working with Remote Access VPN 168
Using the Multiple External Interfaces Feature Working with RSA Hard and Soft Tokens 195
206 Working with Site-to-Site VPN 66
Using Trusted Links with Service Based Link
Selection 132
Utilizing Load Sharing 124
V
Validation of a Certificate 36
Verifying the SCV Policy 227
Visitor Mode 270, 296
Visitor Mode and Gateway Clusters 300
Visitor Mode and Proxy Servers 297
Visitor Mode in a MEP Environment 298
Visitor Mode When the Port 443 is Occupied By
an HTTPS Server 297
Visitor Mode with SecurePlatform /IPSO 298
VPN Between Internal Gateways Using Third
Party CA Certificates 156
VPN Command Line Interface 304
Page 321