<?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 Re: GAIA configuration template in AWS/Azure in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222996#M4927</link>
    <description>&lt;P&gt;i got this message from the Smart Console, Does anyone know what is the problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/tmp/rconfd-temp-script-8ry5k3: /bin/setup_script2.sh: /bin/bash^M: bad interpreter: No such file or directory&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 05:56:01 GMT</pubDate>
    <dc:creator>iamraylau</dc:creator>
    <dc:date>2024-08-08T05:56:01Z</dc:date>
    <item>
      <title>GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222905#M4919</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Does anyone know how to configure the GAIA setting under the AWS auto-scaling group or Azure VMSS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;the GAIA setting should have below configuration&lt;/P&gt;&lt;P&gt;1. SNMPv2 community string&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. NTP&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. GAIA user&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Install with the latest jumbo hotfix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 08:49:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222905#M4919</guid>
      <dc:creator>iamraylau</dc:creator>
      <dc:date>2024-08-07T08:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222906#M4920</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can execute this by adding a custom bash script to be run by the CME using the autoprovision script's -cg flag&lt;/P&gt;
&lt;P&gt;To configure the CME run on the management server:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#autoprov-cfg set template -tn "&amp;lt;template_name&amp;gt;" -cg &amp;lt;path_to_script&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would want to create a bash script to run your required clish commands, for example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#!/bin/bash
clish -c 'set ntp server primary 8.8.8.8 version 4'
clish -c 'save config'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setting the above will run the script anytime a new instance is created.&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 09:07:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222906#M4920</guid>
      <dc:creator>Edan_Leventhal</dc:creator>
      <dc:date>2024-08-07T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222907#M4921</link>
      <description>&lt;P&gt;Hi Edan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your promptly reply.&lt;BR /&gt;&lt;BR /&gt;May I know the "&amp;lt;path to script&amp;gt;" means the the script path located in SMS disk? Can I use the multiple scripts with the same flag? like&amp;nbsp;&lt;/P&gt;&lt;P&gt;#autoprov-cfg set template -tn "&amp;lt;template_name&amp;gt;" -cg &amp;lt;path_to_script-1&amp;gt; -cg &amp;lt;path_to_script-2&amp;gt; -cg &amp;lt;path_to_script-3&amp;gt;&lt;BR /&gt;Furthermore, how can we provision the CGNS instance together with the latest jumbo hotfix install?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 09:14:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222907#M4921</guid>
      <dc:creator>iamraylau</dc:creator>
      <dc:date>2024-08-07T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222910#M4922</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1. Yes - The script needs to be located in the management server&lt;/P&gt;
&lt;P&gt;2. To my knowledge you can only use the flag once, so only 1 script, you will have to put all the configurations in one file.&lt;/P&gt;
&lt;P&gt;3. Generally, when you deploy new instances they come with the latest recommended jumbo hotfix normally, so this shouldn't be much of an issue.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 09:25:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222910#M4922</guid>
      <dc:creator>Edan_Leventhal</dc:creator>
      <dc:date>2024-08-07T09:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222944#M4923</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can use the flag with a single script.&lt;/P&gt;
&lt;P&gt;You can find information on it in the link for CME admin guide:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/CME_Structure_and_Configurations.htm?tocpath=CME%20Structure%20and%20Configurations%7CConfiguration%20Templates%20(gateway-configurations)%7C_____1#Supported_Configuration_Template_parameters" target="_blank"&gt;https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/CME_Structure_and_Configurations.htm?tocpath=CME%20Structure%20and%20Configurations%7CConfiguration%20Templates%20(gateway-configurations)%7C_____1#Supported_Configuration_Template_parameters&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;JHF: You can find information on how to install latest JHFs in the same admin guide here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/Automatic_Hotfix_Deployment.htm?Highlight=auto" target="_blank"&gt;https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/Automatic_Hotfix_Deployment.htm?Highlight=auto&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Although we do change the images for gateways to include JHFs but using auto-HF will increase your control on JHF versions.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 11:51:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222944#M4923</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2024-08-07T11:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222992#M4925</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have created the script and added to the autoprov_cfg template and found it is not able to configure the gateway&lt;BR /&gt;[Expert@cp-mgmt:0]# autoprov_cfg show templates&lt;BR /&gt;gwlb-configuration:&lt;BR /&gt;anti-bot: true&lt;BR /&gt;anti-virus: true&lt;BR /&gt;application-control: true&lt;BR /&gt;aws-automatic-policy: true&lt;BR /&gt;custom-gateway-script: "/home/admin/setup_script2.sh"&lt;BR /&gt;ips: true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;for the script, it is like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;clish -c 'lock database override'&lt;BR /&gt;clish -c 'add allowed-client host ipv4-address 138.19.226.116'&lt;BR /&gt;clish -c 'add allowed-client host ipv4-address 183.178.46.193'&lt;/P&gt;&lt;P&gt;clish -c 'save config'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where is the log and how to diagnose the problem?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 04:13:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222992#M4925</guid>
      <dc:creator>iamraylau</dc:creator>
      <dc:date>2024-08-08T04:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222996#M4927</link>
      <description>&lt;P&gt;i got this message from the Smart Console, Does anyone know what is the problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/tmp/rconfd-temp-script-8ry5k3: /bin/setup_script2.sh: /bin/bash^M: bad interpreter: No such file or directory&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 05:56:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/222996#M4927</guid>
      <dc:creator>iamraylau</dc:creator>
      <dc:date>2024-08-08T05:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA configuration template in AWS/Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/223009#M4928</link>
      <description>&lt;P&gt;fixed the script problem with "sed -i -e 's/\r$//' scriptname.sh"&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 06:47:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/GAIA-configuration-template-in-AWS-Azure/m-p/223009#M4928</guid>
      <dc:creator>iamraylau</dc:creator>
      <dc:date>2024-08-08T06:47:48Z</dc:date>
    </item>
  </channel>
</rss>

