<?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>Networking Tips</title>
	<atom:link href="http://www.networking-tips.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.networking-tips.net</link>
	<description>Cisco Checkpoint and Linux tips</description>
	<lastBuildDate>Thu, 19 Aug 2010 13:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>two clusters sharing the same VLAN</title>
		<link>http://www.networking-tips.net/?p=133</link>
		<comments>http://www.networking-tips.net/?p=133#comments</comments>
		<pubDate>Thu, 27 May 2010 14:44:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClusterXL]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=133</guid>
		<description><![CDATA[This assume you using CCP (cluster control protocol) in broadcast mode
Can be verified while running : #cphaprob -a if
On cluster A
# fw ctl set int fwha_mac_magic 250
# fw ctl set int fwha_mac_forward_magic 251
On cluster B:
# fw ctl set int fwha_mac_magic 240
# fw ctl set int fwha_mac_forward_magic 241
not sure the above commands are &#8220;reboot persitent&#8221; (I [...]]]></description>
			<content:encoded><![CDATA[<p>This assume you using CCP (cluster control protocol) in broadcast mode</p>
<p>Can be verified while running : #cphaprob -a if</p>
<p>On cluster A<br />
# fw ctl set int fwha_mac_magic 250<br />
# fw ctl set int fwha_mac_forward_magic 251</p>
<p>On cluster B:<br />
# fw ctl set int fwha_mac_magic 240<br />
# fw ctl set int fwha_mac_forward_magic 241</p>
<p>not sure the above commands are &#8220;reboot persitent&#8221; (I did not test it) so the change can be implemented in : $FWDIR/boot/modules/fwkern.conf</p>
<p>example :</p>
<p>[Expert@toto]# cat /opt/CPsuite-R65/fw1/boot/modules/fwkern.conf<br />
fwha_mac_magic=250<br />
fwha_mac_forward_magic=251</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database revision control files</title>
		<link>http://www.networking-tips.net/?p=129</link>
		<comments>http://www.networking-tips.net/?p=129#comments</comments>
		<pubDate>Mon, 17 May 2010 14:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPN-1]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=129</guid>
		<description><![CDATA[they are  located in $FWDIR/conf/db_versions/repository/&#60;###&#62;
]]></description>
			<content:encoded><![CDATA[<p><span style="color: #c0c0c0;">they are  located in $FWDIR/conf/db_versions/repository/&lt;###&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=129</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable debug flags</title>
		<link>http://www.networking-tips.net/?p=121</link>
		<comments>http://www.networking-tips.net/?p=121#comments</comments>
		<pubDate>Mon, 26 Apr 2010 13:07:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debug]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=121</guid>
		<description><![CDATA[#fw ctl debug –x (On both cluster members)
]]></description>
			<content:encoded><![CDATA[<p>#fw ctl debug –x (On both cluster members)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cluster XL freeze mechanism</title>
		<link>http://www.networking-tips.net/?p=117</link>
		<comments>http://www.networking-tips.net/?p=117#comments</comments>
		<pubDate>Thu, 11 Feb 2010 10:53:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClusterXL]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=117</guid>
		<description><![CDATA[Policy installation under heavy load can cause a failover
There is a freeze mechanism, you can implement it as follow :
fw ctl set int fwha_freeze_state_machine_timeout 30 (This command should be run on both cluster members)
To survive a reboot, add the fwha_freeze_state_machine_timeout=30 command in fwkern.conf
]]></description>
			<content:encoded><![CDATA[<p>Policy installation under heavy load can cause a failover</p>
<p>There is a freeze mechanism, you can implement it as follow :</p>
<p>fw ctl set int fwha_freeze_state_machine_timeout 30 (This command should be run on both cluster members)</p>
<p>To survive a reboot, add the fwha_freeze_state_machine_timeout=30 command in fwkern.conf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restarting ClusterXL synchronization</title>
		<link>http://www.networking-tips.net/?p=115</link>
		<comments>http://www.networking-tips.net/?p=115#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:45:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClusterXL]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=115</guid>
		<description><![CDATA[To perform a full sync, run
# fw ctl setsync off
then run
#fw ctl setsync start
check logs in $FWDIR/log/fwd.elg
]]></description>
			<content:encoded><![CDATA[<p>To perform a full sync, run<br />
# fw ctl setsync off</p>
<p>then run<br />
#fw ctl setsync start</p>
<p>check logs in $FWDIR/log/fwd.elg</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cluster Control Protocol mode</title>
		<link>http://www.networking-tips.net/?p=111</link>
		<comments>http://www.networking-tips.net/?p=111#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClusterXL]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=111</guid>
		<description><![CDATA[Switching to broadcast mode : cphaconf set_ccp broadcast
Switching to multicast mode :  cphaconf set_ccp multicast
Default settings in  $FWDIR/boot/ha_boot.conf are
ha_installed 1
ccp_mode broadcast
When using ClusterXL udp port 8116 is sent on all the interfaces of the gateway cluster members (except those define in $FWDIR/conf/discntd.if). UDP port 8116 is necessary for cluster health check. Checkpoint High-Availability is located between [...]]]></description>
			<content:encoded><![CDATA[<p>Switching to broadcast mode : cphaconf set_ccp broadcast</p>
<p>Switching to multicast mode :  cphaconf set_ccp multicast</p>
<p>Default settings in  $FWDIR/boot/ha_boot.conf are<br />
ha_installed 1<br />
ccp_mode broadcast</p>
<p>When using ClusterXL udp port 8116 is sent on all the interfaces of the gateway cluster members (except those define in $FWDIR/conf/discntd.if). UDP port 8116 is necessary for cluster health check. Checkpoint High-Availability is located between vpn-1/firewall-1 kernel and the network cards. This is the reason why security policy cant block synchronization data. So we dont need to create explicite rule in the dashboard for it. This is also the reason CCP packets should be captured via tcpdump.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connections tables</title>
		<link>http://www.networking-tips.net/?p=106</link>
		<comments>http://www.networking-tips.net/?p=106#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fw tab]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=106</guid>
		<description><![CDATA[
viewing the number of active connections : fw tab -s -t connections 
viewing the limit of the connections table : fw tab -t connections 
clear the host table (licensing) : fw tab -t host_table -x

]]></description>
			<content:encoded><![CDATA[<ul>
<li>viewing the number of active connections : <em>fw tab -s -t connections </em></li>
<li>viewing the limit of the connections table : <em>fw tab -t connections </em></li>
<li><em>clear the host table (licensing) : </em>fw tab -t host_table -x</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sticky Decision Function</title>
		<link>http://www.networking-tips.net/?p=104</link>
		<comments>http://www.networking-tips.net/?p=104#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClusterXL]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=104</guid>
		<description><![CDATA[The Sticky Decision Function is not supported with Performance Pack or with an Acceleration device
In Load Sharing VPN with Interoprable vpn device requires SDF
We can disable SDF if running High-Availability (active-passive)
Do not turn SDF off if HTTP (or other protocol) is not synchrozed in ClusterXL
]]></description>
			<content:encoded><![CDATA[<p>The <em>Sticky Decision Function</em> is not supported with Performance Pack or with an Acceleration device</p>
<p>In Load Sharing VPN with Interoprable vpn device requires SDF</p>
<p>We can disable SDF if running High-Availability (active-passive)</p>
<p>Do not turn SDF off if HTTP (or other protocol) is not synchrozed in ClusterXL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to read record number xxxxx</title>
		<link>http://www.networking-tips.net/?p=102</link>
		<comments>http://www.networking-tips.net/?p=102#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:34:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SmartView Tracker]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=102</guid>
		<description><![CDATA[sometime log files get corrupted and we get the following error in the SmartView Tracker : Failed to read record number …
To repare the log file we need to know the log file name and then from the CLI on the CLM/CMA or from the Smartcenter andn then use the following command :
[Expert@mlm]# fw repairlog [...]]]></description>
			<content:encoded><![CDATA[<p>sometime log files get corrupted and we get the following error in the SmartView Tracker : Failed to read record number …</p>
<p>To repare the log file we need to know the log file name and then from the CLI on the CLM/CMA or from the Smartcenter andn then use the following command :</p>
<p>[Expert@mlm]# fw repairlog &lt;log file name&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual failover in clusterXL</title>
		<link>http://www.networking-tips.net/?p=100</link>
		<comments>http://www.networking-tips.net/?p=100#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:32:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClusterXL]]></category>

		<guid isPermaLink="false">http://www.networking-tips.net/?p=100</guid>
		<description><![CDATA[use the command :
#clutserXL_admin down
]]></description>
			<content:encoded><![CDATA[<p>use the command :</p>
<p>#clutserXL_admin down</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networking-tips.net/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
