<?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 Cloudguard Implementation without a Public loadbalancer / public IP's in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143366#M1112</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Where can i find information about a Cloud Guard Implementation without a public loadbalancer or without a loadbalancer without Public IP's.&lt;/P&gt;&lt;P&gt;Situation (See the screenshot)&lt;/P&gt;&lt;P&gt;-2x Check Point Applicance ClusterXL (On-Premise) with a connection to Azure by ExpressRoute&lt;/P&gt;&lt;P&gt;-1x Check Point Management (On-Premise)&lt;/P&gt;&lt;P&gt;-Microsoft Azure Environment with multiple VNET's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Azure environment is only accessible by the ExpressRoute connection.&lt;/P&gt;&lt;P&gt;I want to use the Check Point Cloud Guard between VNET's and the ExpressRoute within Azure without a Internet Connection or the use of Public IP's.&lt;/P&gt;&lt;P&gt;So traffic from On-Premise must go to the FrontEnd Loadbalancer -Check Point CloudGuard -&amp;gt; BackEnd Loadbalancers -&amp;gt; Different kind of azure virtual machines and vice versa.&lt;/P&gt;&lt;P&gt;When we create a CloudGuard Network Security environment within Azure, we choose not to use "Use Public IP Prefix", but it still does.&lt;/P&gt;&lt;P&gt;How can we achieve this, or is this even possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 15:12:47 GMT</pubDate>
    <dc:creator>RayP</dc:creator>
    <dc:date>2022-03-09T15:12:47Z</dc:date>
    <item>
      <title>Cloudguard Implementation without a Public loadbalancer / public IP's</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143366#M1112</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Where can i find information about a Cloud Guard Implementation without a public loadbalancer or without a loadbalancer without Public IP's.&lt;/P&gt;&lt;P&gt;Situation (See the screenshot)&lt;/P&gt;&lt;P&gt;-2x Check Point Applicance ClusterXL (On-Premise) with a connection to Azure by ExpressRoute&lt;/P&gt;&lt;P&gt;-1x Check Point Management (On-Premise)&lt;/P&gt;&lt;P&gt;-Microsoft Azure Environment with multiple VNET's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Azure environment is only accessible by the ExpressRoute connection.&lt;/P&gt;&lt;P&gt;I want to use the Check Point Cloud Guard between VNET's and the ExpressRoute within Azure without a Internet Connection or the use of Public IP's.&lt;/P&gt;&lt;P&gt;So traffic from On-Premise must go to the FrontEnd Loadbalancer -Check Point CloudGuard -&amp;gt; BackEnd Loadbalancers -&amp;gt; Different kind of azure virtual machines and vice versa.&lt;/P&gt;&lt;P&gt;When we create a CloudGuard Network Security environment within Azure, we choose not to use "Use Public IP Prefix", but it still does.&lt;/P&gt;&lt;P&gt;How can we achieve this, or is this even possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 15:12:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143366#M1112</guid>
      <dc:creator>RayP</dc:creator>
      <dc:date>2022-03-09T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudguard Implementation without a Public loadbalancer / public IP's</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143397#M1113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have done this several times. this is what you need to do:&lt;/P&gt;
&lt;P&gt;1) you can't use the Frontend LB because it only has Public IPs. you can even delete it if you don't need to use it.&lt;/P&gt;
&lt;P&gt;2) All your UDRs need to go to the Internal LB private IP and on the CloudGuard GWs make sure the default route in changed to the Azure Router on eth1 subnet.&lt;/P&gt;
&lt;P&gt;This way all the traffic goes in and out from the same interface of the Check Point GWs (eth1) .&lt;/P&gt;
&lt;P&gt;This way you have like a Firewall on a stick.&lt;/P&gt;
&lt;P&gt;you can also detach the Public IPs from the CloudGuard GWs interface eth0 . the only thing you can't remove is the Public IP on the Cluster's VIP.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 06:54:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143397#M1113</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2022-03-10T06:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudguard Implementation without a Public loadbalancer / public IP's</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143557#M1114</link>
      <description>&lt;P&gt;Thnx for the information Nir_Shamir, that helped us.&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 22:37:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Cloudguard-Implementation-without-a-Public-loadbalancer-public/m-p/143557#M1114</guid>
      <dc:creator>RayP</dc:creator>
      <dc:date>2022-03-11T22:37:24Z</dc:date>
    </item>
  </channel>
</rss>

