<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>checkpoint Archives - ITBlogSec.com</title>
	<atom:link href="https://itblogsec.com/tag/checkpoint/feed/" rel="self" type="application/rss+xml" />
	<link>https://itblogsec.com/tag/checkpoint/</link>
	<description>IT, network, security and hacking</description>
	<lastBuildDate>Mon, 04 May 2020 14:03:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Checkpoint CLI reference card v2.0.1</title>
		<link>https://itblogsec.com/checkpoint-cli-reference-card/</link>
					<comments>https://itblogsec.com/checkpoint-cli-reference-card/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 24 Jan 2017 20:29:42 +0000</pubDate>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[checkpoint]]></category>
		<guid isPermaLink="false">http://itblogsec.com/?p=426</guid>

					<description><![CDATA[<p>Useful CLI reference card by Jens Roesen - find the most common checkpoint commands.</p>
<p>The post <a href="https://itblogsec.com/checkpoint-cli-reference-card/">Checkpoint CLI reference card v2.0.1</a> appeared first on <a href="https://itblogsec.com">ITBlogSec.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Checkpoint CLI reference card v2.0.1</h2>
<p>Useful CLI reference card by <a href="http://www.roesen.org/">Jens Roesen</a> &#8211; find the most common checkpoint commands.</p>
<a href="https://itblogsec.com/wp-content/uploads/2017/01/cp_cli_ref_card.pdf" class="pdfemb-viewer" style="" data-width="max" data-height="max" data-toolbar="bottom" data-toolbar-fixed="off">cp_cli_ref_card</a>
<p style="text-align: center;">Download file <a href="https://itblogsec.com/wp-content/uploads/2017/01/cp_cli_ref_card.pdf">here</a></p>
<p>The post <a href="https://itblogsec.com/checkpoint-cli-reference-card/">Checkpoint CLI reference card v2.0.1</a> appeared first on <a href="https://itblogsec.com">ITBlogSec.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itblogsec.com/checkpoint-cli-reference-card/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Checkpoint FW GAIA &#8211; remote admin/expert password reset</title>
		<link>https://itblogsec.com/checkpoint-fw-gaia-remote-adminexpert-password-reset/</link>
					<comments>https://itblogsec.com/checkpoint-fw-gaia-remote-adminexpert-password-reset/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 12:40:41 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[gaia]]></category>
		<guid isPermaLink="false">http://itblogsec.com/?p=387</guid>

					<description><![CDATA[<p>Sometimes you need to reset your admin or expert password in GAIA and you do not have physical access to the machine. Follow procedure to reset passwords remotely from management.</p>
<p>The post <a href="https://itblogsec.com/checkpoint-fw-gaia-remote-adminexpert-password-reset/">Checkpoint FW GAIA &#8211; remote admin/expert password reset</a> appeared first on <a href="https://itblogsec.com">ITBlogSec.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 style="text-align: justify;">Checkpoint FW GAIA &#8211; remote admin/expert password reset</h2>
<p style="text-align: justify;">Check Point Gaia is the next generation Secure Operating System for all Check Point Appliances, Open Servers and Virtualized Gateways. Gaia combines the best features from IPSO and SecurePlatform (SPLAT) into a single unified OS providing greater efficiency and robust performance. By upgrading to Gaia, customers will benefit from improved appliance connection capacity and reduced operating costs. With Gaia, IP Appliance customers will gain the ability to leverage the full breadth and power of all Check Point Software Blades.</p>
<p style="text-align: justify;">Sometimes you need to reset your admin or expert password in GAIA and you do not have physical access to the machine. Follow procedure below  to reset passwords remotely from management (of course there must be SIC established before your GW and management you will issue commands from):</p>
<p>1. Switch to the context of the involved Domain that manages your Security Gateway:</p>
<pre class="lang:default decode:true ">[Expert@HostName]# mdsenv &lt;Domain_Name&gt;</pre>
<p>&nbsp;</p>
<p>2. Generate hash for new password &#8211; run the following command and save the generated hash string:</p>
<pre class="lang:default decode:true">[Expert@HostName]# /sbin/grub-md5-crypt  
</pre>
<p>&nbsp;</p>
<p>3. Ensure that the Clish database is unlocked on the remote Security Gateway:</p>
<pre class="lang:default decode:true">[Expert@HostName]# $CPDIR/bin/cprid_util -server &lt;IP_of_Gateway&gt; -verbose rexec -rcmd /bin/clish -s -c 'set config-lock on override'  
</pre>
<p>&nbsp;</p>
<p>4. Change the admin user password:</p>
<pre class="lang:default decode:true ">[Expert@HostName]# $CPDIR/bin/cprid_util -server &lt;IP_of_Gateway&gt; -verbose rexec -rcmd /bin/clish -s -c 'set user admin password-hash &lt;Password_Hash_from_Step_2&gt;'</pre>
<p>&nbsp;</p>
<p>5. You can also change the Expert password:</p>
<pre class="lang:default decode:true ">[Expert@HostName]# $CPDIR/bin/cprid_util -server &lt;IP_of_Gateway&gt; -verbose rexec -rcmd /bin/clish -s -c 'set expert-password-hash &lt;Password_Hash_from_Step_2&gt;'</pre>
<p>&nbsp;</p>
<p>The post <a href="https://itblogsec.com/checkpoint-fw-gaia-remote-adminexpert-password-reset/">Checkpoint FW GAIA &#8211; remote admin/expert password reset</a> appeared first on <a href="https://itblogsec.com">ITBlogSec.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itblogsec.com/checkpoint-fw-gaia-remote-adminexpert-password-reset/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/151 objects using XCache
Page Caching using Disk: Enhanced 

Served from: itblogsec.com @ 2025-12-02 00:07:56 by W3 Total Cache
-->