<?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: CloudGuard Firewalls Permission- Azure in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227177#M4971</link>
    <description>&lt;P&gt;If you have a UDR on the frontend subnet which routes the traffic to these routers and you don't do Outbound NAT on that traffic on the Firewall then you still don't use the VIP and don't need it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with that said , I would always prefer to have a system configured as in meant to (with the role etc.) just to make it healthy is it should be by design.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 09:58:28 GMT</pubDate>
    <dc:creator>Nir_Shamir</dc:creator>
    <dc:date>2024-09-19T09:58:28Z</dc:date>
    <item>
      <title>CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226897#M4962</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I believe firewalls require 'Contributor' role in Azure HA to&amp;nbsp;&lt;SPAN&gt;move the VIP of the cluster between members during a failover.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We're planning to provision dedicated 'Inbound' firewalls to protect the workload traffic from the Internet. We don't have the permission to create a system managed identity during the template deployment, and I'm aware that service principal can be associated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since it doesn't need to move the VIP as they're Inbound firewalls, does it still require 'contributor' role for the failover to happen..?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 09:59:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226897#M4962</guid>
      <dc:creator>SriNarasimha005</dc:creator>
      <dc:date>2024-09-17T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226926#M4963</link>
      <description>&lt;P&gt;If you're not planning to use the VIP then it shouldn't affect the deployment.&lt;/P&gt;
&lt;P&gt;you will only need to use the Load Balancers to route traffic to the ACTIVE member.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 12:23:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226926#M4963</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2024-09-17T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226962#M4964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1792"&gt;@Nir_Shamir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for the reply. As this is Inbound traffic, public IP will be created for the each traffic.&lt;/P&gt;&lt;P&gt;1. Since API calls happen over eth0 for failover, does it work automatically without the 'contributor' role?&lt;/P&gt;&lt;P&gt;2. And, do we need to leverage the Azure LB service by creating a front-end config and calling eth0 of both the firewalls as the 'back-end' pool members and add a load balancing rule for the failover to happen?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 16:11:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226962#M4964</guid>
      <dc:creator>SriNarasimha005</dc:creator>
      <dc:date>2024-09-17T16:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226978#M4965</link>
      <description>&lt;P&gt;you will need a contributor role for for the VIP to move between members.&lt;/P&gt;
&lt;P&gt;we don't need the LB for failovers. the LB is used to publish application / web sites to the internet.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 18:21:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/226978#M4965</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2024-09-17T18:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227020#M4966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1792"&gt;@Nir_Shamir&lt;/a&gt;&amp;nbsp;Mate,&lt;/P&gt;&lt;P&gt;Thanks for the reply. So summarize, as per my understanding, this is required only for moving the VIP between the firewalls.&lt;/P&gt;&lt;P&gt;The above isn't applicable in my case as I'd be using a separate public IP for each application and thus 'contributor' role isn't required and failover happen automatically without any extra privileges via eth0.&lt;/P&gt;&lt;P&gt;Is my understanding correct..?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 04:44:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227020#M4966</guid>
      <dc:creator>SriNarasimha005</dc:creator>
      <dc:date>2024-09-18T04:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227057#M4967</link>
      <description>&lt;P&gt;How are you going to use a separate Public IP per Application ?&lt;/P&gt;
&lt;P&gt;if it's inbound , then you can use the Frontend LB and put the public IP addresses on it so you don't need the VIP.&lt;/P&gt;
&lt;P&gt;but if it's outbound, you need to NAT the traffic outbound and this is done using the VIP.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 09:15:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227057#M4967</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2024-09-18T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227062#M4968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1792"&gt;@Nir_Shamir&lt;/a&gt;&amp;nbsp; Mate,&lt;/P&gt;&lt;P&gt;As this is for Inbound, we'll create a separate public IP for each application and associate it to front-end LB. Once done, it'd be tied to 'Load balancing rules' to send it to the Active firewall which would do 'DNAT' and policy evaluation. So, we'd not be using the VIP address to protect any workload/application traffic from the Internet.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 15:36:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227062#M4968</guid>
      <dc:creator>SriNarasimha005</dc:creator>
      <dc:date>2024-09-18T15:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227156#M4969</link>
      <description>&lt;P&gt;Ok, that will work and you won't need the VIP.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 06:21:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227156#M4969</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2024-09-19T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227176#M4970</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1792"&gt;@Nir_Shamir&lt;/a&gt;&amp;nbsp;Mate,&lt;/P&gt;&lt;P&gt;Just a final one with regards to the outbound traffic&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If we've routers on the upstream which is doing NAT (and not firewall), does the CP firewall still require 'contributor' role as VIP transfer isn't required in this case by the firewall?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 09:54:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227176#M4970</guid>
      <dc:creator>SriNarasimha005</dc:creator>
      <dc:date>2024-09-19T09:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Firewalls Permission- Azure</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227177#M4971</link>
      <description>&lt;P&gt;If you have a UDR on the frontend subnet which routes the traffic to these routers and you don't do Outbound NAT on that traffic on the Firewall then you still don't use the VIP and don't need it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with that said , I would always prefer to have a system configured as in meant to (with the role etc.) just to make it healthy is it should be by design.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 09:58:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Firewalls-Permission-Azure/m-p/227177#M4971</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2024-09-19T09:58:28Z</dc:date>
    </item>
  </channel>
</rss>

