<?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: static routes in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22361#M16305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry found it &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 23:24:32 GMT</pubDate>
    <dc:creator>FlexyZ</dc:creator>
    <dc:date>2012-03-30T23:24:32Z</dc:date>
    <item>
      <title>static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22358#M16302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 interfaces;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eth1/1 = sub1 -&amp;gt; 10.10.1.1/24&lt;/P&gt;&lt;P&gt;eth1/2 = sub2 -&amp;gt; 10.10.2/1/24&lt;/P&gt;&lt;P&gt;eth1/3 = mpls -&amp;gt; 10.10.3/1/24&lt;/P&gt;&lt;P&gt;eth1/8 = wan -&amp;gt; x.y.z.w&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default router on all interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now I need to route all 0.0.0.0/0 traffic from sub1 over the MPLS (10.10.3.10) and 0.0.0.0/0 on sub2 over the wan (x.y.z.w)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub2 still needs access to sub1 and sub2 to sub1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it makes sense and how can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 23:01:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22358#M16302</guid>
      <dc:creator>FlexyZ</dc:creator>
      <dc:date>2012-03-30T23:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22359#M16303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you basically have 2 options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Setup one VROUTER (not VSYS) for sub1 and another VROUTER for sub2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VROUTER_sub1:&lt;BR /&gt;default route 0.0.0.0/0 nexthop 10.10.3.&amp;lt;whatever_ip_nexthop_is_on_mpls&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VROUTER_sub2:&lt;BR /&gt;default route 0.0.0.0/0 nexthop x.y.z.w&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then tell PA to route between the VROUTERS (I think I have seen a doc regarding this, not sure if VSYS is needed for this or not).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Or use PBF (Policy Based Forwarding) where you setup something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VROUTER_default:&lt;BR /&gt;default route 0.0.0.0/0 nexthop x.y.z.w&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBF_sub1&lt;BR /&gt;srczone: sub1&lt;BR /&gt;source address: 10.10.1.0/24 (or set to any)&lt;BR /&gt;source user: any&lt;BR /&gt;destination address: 10.10.3.&amp;lt;whatever_ip_nexthop_is_on_mpls&amp;gt;&lt;BR /&gt;action: forward (mpls_interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you have wan as default route except for stuff arriving at sub1 who will be forced into using the mpls interface as egress.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 23:14:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22359#M16303</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-03-30T23:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22360#M16304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - let me try that, where do I find &lt;SPAN style="font-size: 11.0pt; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: DA; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;PBF?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 23:21:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22360#M16304</guid>
      <dc:creator>FlexyZ</dc:creator>
      <dc:date>2012-03-30T23:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22361#M16305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry found it &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 23:24:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22361#M16305</guid>
      <dc:creator>FlexyZ</dc:creator>
      <dc:date>2012-03-30T23:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22362#M16306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The document I was refering to in 1) above was obviously the admin guide itself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what you would need to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VROUTER_sub1:&lt;BR /&gt;default route 0.0.0.0/0 nexthop 10.10.3.&amp;lt;whatever_ip_nexthop_is_on_mpls&amp;gt;&lt;/P&gt;&lt;P&gt;10.10.2.0/24 nexthop NEXTVR:VROUTER_sub2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VROUTER_sub2:&lt;BR /&gt;default route 0.0.0.0/0 nexthop x.y.z.w&lt;/P&gt;&lt;P&gt;10.10.1.0/24 nexthop NEXTVR:VROUTER_sub1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check page 109-110 in the PA-4.1_Administrators_Guide.pdf for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding PBF you will find the info in the same admin guide as above but on page 141-143.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PBF is found in Policies -&amp;gt; Policy Based Forwarding in the GUI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 23:24:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22362#M16306</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-03-30T23:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22363#M16307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I am trying the PBF, and it works for the 0.0.0.0/0 over the MPLS, but I can't get routing to sub2 (10.10.2.0) as it routed over the mpls - I will try another PBF above the 0.0.0.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2012 00:00:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22363#M16307</guid>
      <dc:creator>FlexyZ</dc:creator>
      <dc:date>2012-03-31T00:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: static routes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22364#M16308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, got it working with one PBF with destination as !LAN &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>Sat, 31 Mar 2012 23:27:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-routes/m-p/22364#M16308</guid>
      <dc:creator>FlexyZ</dc:creator>
      <dc:date>2012-03-31T23:27:57Z</dc:date>
    </item>
  </channel>
</rss>

