<?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: Management API VPN Settings in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187686#M7862</link>
    <description>&lt;P&gt;To ensure you receive a fix for this, I recommend a TAC case: &lt;A href="https://help.checkpoint.com" target="_blank"&gt;https://help.checkpoint.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 13:32:52 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2023-07-26T13:32:52Z</dc:date>
    <item>
      <title>Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/186155#M7848</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When configuring VPN settings via the management API using mgmt_api, the VPN domain and VPN domain type are not being set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using&amp;nbsp;Management APIv1.9&lt;/P&gt;
&lt;P&gt;The following example command runs successfully but the&amp;nbsp;VPN domain and VPN domain type are not configured.&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mgmt_cli -r true set simple-cluster name 'cg-cluster-1&lt;/SPAN&gt;&lt;SPAN&gt;' application-control true vpn true vpn-settings.vpn-domain 'demo_vpn_domain&lt;/SPAN&gt;&lt;SPAN&gt;' vpn-settings.vpn-domain-type manual vpn-settings.link-selection.ip-selection use-statically-nated-ip vpn-settings.link-selection.ip-address '111.111.111.111&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;[Expert@demomgmt:0]# mgmt_cli -r true set simple-cluster name 'cg-cluster-1-demo' application-control true vpn true vpn-settings.vpn-domain 'demo_vpn_domain' vpn-settings.vpn-domain-type 'manual' vpn-settings.link-selection.ip-selection use-statically-nated-ip vpn-settings.link-selection.ip-address '111.111.111.111'&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;---------------------------------------------&lt;BR /&gt;Time: [23:59:16] 11/7/2023&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;"set simple-cluster" succeeded (100%)&lt;BR /&gt;tasks:&lt;BR /&gt;- task-id: "01234567-89ab-cdef-b5a7-0e16133d34cd"&lt;BR /&gt;task-name: "set simple-cluster"&lt;BR /&gt;status: "succeeded"&lt;BR /&gt;progress-percentage: 100&lt;BR /&gt;suppressed: false&lt;BR /&gt;task-details:&lt;BR /&gt;- message: "Successfully finished"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---------------------------------------------&lt;BR /&gt;Time: [23:59:17] 11/7/2023&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;"Publish operation" succeeded (100%)&lt;/P&gt;
&lt;P&gt;The object used for the VPN domain is a network group object.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jul 2023 02:31:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/186155#M7848</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-07-12T02:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/186212#M7850</link>
      <description>&lt;P&gt;I managed to reproduce the issue in my lab.&lt;/P&gt;
&lt;P&gt;I will forward it to the relevant R&amp;amp;D owner.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 11:06:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/186212#M7850</guid>
      <dc:creator>Tal_Paz-Fridman</dc:creator>
      <dc:date>2023-07-12T11:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187498#M7858</link>
      <description>&lt;P&gt;I am using the web-API and I have the same issue that the VPN-Domain is not beeing set...&lt;/P&gt;&lt;P&gt;Please fix that!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:35:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187498#M7858</guid>
      <dc:creator>jimmy1</dc:creator>
      <dc:date>2023-07-25T12:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187607#M7860</link>
      <description>&lt;P&gt;The settings configured in the &lt;SPAN&gt;vpn-settings parameter can be successfully configured when using the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;add simple-gateway endpoint management APIv1.9. So the issue may be specific to the add simple-gateway and or set simple-gateway endpoints.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 22:57:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187607#M7860</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-07-25T22:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187637#M7861</link>
      <description>&lt;P&gt;Yes it works with the simple gateway, but not with the simple cluster.&lt;/P&gt;&lt;P&gt;I need it for both, the gateway and the cluster so please fix that!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 06:48:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187637#M7861</guid>
      <dc:creator>jimmy1</dc:creator>
      <dc:date>2023-07-26T06:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187686#M7862</link>
      <description>&lt;P&gt;To ensure you receive a fix for this, I recommend a TAC case: &lt;A href="https://help.checkpoint.com" target="_blank"&gt;https://help.checkpoint.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 13:32:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/187686#M7862</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-07-26T13:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/188053#M7895</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;A TAC&amp;nbsp;&lt;SPAN&gt;was opened for this a few weeks ago. Its currently sitting with R+D.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 04:35:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/188053#M7895</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-07-31T04:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/188077#M7896</link>
      <description>&lt;P&gt;I was told by relevant R&amp;amp;D owner that it will be fixed in a JHF but it is still not known which one.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 11:37:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/188077#M7896</guid>
      <dc:creator>Tal_Paz-Fridman</dc:creator>
      <dc:date>2023-07-31T11:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Management API VPN Settings</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/188179#M7902</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 23:45:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-VPN-Settings/m-p/188179#M7902</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-07-31T23:45:29Z</dc:date>
    </item>
  </channel>
</rss>

