We are using fortinet client for VPN access in our office, We can install the fortinet client package from our bigfix software distribution wizard.
Here we need your help on configure IP address and Port no on Fortinet client sotware through our fixlet , If anyone have idea or fixlets for this please share with me, Its more helpful for us.
So probably somewhere there is an xml file with the settings.If so, you can easily upload that xmlfile with the correct settings in IBM and copy it to the clients with a fixlet.
I agreed with your statement, I have one option if setup.exe /msi of fortinet and one more config file we need place into single folder and start the setup means its automatically taken the configuration file (like our BES client manual deploy) so please anyone describe the situation on our bigfix software distribution.
Upload the config file with the software distribution. The Sha1 etc will be created for you. Delete everything except for the prefetch block and add the “move” commando at the end like this:
//this is generated automatically
begin prefetch block
add prefetch item name=E4D18A54877EBCD4D706C3D2AA6487C6CF25E4B6 sha1=e4d18a54877ebcd4d706c3d2aa6487c6cf25e4b6 size=42179169 url=SWDProtocol://127.0.0.1:52311/Uploads/E4D18A54877EBCD4D706C3D2AA6487C6CF25E4B6/filename.bfswd sha256=bb9b09c9cbb7581da5e1c9fb29ca0cffc86b7f02a3df665cddc54b73d51b5ada
end prefetch block
// Move files into subfolders and unescape file names
move "__Download/E4D18A54877EBCD4D706C3D2AA6487C6CF25E4B6" "C:\x\x\filename"
Hope this helps. If the folder needs to be created you can include this:
if {not exists folder "C:\x\x\"}
folder create "C:\x\x\"
endif
One big advantage of the approach @jgstew mentions is that if your configuration fixlet and upgrade fixlets are separate then you can upgrade clients without worrying about their configuration drifting and you can reconfigure clients at the latest version if they become incorrectly configured.
It also means that you don’t need to repackage your VPN installer just because you want to change one setting!
@vikki Can you share the script which you used to install Fortinet client on Windows system and also If i want to upgrade the Fortinet client on few systems can i use the installation script.
Lastly were you successful in configuring the VPN through BigFix ?