<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Change VSX cluster/gateway IP in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240041#M46567</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am following the article -&amp;nbsp;&lt;SPAN&gt;sk92425 to change the VSX gateway and VSX cluster mgmt IP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see that by running vsx_util change_mgmt_subnet, I can also change the VSX gateway management IP on the VSX gateway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to follow step 2, which is to Perform the relevant changes on VSX gateway / VSX cluster members running on Gaia OS?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 06:55:36 GMT</pubDate>
    <dc:creator>an_technical</dc:creator>
    <dc:date>2025-01-30T06:55:36Z</dc:date>
    <item>
      <title>Change VSX cluster/gateway IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240041#M46567</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am following the article -&amp;nbsp;&lt;SPAN&gt;sk92425 to change the VSX gateway and VSX cluster mgmt IP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see that by running vsx_util change_mgmt_subnet, I can also change the VSX gateway management IP on the VSX gateway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to follow step 2, which is to Perform the relevant changes on VSX gateway / VSX cluster members running on Gaia OS?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 06:55:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240041#M46567</guid>
      <dc:creator>an_technical</dc:creator>
      <dc:date>2025-01-30T06:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change VSX cluster/gateway IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240047#M46568</link>
      <description>&lt;P&gt;1) Backup the management database before using this commands&lt;/P&gt;
&lt;P&gt;2) Change gateway or cluster member management IP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # &lt;EM&gt;vsx_util change_mgmt_ip&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;3) Change the gateway / cluster member management IP subnet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; # &lt;EM&gt;vsx_util change_mgmt_subnet&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; With some versions I had the problem that the subnet mask had to be changed, otherwise the broadcast address would not be set. So I set it to a face address and then to a real subnet mask again.&lt;/P&gt;
&lt;P&gt;4) Create a VSX policy that contains the VSX object.&lt;/P&gt;
&lt;P&gt;5) Restart the Security Management server.&lt;/P&gt;
&lt;P&gt;6) Perform the relevant changes on VSX gateway as described in the SK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; Change the management interfaces on both gateways Web GAIA&lt;EM&gt;:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set vsx off&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Web GAIA changes&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; set vsx on&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; Or use the CLISH to change the management interface.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;7) The user must get a new license. If the user is not using central licenses then the licenses must be updated.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; Update the license.&lt;/P&gt;
&lt;P&gt;8 ) Manually reinstall the VSX policy.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 08:11:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240047#M46568</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-01-30T08:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change VSX cluster/gateway IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240049#M46569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Thanks for your reply. I will perform steps on the gateway as well.&lt;/P&gt;&lt;P&gt;I have another question:&amp;nbsp;&lt;SPAN&gt;Backup the management database before using these commands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Will configuration backup be sufficient, or should I export the complete database using ./migrate_export?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 08:18:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240049#M46569</guid>
      <dc:creator>an_technical</dc:creator>
      <dc:date>2025-01-30T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change VSX cluster/gateway IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240063#M46573</link>
      <description>&lt;P&gt;Anyone?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 11:40:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240063#M46573</guid>
      <dc:creator>an_technical</dc:creator>
      <dc:date>2025-01-30T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change VSX cluster/gateway IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240080#M46577</link>
      <description>&lt;P&gt;As a precaution, I would perform the following backups:&lt;BR /&gt;1) GAIA snapshot -&amp;gt; &lt;A href="https://support.checkpoint.com/results/sk/sk108902" target="_self"&gt;&lt;SPAN class="css-13y3t3g"&gt;&lt;SPAN class="css-vy7rm"&gt;sk108902&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;2) "migrate server export" -&amp;gt;&amp;nbsp; &lt;A href="https://support.checkpoint.com/results/sk/sk135172" target="_self"&gt;&lt;SPAN class="css-13y3t3g"&gt;&lt;SPAN class="css-vy7rm"&gt;sk135172&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it is an MDS, additionally:&lt;BR /&gt;3) "mds_backup" -&amp;gt; &lt;A href="https://sc1.checkpoint.com/documents/R82/WebAdminGuides/EN/CP_R82_CLI_ReferenceGuide/Content/Topics-CLIG/MDSG/mds_backup.htm" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;R82 Command Line Interface (CLI) Reference Guide - mds_backup&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 13:52:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-VSX-cluster-gateway-IP/m-p/240080#M46577</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-01-30T13:52:00Z</dc:date>
    </item>
  </channel>
</rss>

