- Products
- Learn
- Local User Groups
- Partners
-
More
Join Us for CPX 360
23-24 February 2021
Important certificate update to CloudGuard Controller, CME,
and Azure HA Security Gateways
How to Remediate Endpoint & VPN
Issues (in versions E81.10 or earlier)
IDC Spotlight -
Uplevel The SOC
Important! R80 and R80.10
End Of Support around the corner (May 2021)
This file is to be used as an example for autoscale and VMSS groups that require custom settings on the gateway at provisioning time. These script rely on Check Point API and professional services are usually recommended for complex customizations.
no, you should run directly clish -s -c 'set static-route' inside of provisioning script.
Hi Javier,
thanks a lot!
So this script is for changing parts of the gateway objects.
Am I'm correct, that if I need to change parts in GAIA, I have to configure a bootstrap file? - like for adding different routes, adding users....?
How can I change or add this bootstrap file to an already existing VMSS? I mean, that future deployed (dynamic) gateways would have this settings?
Hi Carsten! Instead of using the azure bootstrap options, the way for VMSS is to use the same autoprovision configuration file at the Check Point management server. These custom settings are described in the following doc:
https://github.com/CheckPointSW/sddc
HTHs,
Hi @Javier_Hijas , I am working on deploying a VMSS with MTA enabled on the Gateway firewall. Do you have any recommendation or experience with the same?? Any specific flag or setting on the custom script that I can use for the gateways being spinup by the VMSS.
Thank you, but how do I use the script?
How looks the CLI syntax?
#> python monitor.pv file.json
...does not work
Hi Carsten
for each template you can specify custom gateway script, like this:
autoprov-cfg set template -tn <templateName -cg "/home/admin/myscript.sh"
"Intranet": {
"application-control": true,
"custom-gateway-script": "/home/admin/myscript.sh",
and script can look like this:
#!/bin/bash
. /tmp/.CPprofile.sh
cd /home/admin/
echo "Downloanding config file..."
curl_cli -k -O https://10.223.227.31/azure.txt
clish -i -f /home/admin/config-azure.txt
In our case i've use it for rolling out system level settings per our standards and static routes..
Hi Martin,
can you share the script which you are using for adding routes ?
thanks.
normally via "set static-route" command, those lines are part of script, which is run on gateway during provisioning.
Hi Martin,
thank you for reply. So the steps should looks like this:
1) In /home/admin directory I add a txt file "add_route.txt" with command inside:
set static-route 192.168.0.0/24 nexthop gateway address 10.0.0.1
2) Create a script run.sh
!/bin/bash
. /tmp/.CPprofile.sh
clish -i -f /home/admin/add_route.txt
3) autoprov-cfg set template -tn <templateName> -cg "/home/admin/run.sh
This will add a route to the gateway each time scaling occur ? right ?
no, you should run directly clish -s -c 'set static-route' inside of provisioning script.
it works. thank you Martin 🙂
About CheckMates
Learn Check Point
Advanced Learning
WELCOME TO THE FUTURE OF CYBER SECURITY