<?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: vpnconfig alternative in Endpoint</title>
    <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/232932#M9662</link>
    <description>&lt;P&gt;Super interesting...I will forward this to my colleague that used such utility in the past I believe.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 14:04:50 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2024-11-16T14:04:50Z</dc:date>
    <item>
      <title>vpnconfig alternative</title>
      <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/229011#M9476</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Since my new job (a few years ago), my company used to create pre-configured Endpoint Security packages with trac.config (an encrypted file that contains the VPN site config) included using AdminMode.bat.&lt;/P&gt;&lt;P&gt;Then we migrated to managed VPN clients by using SmartEndpoint (because of the firewall included)&lt;/P&gt;&lt;P&gt;Then we had to use vpnconfig (&lt;A href="https://support.checkpoint.com/results/sk/sk122574" target="_blank" rel="nofollow noopener"&gt;https://support.checkpoint.com/results/sk/sk122574&lt;/A&gt;) because we also edited trac.defaults file&lt;/P&gt;&lt;P&gt;But it was a difficult task to provide a new VPN client because of the steps amount:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Generate a package from SmartEndpoint&lt;/LI&gt;&lt;LI&gt;Install it (to generate trac.defaults new version)&lt;/LI&gt;&lt;LI&gt;Connect one time (to generate trac.config)&lt;/LI&gt;&lt;LI&gt;Change several settings in trac.defaults and get trac.config&lt;/LI&gt;&lt;LI&gt;Use vpnconfig to create a new msi&lt;/LI&gt;&lt;LI&gt;Uninstall Endpoint Security&lt;/LI&gt;&lt;LI&gt;Install the newly vpnconfig generated msi to verify everything works as expected.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The main goal of the script I developed is to re-create a vpnconfig alternative that can automate all steps. Dynamic packages are also managed by this script (because since they upgraded the antimalware blade, now the MSI minimum size is 900MB...). Dynamic packages are also minimized to remove useless things, if like us, you only use VPN and firewall (with the script I generate a 100MB VPN client).&lt;/P&gt;&lt;P&gt;The script needs to be configured with json files. Don't forget to edit all json files as the files in the input folder are examples.&lt;/P&gt;&lt;P&gt;The whole project is here: &lt;A href="https://github.com/qqt-lo4/CheckPoint_CustomizePackage" target="_blank" rel="noopener"&gt;https://github.com/qqt-lo4/CheckPoint_CustomizePackage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Documentation here: &lt;A href="https://github.com/qqt-lo4/CheckPoint_CustomizePackage/blob/main/DOC.md" target="_blank" rel="noopener"&gt;https://github.com/qqt-lo4/CheckPoint_CustomizePackage/blob/main/DOC.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 10:56:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/229011#M9476</guid>
      <dc:creator>loic_76</dc:creator>
      <dc:date>2024-11-17T10:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: vpnconfig alternative</title>
      <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/229074#M9479</link>
      <description>&lt;P&gt;Looks like a nice addition to our ToolBox. I will contact you directly to process it.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 12:11:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/229074#M9479</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2024-10-07T12:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: vpnconfig alternative</title>
      <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/232931#M9661</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;New release of the script (version 2.2)&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Changed :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- selecting the right file (EPS.msi or install.exe) was not working&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- a 2.1 version was not using the good sfxConfig.txt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- EXE extraction is done on a temp subdirectory which change each time&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- output folder contains now selectedBlades (if dynamic package is selected)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Added :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- now you can download a package from your management server using this script&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- opening file explorer at the end of package generation&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loïc Ade&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:52:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/232931#M9661</guid>
      <dc:creator>loic_76</dc:creator>
      <dc:date>2024-11-16T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: vpnconfig alternative</title>
      <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/232932#M9662</link>
      <description>&lt;P&gt;Super interesting...I will forward this to my colleague that used such utility in the past I believe.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:04:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/232932#M9662</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-11-16T14:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: vpnconfig alternative</title>
      <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/236830#M9882</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;this probably should be in Toolbox&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 23:47:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/236830#M9882</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-12-24T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: vpnconfig alternative</title>
      <link>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/237505#M9909</link>
      <description>&lt;P&gt;I am waiting for the author to make minor changes, before moving,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 11:41:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/vpnconfig-alternative/m-p/237505#M9909</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2025-01-03T11:41:09Z</dc:date>
    </item>
  </channel>
</rss>

