<?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: Azure multiple VM-series with UDR and Load balancers in VM-Series in the Public Cloud</title>
    <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161271#M76</link>
    <description>&lt;P&gt;It's a basic routing problem. &amp;nbsp;Each subnet (even a /32) must be maped in the route table&amp;nbsp;to/from a unique interface. &amp;nbsp;The Azure load balancer always sources the probe from 168.63.129.16. &amp;nbsp;If we have a default route for the external interface (say ethernet1/1), all responses to the healthcheck will go out ethernet1/1 even if the healthcheck came from the internal load balancer (on say ethernet1/2). &amp;nbsp;This results in an asymmetric path and the health probe fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we then created a specific&amp;nbsp;168.63.129.16/32 route to use ethernet1/2, then the probes from the&amp;nbsp;&lt;EM&gt;external&lt;/EM&gt; load balancer would become assymetric and&amp;nbsp;&lt;EM&gt;those&lt;/EM&gt; healthchecks would fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With multiple route tables, we could have one route table with a 168.63.129.16/32 static route that points to ethernet1/1 and another route table with a static&amp;nbsp;entry for the same&amp;nbsp;168.63.129.16/32&amp;nbsp;for ethernet1/2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warby&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 20:40:37 GMT</pubDate>
    <dc:creator>Warby</dc:creator>
    <dc:date>2017-06-14T20:40:37Z</dc:date>
    <item>
      <title>Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161223#M73</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this moment I am doing a PoC for a client in Azure with two VM-300 in the so called "Sandwich" mode. So for traffic coming from the internet I have the following path: ELB &amp;gt; VM-300 (x2) &amp;gt; ILB &amp;gt; Webserver (x2). Both VM-300 and Webservers are both in a seperate availabilty set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to load balance the traffic from the internet on the ELB, over both VM-300s and the via the ILB to both Webservers. So far so good!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I ask myself the question, how do I load balance the traffic, that initiates from the webservers to the internet? on the UDR I can only point to one VM-300, not both. I cannot use a ILB for anykind of SNAT or put in in routed mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I can see, they only thing I can do is change the UDR via a script (e.g. zookeeper) in case one of the VM-300s goes down. how do you guys handle this? How do you achieve load balance/HA for outbound server traffic to the internet or other zones in the case of two VM-300s?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Michel van Kessel&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Knipsel.PNG" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/9732iCEE89D8BF2E4AA32/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Knipsel.PNG" alt="Knipsel.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:44:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161223#M73</guid>
      <dc:creator>michelvankessel</dc:creator>
      <dc:date>2017-06-14T14:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161224#M74</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have two choices here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One is to deploy another Azure load balancer just for outbound traffic and point your outbound UDR (default route) to the outbound load balancer. &amp;nbsp;Azure allows such a configuration. &amp;nbsp;The problem is, the healthcheck from the load balancer is always from the same IP address. &amp;nbsp;So if you have one load balancer for inbound traffic and one load balancer for outbound traffic pointing to the same set of VM-Series firewalls, the firewalls will receive healthchecks from two different load balancers on two different interfaces but coming from the same IP address. &amp;nbsp;This can be solved using two virtual routers on the firewall - one for each interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other option is to split inbound and outbound traffic to two different set of firewalls. &amp;nbsp;Then each set of firewalls will only receive healthchecks from one load balancer. &amp;nbsp;This adds VM-Series cost to the solution but it simplifies the routing and also has the advantage of having policy separation (inbound versus outbound). &amp;nbsp;Also, the outbound firewalls can be used for multiple applications/resource groups in a hub and spoke model&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warby&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:58:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161224#M74</guid>
      <dc:creator>Warby</dc:creator>
      <dc:date>2017-06-14T14:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161269#M75</link>
      <description>&lt;P&gt;Hello Warby&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick response! I am going to try the multiple router approuch and will return with the outcome&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question. Why doesn't it work with one virtual router? I mean, from a deeper technical point of view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michel van Kessel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:28:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161269#M75</guid>
      <dc:creator>michelvankessel</dc:creator>
      <dc:date>2017-06-14T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161271#M76</link>
      <description>&lt;P&gt;It's a basic routing problem. &amp;nbsp;Each subnet (even a /32) must be maped in the route table&amp;nbsp;to/from a unique interface. &amp;nbsp;The Azure load balancer always sources the probe from 168.63.129.16. &amp;nbsp;If we have a default route for the external interface (say ethernet1/1), all responses to the healthcheck will go out ethernet1/1 even if the healthcheck came from the internal load balancer (on say ethernet1/2). &amp;nbsp;This results in an asymmetric path and the health probe fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we then created a specific&amp;nbsp;168.63.129.16/32 route to use ethernet1/2, then the probes from the&amp;nbsp;&lt;EM&gt;external&lt;/EM&gt; load balancer would become assymetric and&amp;nbsp;&lt;EM&gt;those&lt;/EM&gt; healthchecks would fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With multiple route tables, we could have one route table with a 168.63.129.16/32 static route that points to ethernet1/1 and another route table with a static&amp;nbsp;entry for the same&amp;nbsp;168.63.129.16/32&amp;nbsp;for ethernet1/2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warby&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:40:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161271#M76</guid>
      <dc:creator>Warby</dc:creator>
      <dc:date>2017-06-14T20:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161344#M77</link>
      <description>&lt;P&gt;Hello Warby.. I was completely looking into the wrong direction! Sometimes there is a simple solutions and it makes complete sense!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got it all running now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One question. do we need Floating IP (direct server return) enabled on the rules for the outbound LB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michel van Kessel&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 12:06:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/161344#M77</guid>
      <dc:creator>michelvankessel</dc:creator>
      <dc:date>2017-06-15T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/183290#M155</link>
      <description>&lt;P&gt;Yes, enable floating ip for your outbound rules so the destination remains true as requested.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 17:34:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/183290#M155</guid>
      <dc:creator>kblackstone</dc:creator>
      <dc:date>2017-10-23T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/190972#M185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the outbound LB what was the prober you setup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 01:29:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/190972#M185</guid>
      <dc:creator>junior_r</dc:creator>
      <dc:date>2017-12-11T01:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191150#M186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can let me know prober for outbound traffic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 19:36:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191150#M186</guid>
      <dc:creator>junior_r</dc:creator>
      <dc:date>2017-12-11T19:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191221#M187</link>
      <description>&lt;P&gt;HI junior_r,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a few options when it comes to setting up the outbound probe but the most common that I have&amp;nbsp;seen is&amp;nbsp;to probe to port 22 on the firewall and enable the related interface management profile (for ssh) on the interface that will receive the traffic first. You may need to add the route to support return traffic to the probe source ip address:&amp;nbsp;&lt;SPAN&gt;168.63&lt;/SPAN&gt;&lt;SPAN&gt;.129.16.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alternitavely, you can probe to port 80 or 443 and write a NAT rule that sends traffic from&amp;nbsp;168.63.129.16 on the appropriate zone out to 8.8.8.8 on the Internet, or some other website that you wish to verify connectivity against. Leverage destination NAT to accomplish this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-kb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:10:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191221#M187</guid>
      <dc:creator>kblackstone</dc:creator>
      <dc:date>2017-12-12T01:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191222#M188</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick Question with this setup how does the LB know to keep the traffic symmetric for TCP FLOW.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Web Server -&amp;gt; LB -&amp;gt; PAN FW1 / PAN FW2 -&amp;gt; Internet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:16:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191222#M188</guid>
      <dc:creator>junior_r</dc:creator>
      <dc:date>2017-12-12T01:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191223#M189</link>
      <description>&lt;P&gt;Each&amp;nbsp;Load Balancer rule has session affinity settings: none, client ip, client ip and protocol, which keeps the sessions going to the same back-end resource and symmetric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This link might shed some light:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-distribution-mode" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-distribution-mode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-kb&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:20:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191223#M189</guid>
      <dc:creator>kblackstone</dc:creator>
      <dc:date>2017-12-12T01:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191224#M190</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/24030"&gt;@kblackstone&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Each&amp;nbsp;Load Balancer rule has session affinity settings: none, client ip, client ip and protocol, which keeps the sessions going to the same back-end resource and symmetric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This link might shed some light:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-distribution-mode" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-distribution-mode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-kb&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;this is like the F5 then Thanks again&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:23:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191224#M190</guid>
      <dc:creator>junior_r</dc:creator>
      <dc:date>2017-12-12T01:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191449#M195</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since PINGS are not aloud on Azure LB how are you guys working with applications that require ping?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server 1 -&amp;gt; LB -&amp;gt; PAN -&amp;gt; DB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 13 Dec 2017 02:26:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/191449#M195</guid>
      <dc:creator>junior_r</dc:creator>
      <dc:date>2017-12-13T02:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/194296#M208</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/56277"&gt;@junior_r&lt;/a&gt;&amp;nbsp;Which endpoint is supposed to receive the ping from the application? The LB will pass the ping along like it would any other traffic. Is the ping destined for the LB from a standpoint of a healthcheck?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to resolve a response from the LB on 443. Give PsPing a shot and see for yourself. Not sure how flexible your application is from a ping perspective.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 17:06:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/194296#M208</guid>
      <dc:creator>nsbradley88</dc:creator>
      <dc:date>2018-01-08T17:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/349773#M972</link>
      <description>&lt;P&gt;Is this working with multiple VR, I want to implement the same&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 13:13:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/349773#M972</guid>
      <dc:creator>BalaBWV</dc:creator>
      <dc:date>2020-09-16T13:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Azure multiple VM-series with UDR and Load balancers</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/453854#M1405</link>
      <description>&lt;P&gt;Ive found the symmetric flow to be an issue.&amp;nbsp; I have an external client coming in through an Azure public load balancer, through my pair of PA firewalls, and into an internal load balancer which delivers the traffic to the servers.&amp;nbsp; However the reply traffic doesnt work unless i make the firewalls source NAT the inbound traffic.&amp;nbsp; &amp;nbsp;The default route outbound from the backend servers is an internal load balancer across the two firewalls. sometimes the reply traffic goes back through the other firewall, therefore breaking symmetry.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 06:52:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/azure-multiple-vm-series-with-udr-and-load-balancers/m-p/453854#M1405</guid>
      <dc:creator>JimMcGrady</dc:creator>
      <dc:date>2021-12-17T06:52:59Z</dc:date>
    </item>
  </channel>
</rss>

