<?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 Daul ISP and specific ISP routing in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/daul-isp-and-specific-isp-routing/m-p/487480#M104720</link>
    <description>&lt;P&gt;Good Afternoon All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the various methods for Dual ISP configuration and they make sense. I could not find one last detail and I was hoping someone here could help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISP 1 = Active for outbound traffic during normal operations.&lt;/P&gt;&lt;P&gt;ISP 2 = Inactive&lt;/P&gt;&lt;P&gt;1 Client IP on the internet network to have its traffic routed out via ISP 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically the IP phone system needs to use ISP 2 all the time, but we need all other client to use ISP1 unless ISP is down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 15:27:55 GMT</pubDate>
    <dc:creator>Mort2k</dc:creator>
    <dc:date>2022-05-16T15:27:55Z</dc:date>
    <item>
      <title>Daul ISP and specific ISP routing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/daul-isp-and-specific-isp-routing/m-p/487480#M104720</link>
      <description>&lt;P&gt;Good Afternoon All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the various methods for Dual ISP configuration and they make sense. I could not find one last detail and I was hoping someone here could help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISP 1 = Active for outbound traffic during normal operations.&lt;/P&gt;&lt;P&gt;ISP 2 = Inactive&lt;/P&gt;&lt;P&gt;1 Client IP on the internet network to have its traffic routed out via ISP 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically the IP phone system needs to use ISP 2 all the time, but we need all other client to use ISP1 unless ISP is down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 15:27:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/daul-isp-and-specific-isp-routing/m-p/487480#M104720</guid>
      <dc:creator>Mort2k</dc:creator>
      <dc:date>2022-05-16T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Daul ISP and specific ISP routing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/daul-isp-and-specific-isp-routing/m-p/487527#M104724</link>
      <description>&lt;P&gt;Hey &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/219890"&gt;@Mort2k&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Probably couple of ways to achieve what you want, but here is what I will do if I were you:&lt;/P&gt;
&lt;P&gt;- Create to separate virtual-routers (VRs), one for each ISP&lt;/P&gt;
&lt;P&gt;- Create default route for each VR to respective ISP with enabled path monitor for each route&lt;/P&gt;
&lt;P&gt;- If possible directly connect the IP phone VLAN to the firewall and assign it to the second VR, so both ISP2 and IP phone VLAN to be in the same VR.&lt;/P&gt;
&lt;P&gt;- Create source NAT rules to translate IP phones traffic to public IP from ISP2 and all other traffic with public IP from ISP1&lt;/P&gt;
&lt;P&gt;-------&lt;/P&gt;
&lt;P&gt;At this point you should have internet access for IP phone system from ISP2 and internet access for all other systems over ISP1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Create second default route for each VR pointing to "next-vr" with metric higher than the primary default route&lt;/P&gt;
&lt;P&gt;- Create NAT rules for IP phone system to translate source with address from ISP1 and all other systems with address from ISP2&lt;/P&gt;
&lt;P&gt;(Note: if you use same security zone for both ISPs, you should use "destination interface" in addition to destination zone, when defining the NAT rules. If you use different zone, you don't have to define dest interface)&lt;/P&gt;
&lt;P&gt;----&lt;/P&gt;
&lt;P&gt;Above should allow you to automatically failover any service to backup ISP provider if there are any issues with primary ISP (path monitor will disable the preferable route to ISP and FW will use the next-vr and use the ISP from the other VR as backup internet access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 19:22:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/daul-isp-and-specific-isp-routing/m-p/487527#M104724</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2022-05-16T19:22:44Z</dc:date>
    </item>
  </channel>
</rss>

