<?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: Automatic HIDE NAT for BGP Failover without ISP Redundancy in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167161#M30203</link>
    <description>&lt;P&gt;As long as you have proper default gateway for that IPS link in gateway properties and internal networks are hide-natted behind gateway external IP, if one link fails, then when users go to the Internet, if they were to do whatismyip.com, they would get presented with your 2nd ISP link IP address.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 18:38:29 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2023-01-09T18:38:29Z</dc:date>
    <item>
      <title>Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166952#M30108</link>
      <description>&lt;P&gt;Hello fellow Checkpointers,&lt;BR /&gt;&lt;BR /&gt;I have two ISPs with a peer on each side providing me a default gateway via BGP. (I also advertise 4 different ranges to them)&lt;/P&gt;&lt;P&gt;Since it's BGP, the documentation is quite clear that "ISP Redundancy does not support dynamic routing protocols" - so using it is out of the question.&lt;/P&gt;&lt;P&gt;I imagined weighting the peers so that ISP1-Peer is preferred over ISP2-Peer.&lt;/P&gt;&lt;P&gt;This means I would be receiving 2 advertisements for 0.0.0.0/0, one from each peer. ISP1-Peer's route would be installed unless it goes down, in which case ISP2-Peers default advertisement would be installed into the routing table.&lt;/P&gt;&lt;P&gt;Then I run into a NAT problem? (For now I'm just trying to NAT behind the gateways real address, not any of my BGP addresses). I'm used to doing manual NAT rules.&lt;/P&gt;&lt;P&gt;I've been doing some reading on how ISP Redundancy does this in&amp;nbsp;&lt;SPAN&gt;sk174197&amp;nbsp; and&amp;nbsp;sk34812.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In an attempt to recreate this myself, I tried enabling "Automatic Address Translation Rules" for each of my cluster members and selecting "Hide behind gateway".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This installs a machine hide nat rule with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Orig Src&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; Orig Dest&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp;Orig Svc&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Trans Source&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; Trans Dest&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp;Trans Service&lt;/P&gt;&lt;P&gt;fw1-obj&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fw1-obj (Hiding Address)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But when I push policy, policy verification fails with: "Module fw1-obj cannot have a NAT rule installed on 'All', the module cannot translate its own address".&lt;BR /&gt;&lt;BR /&gt;And now I'm fairly confused on how to accomplish this. Would appreciate some guidance from those smarter than I.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 19:19:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166952#M30108</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-06T19:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166957#M30112</link>
      <description>&lt;P&gt;I was trying this through the cluster member properties window.&lt;BR /&gt;&lt;BR /&gt;It appears I can use the automatic hide object for a given network/host object - but then I can't really organize the NAT screen into my own sections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I set it on a network for "Hide Behind Gateway", it appears to be using the firewall members Cluster VIP on the WAN interface of ISP-Peer-1 (the current active default route) - so I would assume if the default route failed over to ISP-Peer-2 - it would flip to that.&lt;BR /&gt;&lt;BR /&gt;So I guess the question becomes - is it possible to configure what "Automatic Hide NAT" does - but manually?&lt;BR /&gt;&lt;BR /&gt;I also tried the LocalMachine dynamic object as cited by&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt; suggested in this thread:&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/SMB-Gateways-Spark/Hide-NAT-using-quot-Interface-quot-object/m-p/153559#M7133" target="_blank"&gt;https://community.checkpoint.com/t5/SMB-Gateways-Spark/Hide-NAT-using-quot-Interface-quot-object/m-p/153559#M7133&lt;/A&gt;&amp;nbsp;but to no avail&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 20:15:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166957#M30112</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-06T20:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166961#M30115</link>
      <description>&lt;P&gt;You can configure that settiong manually, but when you enable it through the object itself, it places rule(s) on its own in NAT rule base.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 20:52:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166961#M30115</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T20:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166962#M30116</link>
      <description>&lt;P&gt;Forgive my ignorance, how does one accomplish creating a Manual Hide NAT rule in the same way Automatic hide nat rules behind "Gateway" are done?&lt;/P&gt;&lt;P&gt;The abstraction of "use whatever ip is on the interface it gets sent out on" is what I'm after.&lt;/P&gt;&lt;P&gt;It's been a tough week &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 20:55:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166962#M30116</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-06T20:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166963#M30117</link>
      <description>&lt;P&gt;You used to be able to configure hide NAT for 0.0.0.0 to hide NAT behind the interface that you are exiting. I have not tried that in a few versions so your mileage may vary. Looks like it is not recommended anymore:&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk40637" target="_blank"&gt;Using a "Hide behind IP address 0.0.0.0" as the translated source object (checkpoint.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 21:27:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166963#M30117</guid>
      <dc:creator>Lloyd_Braun</dc:creator>
      <dc:date>2023-01-06T21:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166964#M30118</link>
      <description>&lt;P&gt;No ignorance, all good, happy new year btw! Anyhow, what you can do to follow my example is pick random subnet, enable hide nat option and you will see 2 rules added in NAT rulebase, that will give you an idea.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 21:47:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166964#M30118</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T21:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166966#M30120</link>
      <description>&lt;P&gt;Some options in no particular order for lab testing might be:&lt;/P&gt;
&lt;P&gt;- Try using Zone objects with your NAT policy (different zone for each interface/ISP)&lt;/P&gt;
&lt;P&gt;- NAT using an object 0.0.0.0 to dynamically pickup the local interface address&lt;/P&gt;
&lt;P&gt;- Try Dynamic objects like LocalMachine&lt;/P&gt;
&lt;P&gt;- NAT using addresses from the advertised subnets&lt;/P&gt;
&lt;P&gt;- Use a router external to CP to host the ISP connections&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 23:02:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/166966#M30120</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-01-06T23:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167081#M30164</link>
      <description>&lt;P&gt;Thanks for all the ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/3630"&gt;@Chris_Atkinson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Some options in no particular order for lab testing might be:&lt;/P&gt;&lt;P&gt;- Try using Zone objects with your NAT policy (different zone for each interface/ISP)&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't even get the option to select a zone in Translated Source&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;- NAT using an object 0.0.0.0 to dynamically pickup the local interface address&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I thought this was no longer recommended as mentioned here:&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk40637" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk40637&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;- Try Dynamic objects like LocalMachine&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I tried this but I got warnings like "Dynamic Object localmachine is used in the policy but not defined on the security gateway". Which lead me to:&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk166225" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk166225&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.. which I tried and then I got policy installation errors: "Failed to find a dynamic interface on DAIP module"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;- NAT using addresses from the advertised subnets&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is an option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;- Use a router external to CP to host the ISP connections&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;While this makes sense I'd like to avoid it. The CP will be terminating VPNs and I have a need to steer traffic down a specific VPN tunnel which will become problematic. Nevermind adding routing complexity. 2 of the CPs actually live on a different physical sites and what I intend to happen if the interlink goes down is: Side1 can only communicate with ISP1 and Side2 can only communicate with ISP2.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:35:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167081#M30164</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T11:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167083#M30165</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;So what I get with using the Automatic Hide NAT behind gateway option using a given subnet is something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Orig Src&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; Orig Dest&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp;Orig Svc&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Trans Source&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; Trans Dest&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp;Trans Service&lt;/P&gt;&lt;P&gt;SubnetA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SubnetA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&lt;/P&gt;&lt;P&gt;SubnetA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(H) Subnet A (Hiding Address)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I try to recreate this manually:&lt;/P&gt;&lt;P&gt;Orig Src&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; Orig Dest&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp;Orig Svc&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Trans Source&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; Trans Dest&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp;Trans Service&lt;/P&gt;&lt;P&gt;SubnetA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SubnetA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&lt;/P&gt;&lt;P&gt;SubnetA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (H) Subnet A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Original&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get "Invalid Object Subnet A in Translated Source of Address Translation Rule. Valid objects are host, gateway, gateway cluster, router, dynamic object and address range with one object.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:39:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167083#M30165</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167084#M30166</link>
      <description>&lt;P&gt;Note using Zones in the NAT policy requires Management version R81 or higher.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:46:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167084#M30166</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-01-09T11:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167085#M30167</link>
      <description>&lt;P&gt;I'm 81.10 and Zones don't even show up in the "Filter" option when selecting a translated source.&lt;/P&gt;&lt;P&gt;I can use them in Original Source and Original Destination, but not translated columns.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:51:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167085#M30167</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T11:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167087#M30168</link>
      <description>&lt;P&gt;Gateway version?&lt;/P&gt;
&lt;P&gt;To be honest (though I've not tested it) I was thinking they would be used in the destination context i&lt;SPAN&gt;.e. traffic towards zone A hide behind a certain address, traffic towards zone B hide behind a different address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:53:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167087#M30168</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-01-09T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167089#M30169</link>
      <description>&lt;P&gt;Same, 81.10.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:53:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167089#M30169</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167094#M30172</link>
      <description>&lt;P&gt;Do you have existing Zone objects that you use elsewhere in your policy / assigned to interfaces or are there none defined yet?&lt;/P&gt;
&lt;P&gt;I'll take a look in my lab later this evening...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 12:03:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167094#M30172</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-01-09T12:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167095#M30173</link>
      <description>&lt;P&gt;Indeed I do and would even prefer to keep using them.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 12:03:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167095#M30173</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T12:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167098#M30176</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/3630"&gt;@Chris_Atkinson&lt;/a&gt;&amp;nbsp;is right, zones do work in R81 with nat tules. Does it now give you an option to add them? I just tested in my lab and its there for both src/dst.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 12:19:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167098#M30176</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-09T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167103#M30179</link>
      <description>&lt;P&gt;It is not. Only in Original Source and Original Destination. Not Translated columns:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://i.imgur.com/YQH2xJN.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also still unable to recreate the "Automatic Hide NAT rules" manually (as we discussed above) without getting "&lt;SPAN&gt;Invalid Object Subnet A in Translated Source of Address Translation Rule. Valid objects are host, gateway, gateway cluster, router, dynamic object and address range with one object"&lt;BR /&gt;&lt;BR /&gt;I'm defo 81.10, show version all:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Product version Check Point Gaia R81.10&lt;BR /&gt;OS build 335&lt;BR /&gt;OS kernel version 3.10.0-957.21.3cpx86_64&lt;BR /&gt;OS edition 64-bit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 12:35:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167103#M30179</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167105#M30181</link>
      <description>&lt;P&gt;You cant add them in translated column, only original, so thats expected. As far as creating manual hide nat rules, I would need to see for myself.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 12:40:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167105#M30181</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-09T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167111#M30185</link>
      <description>&lt;P&gt;For reference this is the rule I just verified / installed in the lab (haven't done any testing beyond this point).&lt;/P&gt;
&lt;P&gt;Both the Original Source &amp;amp; Original Destination reference zone objects that I located via text search.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zone_NAT.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/19042i6BA4EE485827351B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zone_NAT.png" alt="Zone_NAT.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 12:54:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167111#M30185</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-01-09T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic HIDE NAT for BGP Failover without ISP Redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167160#M30202</link>
      <description>&lt;P&gt;Yes, I can do that. But my objective here is outgoing NAT.&lt;/P&gt;&lt;P&gt;Interface A is ISP1&lt;/P&gt;&lt;P&gt;Interface B is ISP2&lt;/P&gt;&lt;P&gt;Both are advertising a default route to me, I'm preferring ISP1 - so by default I am NAT'ing behind the IP of interface A.&lt;/P&gt;&lt;P&gt;But if ISP1 goes down, ISP2's default routes take over.&lt;/P&gt;&lt;P&gt;I would need the NAT to change to Interface B.&lt;/P&gt;&lt;P&gt;With your screenshot, since it would always use the first NAT rule - it would attempt to NAT behind an ip of an interface that is down.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 18:35:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automatic-HIDE-NAT-for-BGP-Failover-without-ISP-Redundancy/m-p/167160#M30202</guid>
      <dc:creator>dphonovation</dc:creator>
      <dc:date>2023-01-09T18:35:40Z</dc:date>
    </item>
  </channel>
</rss>

