<?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: Dual ISP, PBF and DMZ in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34644#M25421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...In our next release (summer 2012) we will have a new feature called 'Symmetric Return' or commonly referred to as Return-to-Sender.&amp;nbsp; This feature will ensure traffic coming from ISP1 will be responded via ISP1 and traffic coming from ISP2 will be responded via ISP2.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 19:31:22 GMT</pubDate>
    <dc:creator>rmonvon</dc:creator>
    <dc:date>2012-03-28T19:31:22Z</dc:date>
    <item>
      <title>Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34640#M25417</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;I have a specific question about certain situation. There is a customer with 2 ISPs, let's call them ISP1 and ISP2. Customer has a single PA device to which both ISPs are connected. Each ISP provides a block of public IP addresses which are routed to the PA device. With PBF we'll make a rule, which sets ISP1 as primary ISP and ISP2 as secondary. So default route will be set to ISP1 when ISP1 is up and to ISP2 when ISP1 is down. So far it's all pretty standard situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let's say teh customer has some server in its DMZ zone. Server has a local IP address in DMZ zone so NAT is needed. Customer wants the server to be available on BOTH ISPs all the time, Therefore we make 2 NAT rules; one for each ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say ISP1 is active at certain moment so default route is pointing towards ISP1. But someone tries accessing server over ISP2. In that case packet comes from ISP2, gets translated to private IP address, enters DMZ zone, server replies, packet reaches PA device again and now the PA device has to put packet on proper interface. In this case; will PA put packet on ISP1 interface where default route is pointing, or will it know that packet originated from ISP2 and will correctly put it on ISP2 interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I know this sitation can be avoided with proper use of DNS records or BGP, but it's a temporary solution so I'm really interested what PA will do in exactly such situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 07:02:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34640#M25417</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2012-03-28T07:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34641#M25418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question... I hope someone from PA could answer if PBF will overrule any internal "express forwarding" (or what we might call it) or if the "express forwarding" will overrule the PBF for returning traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think something like this might work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your DMZ use some private ip range (just an example): 10.0.0.0/24 (in real life you would probably choose a smaller range than /24 aswell :smileysilly:).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a D-NAT for incoming traffic from ISP1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: ISP1&lt;/P&gt;&lt;P&gt;dstip: 1.1.1.0/24 (or whatever ip/range it might be)&lt;/P&gt;&lt;P&gt;dnat: 10.0.0.0/24 (the DMZ ip/range)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a D-NAT for incoming traffic from ISP2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: ISP2&lt;/P&gt;&lt;P&gt;dstip: 2.2.2.0/24 (or whatever ip/range it might be)&lt;/P&gt;&lt;P&gt;dnat: 10.0.0.0/24 (the DMZ ip/range)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the above wont work (lets assume since your PBF for ISP1 vs IPS2 will overrule which path the return traffic will take) you can add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a PBF for outgoing traffic for ISP1 from DMZ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: DMZ&lt;/P&gt;&lt;P&gt;srcip: 1.1.1.0/24 (now I assume that NAT will be done before PBF)&lt;/P&gt;&lt;P&gt;action: Forward (1.1.1.254, or whatever ip nexthop for ISP1 have)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a PBF for outgoing traffic for ISP2 from DMZ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: DMZ&lt;/P&gt;&lt;P&gt;srcip: 2.2.2.0/24 (now I assume that NAT will be done before PBF)&lt;/P&gt;&lt;P&gt;action: Forward (2.2.2.254, or whatever ip nexthop for ISP1 have)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 07:46:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34641#M25418</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-03-28T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34642#M25419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, in first part you describe NAT for incoming traffic just the way i was planning to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't think 2nd part for outgoing traffic will work. Packets originating from DMZ will have source IP of DMZ and destination IP some random public IP outside of company's network. So you can't distinguish packets by ISP there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless!!! (Your example mentioning source NAT gave me an idea.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do destination NAT translation for incoming traffic (from public to private IP) for each ISP i can do source NAT at the same time. That way source address of packet will connect packet with correct interface. So server will reply to that translated address and hopefully PA will handle the traffic correctlly then. Any thougths if this would work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:13:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34642#M25419</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2012-03-28T08:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34643#M25420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2nd part depends on which of PBF and NAT is done first internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If NAT is done before PBF then it will work - otherwise it will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a SNAT/DNAT combo might work but it will add complexity to your solution :smileysilly: (and you will lose statistics in the server logs regarding which client did what on your servers and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another method could be if you could avoid NAT and set your servers in DMZ to be multihomed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say ISP1 gives you 1.1.1.0/24 and ISP2 gives you 2.2.2.0/24 and from this you use the first /29 for DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way server1 at DMZ would have ip's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1.1.1/29, defgw 1.1.1.6&lt;BR /&gt;2.2.2.1/29, defgw 2.2.2.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way we wont need to worry about if NAT or PBF is being done first since all thats left is PBF to take care of in your PAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not only that you wont need to do DNAT for incoming traffic but the returning traffic will be much easier to setup for the PBF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a PBF for outgoing traffic for ISP1 from DMZ:&lt;BR /&gt; &lt;BR /&gt;srczone: DMZ&lt;BR /&gt;srcip: 1.1.1.0/29&lt;BR /&gt;action: Forward (1.1.1.254, or whatever ip nexthop for ISP1 have)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a PBF for outgoing traffic for ISP2 from DMZ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: DMZ&lt;BR /&gt;srcip: 2.2.2.0/29&lt;BR /&gt;action: Forward (2.2.2.254, or whatever ip nexthop for ISP2 have)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you could then also remove the PBF you already have and setup which ISP to use in your vrouter configuration instead (set ISP1 with lower metric than ISP2 if ISP1 is the prefered one for clients to use - PBF will override whatever vrouter says).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:30:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34643#M25420</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-03-28T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34644#M25421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...In our next release (summer 2012) we will have a new feature called 'Symmetric Return' or commonly referred to as Return-to-Sender.&amp;nbsp; This feature will ensure traffic coming from ISP1 will be responded via ISP1 and traffic coming from ISP2 will be responded via ISP2.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 19:31:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34644#M25421</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2012-03-28T19:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34645#M25422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer. Any workarounds for this which are available now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 06:26:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34645#M25422</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2012-03-29T06:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34646#M25423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@mikand&lt;/P&gt;&lt;P&gt;Yep, having multihomed server with public address in DMZ would solve this. But at this point we are not allowed to be changing any IP addresses at customer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 06:44:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34646#M25423</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2012-03-29T06:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34647#M25424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming the server in DMZ has an IP address 10.0.0.11/24. Add and alias/additional IP on the server: 10.0.0.12.&lt;/P&gt;&lt;P&gt;Then do:&lt;/P&gt;&lt;P&gt;DNAT: Public1-&amp;gt;10.0.0.11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public2-&amp;gt;10.0.0.12&lt;/P&gt;&lt;P&gt;PBF:&amp;nbsp; 10.0.0.11 to !LAN -&amp;gt; ISP1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.12 to !LAN -&amp;gt; ISP2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! - negate&lt;/P&gt;&lt;P&gt;This should work fine, complexity is on the Palo side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;rafal weglarz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 19:55:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34647#M25424</guid>
      <dc:creator>Support_CC</dc:creator>
      <dc:date>2012-03-29T19:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34648#M25425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, that would work. However customer is ok with having his service up only on primary link when primary ISP is up so no complications needed atm &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 13:39:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34648#M25425</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2012-03-30T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34649#M25426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or combine "my" idea with the one which &lt;A href="https://live.paloaltonetworks.com/people/www.cc.com.pl" id="jive-61543,488,504,698,157,901"&gt;www.cc.com.pl&lt;/A&gt; presented?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let the server use whatever private ip it currently uses but add public ip's from each ISP as subinterfaces on the servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand I dont know how many subinterfaces the PA device will support without going for VLAN tagging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 19:55:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34649#M25426</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-03-30T19:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34650#M25427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@mikand I think that the server will not handle outgoing traffic properly. Having two default gateways configured doesn't mean that both are used. I don't think that any system responds to traffic using the same network interface as the one on which the traffic arrived (ignoring routing table).&amp;nbsp; So you end up with spoofing like behaviour from the FW's perspective. You would need PBR on server as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 06:09:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34650#M25427</guid>
      <dc:creator>Support_CC</dc:creator>
      <dc:date>2012-04-02T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP, PBF and DMZ</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34651#M25428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps adding some iptables magic would do it but I think its to overwork the problem in this case if you go that far &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 10:16:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dual-isp-pbf-and-dmz/m-p/34651#M25428</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-04-02T10:16:42Z</dc:date>
    </item>
  </channel>
</rss>

