Skip to main content

Backup Checkpoint Firewall

Backup Checkpoint Firewall

Youtube Click HERE

Best Practices - Backup Checkpoint Firewall 


1. Introduction

There are a few methods to perform a backup of your Check Point system running Gaia OS. They differ by size, time of creation and content. This article provides an overview of all available backup methods and recommendation for configuring effective backup scheme.
The built-in Gaia backup procedures:
  • Snapshot Management
  • System Backup (and System Restore)
  • Save/Show Configuration (and Load Configuration)
All methods can be used to backup your Security Gateways, Security Management and Multi-Domain Server.
All methods are appliance-specific and can only be restored on the same model of appliance.

2. Snapshot Management

The snapshot creates a binary image of the entire root (lv_current) disk partition. This includes Check Point products, configuration, and operating system.
Starting in R77.10, exporting an image from one machine and importing that image on another machine of the same type is supported.
The log partition is not included in the snapshot. Therefore, any locally stored FireWall logs will not be saved.

3. System Backup (and System Restore)

System Backup can be used to backup current system configuration. A backup creates a compressed file that contains the Check Point configuration including the networking and operating system parameters, such as routing and interface configuration etc., but unlike a snapshot, it does not include the operating system, product binaries, and hotfixes.
Command Use to generate backup from CLI:

Mgmt> add backup ( Local or tftp or scp or ftp)

To check status of backup:

Mgmt> show backup status

To delete old backup file:

Mgmt> delete backup ( backup Name)

4. Save Configuration (and Load Configuration)

Allows saving Gaia OS configuration settings as a ready-to-run CLI script. This allows you review your current setup and quickly restore the Gaia OS configuration.
For complete backup of the system and maximum confidence, Check Points recommends combining all three methods as part of the backup plan (Snapshot Management, System Backup/Restore, Save/Load Configuration). This will allow multiple restore points, redundancy and reliability of overall restore procedure.
Collect:
  • Snapshot - after a fresh installation, before an upgrade, and before a hotfix installation.
  • Scheduled Backup - monthly or weekly, depending on how frequently you perform changes in your configuration and policy.
  1. Revert to a Snapshot - restores the Check Point version with all the setup details, including type (management/gateway) and installation of hotfixes.
  2. Restore from Backup - restores latest system configuration with all recent network and security configuration.
  3. Compare the output of Clish command "show configuration" to the saved configuration to verify that Gaia OS configuration was restored properly.
  4. Install policy on this machine (if it is a Security Gateway / StandAlone).
ToolDescription
migrate export
  • The migrate tool is located in the $FWDIR/bin/upgrade_tools/ directory.
  • This command backs up all Security Management configuration, independent of hardware, OS or Check Point version.
  • The output file does not include OS information.
  • For built-in help, run:
    [Expert@HostName:0]# $FWDIR/bin/upgrade_tools/migrate --help
eva_db_backup.csh
evs_backup
  • These tools are used to backup SmartEvent / SmartReporter Server.
mds_backup
  • This tool is used to perform advanced backup of Multi-Domain Security Management Server.
  • Refer to Multi-Domain Security Management Administration Guide (R76R77) - Chapter 12 'Multi-Domain Security Management Commands and Utilities' - Command Line Reference - mds_backup.

8. Comparison of backup methods


Snapshot
Management
System
Backup
"show
configuration"
"upgrade_export" /
"migrate export"
How much time
does it take ?
30 - 60 minutes5 - 30 minutesFew secondsDepends on
configuration
Size of output file
on Security Gateway
5-100 GBDepends on
configuration
Few KBDepends on
configuration
Size of output file
on Management Server
5-100 GB5-100 GBFew KBDepends on
configuration
Does it back up
Gaia OS configuration ?
YesYesYesNo
Does it back up
Products configuration ?
YesYesNoYes
Does it back up
Hotfixes ?
YesNo (*)NoNo
Does it back up
Check Point
logs ?
NoNoNoNot by default.
Use the flag "-l"
in the syntax
to backup the
SmartView Tracker
logs as well
Does it support
automatic scheduling ?
NoYesNoNo
Can you restore
from different version ?
YesNoWith manual
adjustments
Upgrade is performed
when importing to
a newer version
Does it require to close
SmartConsole GUI clients ?
NoR7x - No
R80 - Yes
NoYes
Does it require to stop
Check Point services?
NoNoNoYes
Does it require reboot ?NoNoNoNo

Comments

Popular posts from this blog

Checkpoint firewall common commands part 2

Checkpoint firewall common commands part 2 For basic firewall informaton gathering: fgate stat -Status and statistics of Flood-Gate-1. fwaccel <stat|stats|conns>  – View status, statistics or connection table of SecureXL. fw getifs -Show list of configured interfaces with IP and netmask. cpstat <app_flag> [-f flavour] -View OS, HW and CP application status. Issue cpstat without any options to see all possible application flags <app_flag> and corresponding flavours. Examples: cpstat fw -f policy – verbose policy info cpstat os -f cpu – CPU utilization statistics cpinfo -y all   -List all installed patches and hotfixes. cpd_sched_config print -Show task scheduled with CPD scheduler. enabled_blades -View enabled software blades avsu_client [-app <app>]   , get_version <app>  -Get signature version and status of content security .Without the -app option “Anti Virus” is used. show configuration -Show

Unable to Connect to Server Checkpoint R80

Unable to Connect to Server Checkpoint R80 Unable to Connect to Server A connection to the management server will fail if: A firewall between SmartConsole and the management server blocks Port 19009 -  port 19009 is used for a new R80 service. Allow traffic on this port for all clients and management servers. No GUI clients are assigned -  Open the Gaia Portal. If the First Time Configuration Wizard opens, complete it. If the First Time Configuration Wizard has already run, open  User Management > GUI Clients  and add a client. When using Multi-Domain Security Management, connect SmartConsole to the Multi-Domain Server and make sure the domains have GUI clients assigned to them. The required processes are not reachable -  Make sure the computer with SmartConsole installed can reach the IP address of the management server, and that these server processes are up and running: cpm fwm Operation time out  – Your connection to the management (cloud demo

Configuring Proxy ARP for Manual NAT

Configuring Proxy ARP for Manual NAT Symptoms After creating a Manual Static NAT rule, Security Gateway does not answer the ARP Requests for the Static NATed IP address that was configured in the Manual NAT rule. Security Gateway replies to ARP requests with a wrong MAC address, mostly for the NAT traffic.  Introduction Let us consider the following scenario: Two networks ( Network_A  and  Network_B ) are separated by a Security Gateway (single Security Gateway or ClusterXL). On each network, there is a host ( Host_A  on  Network_A ,  Host_B  on  Network_B ). Let us assume, that  Network_A  represents the  Internal  network, and  Network_B  represents the  External  network. According to the existing standards, when  Host_B  needs to send data to  Host_A , an ARP Request for the MAC address of  Host_A  will be sent by  Host_B  to  Network_B . Since  Host_A  is located on another network, and the Security Gateway acts as a router, this ARP Request (sent