<?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 Exchange Load Balancing in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12449#M9105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the scenario is that we have one exchange server behind the firewall, external users are accessing this server usning a host name mapped by a service provider to two different Public IP's using DNS round robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to configure two NATing rules for the same single host (the server). This way what ever IP the host name is hitting it will be successful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can I overcome the issue for outgoing traffic, can I use PBR to send traffic using one link and in case it fails it will failover to the other link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at the end Incoming Traffic will be round robined and outgoing traffic will use one link and only failover when necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 May 2012 09:38:04 GMT</pubDate>
    <dc:creator>rsaber</dc:creator>
    <dc:date>2012-05-27T09:38:04Z</dc:date>
    <item>
      <title>Exchange Load Balancing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12449#M9105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the scenario is that we have one exchange server behind the firewall, external users are accessing this server usning a host name mapped by a service provider to two different Public IP's using DNS round robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to configure two NATing rules for the same single host (the server). This way what ever IP the host name is hitting it will be successful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can I overcome the issue for outgoing traffic, can I use PBR to send traffic using one link and in case it fails it will failover to the other link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at the end Incoming Traffic will be round robined and outgoing traffic will use one link and only failover when necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 09:38:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12449#M9105</guid>
      <dc:creator>rsaber</dc:creator>
      <dc:date>2012-05-27T09:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Load Balancing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12450#M9106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be fine if you setup just two DNAT rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(example)&lt;/P&gt;&lt;P&gt;untrust -&amp;gt; trust&lt;/P&gt;&lt;P&gt;0.0.0.0 -&amp;gt; &amp;lt;firstip&amp;gt;&lt;/P&gt;&lt;P&gt;forward: &amp;lt;exchangeip&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;untrust -&amp;gt; trust&lt;/P&gt;&lt;P&gt;0.0.0.0 -&amp;gt; &amp;lt;secondip&amp;gt;&lt;/P&gt;&lt;P&gt;forward: &amp;lt;exchangeip&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure if PA will then see this as a single flow and do the SNAT for you (I mean if client speaks to &amp;lt;firstip&amp;gt;, will the reply which &amp;lt;exchangeip&amp;gt; sends back to the PA device automatically use &amp;lt;firstip&amp;gt; as source when sending the reply back to client?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the flows which the &amp;lt;exchangeip&amp;gt; initiates on its own I dont think you would need a SNAT rule for that (unless your exchangeserver use a private ip and you need to speak to internet).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 10:33:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12450#M9106</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-05-27T10:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Load Balancing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12451#M9107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the issue in the PA routing table it will have the 1st ISP as a destination, so even if I recieve traffic from the second it will be sent through the first and be dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a similar problem here:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://live.paloaltonetworks.com/message/13974#13974"&gt;https://live.paloaltonetworks.com/message/13974#13974&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understood PA will add a feature called Symmetric Return which will send the traffic back to the same ISP it came from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 15:42:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12451#M9107</guid>
      <dc:creator>rsaber</dc:creator>
      <dc:date>2012-05-27T15:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Load Balancing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12452#M9108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yeah that part, hmpf...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah wait for symmetric return to arrive and it will fix these problems &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 19:14:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/exchange-load-balancing/m-p/12452#M9108</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-05-27T19:14:58Z</dc:date>
    </item>
  </channel>
</rss>

