<?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 Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133404#M1312</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Microsoft just announced&amp;nbsp;Azure Gateway Load Balancer to be in Public Preview.&lt;BR /&gt;Check Point published the following article about this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog-checkpoint-com.cdn.ampproject.org/c/s/blog.checkpoint.com/2021/11/02/check-point-cloudguard-is-a-launch-partner-of-azure-gateway-load-balancer/amp/" target="_blank" rel="noopener"&gt;https://blog-checkpoint-com.cdn.ampproject.org/c/s/blog.checkpoint.com/2021/11/02/check-point-cloudguard-is-a-launch-partner-of-azure-gateway-load-balancer/amp/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Configuration steps can be found at:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_Azure_VMSS_GWLB/Content/Topics-Azure-VMSS-GWLB/Configurations-steps.htm#Step_6__Automatic_Rule_Placement_(Optional)" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_Azure_VMSS_GWLB/Content/Topics-Azure-VMSS-GWLB/Configurations-steps.htm#Step_6__Automatic_Rule_Placement_(Optional)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This weekend I've tried to set this up. Basically the setup is almost identical to a normal CoudGuard Scale Set. The only difference is the fact that you need to forward traffic from a Azure Standard Load Balancer (ASLB) using a VXLAN tunnel to the Azure Gateway Load Balancer (AGLB). The AGLB forwards the traffic to one of your CloudGuard instances using VXLAN as well. The problem I am facing is the fact that no VXLAN interfaces are deployed in my CloudGuard instance. Documentation doesn't mention configuring these interfaces yourself.&lt;/P&gt;
&lt;P&gt;Troubleshooting steps I took:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;tcpdump on eth0 shows UDP port 2001 coming from the AGLB. This is the VXLAN tunnel port.&lt;/LI&gt;
&lt;LI&gt;Created the external VXLAN tunnel interface using:&amp;nbsp;add vxlan id 801 dev eth0 remote &amp;lt;AGLB_IP&amp;gt; dstport 2001&lt;BR /&gt;after this a tcpdump on interface vxlan801 immediately show my actual test traffic arriving&lt;/LI&gt;
&lt;LI&gt;Created the internal VXLAN tunnel interface using:&amp;nbsp;add vxlan id 800 dev eth0 remote &amp;lt;AGLB_IP&amp;gt; dstport 2000&lt;/LI&gt;
&lt;LI&gt;The Known Limitations describe that the solution uses bridge mode. I did create a bridge group containing both the vxlan800 and vxlan801 interfaces but without any difference.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I am not sure if I am missing some steps in the deployment or if there is an issue with the Azure template.&lt;/P&gt;
&lt;P&gt;Hopefully other CheckMates members can share their experience!&lt;/P&gt;
&lt;P&gt;Leon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Dec 2021 13:04:43 GMT</pubDate>
    <dc:creator>leonfranken</dc:creator>
    <dc:date>2021-12-19T13:04:43Z</dc:date>
    <item>
      <title>CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133404#M1312</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Microsoft just announced&amp;nbsp;Azure Gateway Load Balancer to be in Public Preview.&lt;BR /&gt;Check Point published the following article about this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog-checkpoint-com.cdn.ampproject.org/c/s/blog.checkpoint.com/2021/11/02/check-point-cloudguard-is-a-launch-partner-of-azure-gateway-load-balancer/amp/" target="_blank" rel="noopener"&gt;https://blog-checkpoint-com.cdn.ampproject.org/c/s/blog.checkpoint.com/2021/11/02/check-point-cloudguard-is-a-launch-partner-of-azure-gateway-load-balancer/amp/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Configuration steps can be found at:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_Azure_VMSS_GWLB/Content/Topics-Azure-VMSS-GWLB/Configurations-steps.htm#Step_6__Automatic_Rule_Placement_(Optional)" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_Azure_VMSS_GWLB/Content/Topics-Azure-VMSS-GWLB/Configurations-steps.htm#Step_6__Automatic_Rule_Placement_(Optional)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This weekend I've tried to set this up. Basically the setup is almost identical to a normal CoudGuard Scale Set. The only difference is the fact that you need to forward traffic from a Azure Standard Load Balancer (ASLB) using a VXLAN tunnel to the Azure Gateway Load Balancer (AGLB). The AGLB forwards the traffic to one of your CloudGuard instances using VXLAN as well. The problem I am facing is the fact that no VXLAN interfaces are deployed in my CloudGuard instance. Documentation doesn't mention configuring these interfaces yourself.&lt;/P&gt;
&lt;P&gt;Troubleshooting steps I took:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;tcpdump on eth0 shows UDP port 2001 coming from the AGLB. This is the VXLAN tunnel port.&lt;/LI&gt;
&lt;LI&gt;Created the external VXLAN tunnel interface using:&amp;nbsp;add vxlan id 801 dev eth0 remote &amp;lt;AGLB_IP&amp;gt; dstport 2001&lt;BR /&gt;after this a tcpdump on interface vxlan801 immediately show my actual test traffic arriving&lt;/LI&gt;
&lt;LI&gt;Created the internal VXLAN tunnel interface using:&amp;nbsp;add vxlan id 800 dev eth0 remote &amp;lt;AGLB_IP&amp;gt; dstport 2000&lt;/LI&gt;
&lt;LI&gt;The Known Limitations describe that the solution uses bridge mode. I did create a bridge group containing both the vxlan800 and vxlan801 interfaces but without any difference.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I am not sure if I am missing some steps in the deployment or if there is an issue with the Azure template.&lt;/P&gt;
&lt;P&gt;Hopefully other CheckMates members can share their experience!&lt;/P&gt;
&lt;P&gt;Leon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Dec 2021 13:04:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133404#M1312</guid>
      <dc:creator>leonfranken</dc:creator>
      <dc:date>2021-12-19T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133432#M1313</link>
      <description>&lt;P&gt;Hi Leon,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VXLAN tunnels don't require user configuration as they are configured automatically by the Cloud Management Extension (CME).&lt;/P&gt;
&lt;P&gt;After completing step 3 in the admin guide, each GW will establish a VXLAN tunnel to Azure Gateway Load Balancer automatically.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ariel&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:48:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133432#M1313</guid>
      <dc:creator>arielto</dc:creator>
      <dc:date>2021-11-08T06:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133434#M1314</link>
      <description>&lt;P&gt;Hi Ariel,&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;Should I see actual vxlan interfaces in the Gaia config?&lt;BR /&gt;Only interfaces I have are eth0 and&amp;nbsp;enP37229p0s2 (Hyper-V VF nic).&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Leon&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 07:24:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133434#M1314</guid>
      <dc:creator>leonfranken</dc:creator>
      <dc:date>2021-11-08T07:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133449#M1315</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;In order for the CME to configures the VXLAN tunnel, the Security Management server must be R81.10 and the CME needs to be from take 168 or above (autoprov_cfg -v).&lt;/P&gt;
&lt;P&gt;Can you verify these prerequisites?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VXLAN interfaces should appear when running 'ifconfig' command from expert mode and their names are: vxlan800 and vxlan801.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Roy&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 09:07:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133449#M1315</guid>
      <dc:creator>roye</dc:creator>
      <dc:date>2021-11-08T09:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133450#M1316</link>
      <description>&lt;P&gt;Thanks for your reply Roy!&lt;/P&gt;&lt;P&gt;That's the problem&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":angry_face:"&gt;😠&lt;/span&gt;&lt;BR /&gt;I am running CME Version: Build: 991592117 Take: 164&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp;cme_installation.sh from sk157492 and made the assumption it would install the latest version, which it didn't.&lt;BR /&gt;Just performed the offline installation of take 168 and will test again. Keep you posted!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Leon&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 09:32:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133450#M1316</guid>
      <dc:creator>leonfranken</dc:creator>
      <dc:date>2021-11-08T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133552#M1317</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;So using the correct CME version solved 99% of my issues&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The final 1%:&lt;/P&gt;&lt;P&gt;As described in the documentation:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;As a part of each CloudGuard IaaS Security Gateway provisioning process, the Security Management Server creates automatic Access rules &lt;STRONG&gt;to allow tunnel traffic between the Gateway Load Balancer and the CloudGuard IaaS Security Gateway&lt;/STRONG&gt;. By default the automatic Access rules are created at the top of the rulebase.Sometimes it is recommended to add the rules in a specific place in the policy rather than at the top.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The only rule CME creates is from the Azure Gateway Loadbalancer IP to the CloudGuard gateway(s) for both port 2000 (internal VXLAN tunnel)&amp;nbsp; and 2001 (external VXLAN tunnel).&lt;/P&gt;&lt;P&gt;I noticed that the CloudGuard gateway was dropping traffic initiated by itself towards the Azure Gateway Loadbalancer IP on both port 2000 and port 2001. This resulted in the VXLAN tunnels not being established and therefore traffic did not arrive on my VM's.&lt;BR /&gt;&lt;BR /&gt;Manually adding a rule allowing 2000 and 2001 from my CloudGuard gateway(s) to the&amp;nbsp;Azure Gateway Loadbalancer IP resolved it.&lt;/P&gt;&lt;P&gt;Anyone experienced the same?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 20:53:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133552#M1317</guid>
      <dc:creator>leonfranken</dc:creator>
      <dc:date>2021-11-08T20:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133619#M1318</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are investigating the issue you described and will update this thread when we will know more.&lt;/P&gt;
&lt;P&gt;It seems that these rules are required when the following Implied Rule is disabled: "Accept outgoing packets originating from Gateway".&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Roy&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 12:18:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133619#M1318</guid>
      <dc:creator>roye</dc:creator>
      <dc:date>2021-11-09T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133621#M1319</link>
      <description>&lt;P&gt;Hi Roy,&lt;/P&gt;&lt;P&gt;Implied rule&amp;nbsp;&lt;SPAN&gt;"Accept outgoing packets originating from Gateway" is indeed disabled in my environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 12:30:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133621#M1319</guid>
      <dc:creator>leonfranken</dc:creator>
      <dc:date>2021-11-09T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133701#M1320</link>
      <description>&lt;P&gt;Hi Leon,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will add this support in a future release of CME.&lt;/P&gt;
&lt;P&gt;Meanwhile, you can create another access rule with LocalGatewayExteral as the source, and it will work for all the newly created instances.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ariel&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 08:15:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/133701#M1320</guid>
      <dc:creator>arielto</dc:creator>
      <dc:date>2021-11-10T08:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/137669#M1321</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;The issue with the automatic rules was fixed in CME take 175.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Roy&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 14:31:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/137669#M1321</guid>
      <dc:creator>roye</dc:creator>
      <dc:date>2022-01-04T14:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: CloudGuard Network for Azure VMSS Gateway Load Balancer (Public Preview) VXLAN issue</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/137698#M1322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/54501"&gt;@roye&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is great! Thanks for the update!&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 21:44:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CloudGuard-Network-for-Azure-VMSS-Gateway-Load-Balancer-Public/m-p/137698#M1322</guid>
      <dc:creator>leonfranken</dc:creator>
      <dc:date>2022-01-04T21:44:47Z</dc:date>
    </item>
  </channel>
</rss>

