<?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: Updateable Objects and NAT in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71693#M86294</link>
    <description>&lt;P&gt;Thanks for the prompt response, are there any dynamic objects predefined for Azure Regions etc in R80.20 / .30?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 19:06:30 GMT</pubDate>
    <dc:creator>Jonathan_Griffi</dc:creator>
    <dc:date>2020-01-06T19:06:30Z</dc:date>
    <item>
      <title>Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51758#M86287</link>
      <description>&lt;P&gt;One of the best new features in R80.20 is updateable objects. You can read more &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk131852&amp;amp;partition=General&amp;amp;product=Security" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I had a customer that asked specifically about using them in NAT rules as they wanted a separate HIDE-NAT for outbound access to public Azure vs their private Azure VN. We discovered that the updateable objects could not be used in NAT rules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After some digging, we determined that updateable objects when used created a dynamic object on the gateway. You can display them using 'dynamic_objects -uo_show' on the gateway. As you can see below the object has a dynamic object link but not a dynamic object created in smartdashboard, the updateable seems to be a link to this object.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="dynamic_object -uo_show" style="width: 355px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/962iAC8B429394B8C5C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-04-24 at 10.11.30 AM.png" alt="dynamic_object -uo_show" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;dynamic_object -uo_show&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-04-24 at 10.11.50 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/963iEF4CDDE5C5ACFD4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-04-24 at 10.11.50 AM.png" alt="Screen Shot 2019-04-24 at 10.11.50 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use the name from&amp;nbsp;'dynamic_objects -uo_show'&amp;nbsp; you can create a dynamic object using the same name. This will create a physically link to the dynamic object that was created by the updateable object. You can then use that dynamic object in a NAT rule.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-04-24 at 11.45.58 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/964iE05756D59CDCB125/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-04-24 at 11.45.58 AM.png" alt="Screen Shot 2019-04-24 at 11.45.58 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see the log below;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-04-24 at 11.45.26 AM.png" style="width: 574px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/965iC0E80B1777711BC0/image-dimensions/574x432?v=v2" width="574" height="432" role="button" title="Screen Shot 2019-04-24 at 11.45.26 AM.png" alt="Screen Shot 2019-04-24 at 11.45.26 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 17:25:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51758#M86287</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2019-04-24T17:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51760#M86288</link>
      <description>&lt;P&gt;Special hack:-)&lt;/P&gt;
&lt;P&gt;Add a small bash script on the management server to do the following:&lt;/P&gt;
&lt;P&gt;1) Add and remove an object (for example a host or network)&amp;nbsp; and a NAT rule via management CLI on the management server. This new object is not a dynamic object but can used for NAT.&lt;/P&gt;
&lt;P&gt;2) Add a new rule with a dynamic object via management CLI.&lt;/P&gt;
&lt;P&gt;3) Use my script from the following Checkmates article to execute remote commands on the gateway from the management server and add the IP adresses to the dynamic objekts on the gateway.&lt;/P&gt;
&lt;P&gt;Link to Checkmates article:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/GAIA-Easy-execute-CLI-commands-from-management-on-gateways/m-p/50764/highlight/true#M3759" target="_self"&gt;GAIA - Easy execute CLI commands from management on gateways&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 18:10:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51760#M86288</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-04-24T18:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51761#M86289</link>
      <description>&lt;P&gt;If necessary you do not need points 2 and 3 from my last instructions.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 18:06:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51761#M86289</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-04-24T18:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51768#M86290</link>
      <description>&lt;P&gt;Nice find!&amp;nbsp; This would be very helpful in another context if you could use Dynamic Objects (or Updateable Objects) in the HTTPS Inspection policy.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 19:25:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51768#M86290</guid>
      <dc:creator>Aaron_Vivadelli</dc:creator>
      <dc:date>2019-04-24T19:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51983#M86291</link>
      <description>&lt;P&gt;Amazing find!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 17:16:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/51983#M86291</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-04-26T17:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71690#M86292</link>
      <description>&lt;P&gt;This is a great find. I find myself in a similar situation regarding Azure Express Route. Does anyone know if this is officially supported by Checkpoint?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:53:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71690#M86292</guid>
      <dc:creator>Jonathan_Griffi</dc:creator>
      <dc:date>2020-01-06T18:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71691#M86293</link>
      <description>Will admit, I don't know the official stance on this.&lt;BR /&gt;However, NAT with Dynamic Objects is considered generally supported.</description>
      <pubDate>Mon, 06 Jan 2020 18:55:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71691#M86293</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-01-06T18:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71693#M86294</link>
      <description>&lt;P&gt;Thanks for the prompt response, are there any dynamic objects predefined for Azure Regions etc in R80.20 / .30?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 19:06:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71693#M86294</guid>
      <dc:creator>Jonathan_Griffi</dc:creator>
      <dc:date>2020-01-06T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71694#M86295</link>
      <description>&lt;P&gt;there are updateable objects. The dynamic objects you would have to manually define.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 19:11:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71694#M86295</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2020-01-06T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71746#M86296</link>
      <description>&lt;P&gt;Just one performance-related note to add: when a Dynamic Object is referenced in a NAT rule and the Dynamic Object is updated, this will cause an immediate flush of the entire NAT Cache (table fwx_cache) which is used to cache successful lookups in the NAT policy.&amp;nbsp; Installing policy to the gateway also causes an immediate flush of fwx_cache regardless of whether Dynamic Objects are used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This really shouldn't be a big deal performance-wise, but if for some reason the Dynamic Object is taking updates constantly, it may cause slightly higher Firewall Worker instance CPU utilization for policies with a large number of NAT rules, due to lots of extra NAT rulebase lookups occurring.&amp;nbsp; SecureXL NAT Templates (a separate mechanism for caching NAT operations for connections matched by Accept Templates) are not flushed when a Dynamic Object is updated due to the use of NMR templates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 13:13:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71746#M86296</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2020-01-07T13:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71751#M86297</link>
      <description>Very Nice! Please add a offical sk for this</description>
      <pubDate>Tue, 07 Jan 2020 13:28:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/71751#M86297</guid>
      <dc:creator>Benedikt_Weissl</dc:creator>
      <dc:date>2020-01-07T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74697#M86298</link>
      <description>&lt;P&gt;Initially I screamed of joy as we are facing exactly the same issue and after adding dynamic object (DO) it all looked good until i noticed that some O365 traffic began to miss updatable object (UO) rule and instead used "overflow" rule that's based on our own script to capture O365 IPs. Up until I created and pushed that dynamic object we had zero hits on overflow rule! So it looks like you should thread this very carefully - I have a feeling that pre-defined name of UO and manually created DO name somehow are clashing. After removing DO object completely and pushing policy, we got back to normal situation&lt;/P&gt;
&lt;DIV id="tinyMceEditorKaspars_Zibarts_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 978px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/4400iB337CD7D8A1C0151/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:34:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74697#M86298</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2020-02-10T15:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74700#M86299</link>
      <description>&lt;P&gt;you are 100% correct. I thought I had updated this document but it was in my How-To-Video here on the site. I will update it today. If you do this you have to add the DO to the rule it will use it not the UO but you have to use the UO because otherwise it wouldn't update. It's not a perfect system it's kind of a hack. But this is fully supported in R80.40 as seen at CPX!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:47:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74700#M86299</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2020-02-10T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74768#M86300</link>
      <description>Yap just confirmed with someone from "inside" that it will be supported in next release &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; assuming R80.50. Good enough for us!</description>
      <pubDate>Tue, 11 Feb 2020 07:50:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74768#M86300</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2020-02-11T07:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74841#M86301</link>
      <description>If you want to use a the DO somewhere, you definitely need to use the UO somewhere in the same policy or...it won't update.</description>
      <pubDate>Tue, 11 Feb 2020 18:30:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/74841#M86301</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-02-11T18:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/78696#M86302</link>
      <description>@Kaspars_Zibarsts, are you using a dynamic object for the O365 services/ports? If so how do you achieve that?</description>
      <pubDate>Wed, 18 Mar 2020 14:44:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/78696#M86302</guid>
      <dc:creator>David_Babrick</dc:creator>
      <dc:date>2020-03-18T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/86926#M86303</link>
      <description>&lt;P&gt;This is a really cool way for me to be able to use NAT rules for inbound traffic from O365 when doing things like exchange hybrid configurations to lock down access to specific directories through F5 VIP's, and I've implemented this in an environment but after pushing the policy install i've started to receive error logs around DNS - mostly in relation to what's outlined &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk120558" target="_self"&gt;here.&lt;/A&gt;&amp;nbsp;Although i'm running R80.30 JHF 155 and this isn't occuring when creating Domain objects, instead Dynamic Objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;During the first policy install the environmental changes were to create a security rule referencing the updateable objects (Azure/O365), to populate the dynamic object database on the gateway, then the errors started occurring when installing the NAT rule changes to reference them (screenshot example below)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="NAT issues.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/6304iD218116B14CA0742/image-size/large?v=v2&amp;amp;px=999" role="button" title="NAT issues.png" alt="NAT issues.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a TAC case regarding this, as it's certainly odd behavior but i'm just curious if anyone else has ran into a similar issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 10:18:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/86926#M86303</guid>
      <dc:creator>Dwhight</dc:creator>
      <dc:date>2020-06-01T10:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/89097#M86304</link>
      <description>&lt;P&gt;After upgrade to R80.40 this "hack" stop working. I will open TAC ticket, but I want to inform others to save them lot of frustration during upgrade. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 21:18:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/89097#M86304</guid>
      <dc:creator>Michal_Gans</dc:creator>
      <dc:date>2020-06-18T21:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/89133#M86305</link>
      <description>&lt;P&gt;I thought this was fully supported as feature in R80.40? Do they still not allow the functionality to do this in the new release?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:11:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/89133#M86305</guid>
      <dc:creator>Dwhight</dc:creator>
      <dc:date>2020-06-19T06:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Updateable Objects and NAT</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/89230#M86306</link>
      <description>Which is interesting as this SK suggests it's an issue in R80.30 (not R80.40): &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk141872" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk141872&lt;/A&gt;&lt;BR /&gt;I'll have to check with R&amp;amp;D on this one.&lt;BR /&gt;&lt;BR /&gt;Pretty sure we will have formal support of Updatable Objects in the NAT policy in R81.</description>
      <pubDate>Fri, 19 Jun 2020 16:10:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Updateable-Objects-and-NAT/m-p/89230#M86306</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-19T16:10:17Z</dc:date>
    </item>
  </channel>
</rss>

