<?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: PBR forwarding does not work in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187976#M57120</link>
    <description>&lt;P&gt;After some searching I got everything to work with my configuration.&lt;/P&gt;&lt;P&gt;But when and why you would use multiple virtual routers and PBR?&lt;/P&gt;&lt;P&gt;As mentioned here it is only necessary if you use multiple ISP.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2017 15:01:02 GMT</pubDate>
    <dc:creator>ZEBIT</dc:creator>
    <dc:date>2017-11-20T15:01:02Z</dc:date>
    <item>
      <title>PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187878#M57101</link>
      <description>&lt;P&gt;For the first time I configured a Palo Alto firewall.&lt;/P&gt;&lt;P&gt;I have created three zones each connected with a specific interface:&lt;/P&gt;&lt;P&gt;INTERN&lt;/P&gt;&lt;P&gt;EXTERN&lt;/P&gt;&lt;P&gt;DMZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each zone I created a virtuel router each configured with static routes :&lt;/P&gt;&lt;P&gt;Intern:&lt;/P&gt;&lt;P&gt;DMZ -&amp;gt; Interface DMZ&lt;/P&gt;&lt;P&gt;Dmz:&lt;/P&gt;&lt;P&gt;EXTERN -&amp;gt; Interface EXTERN&lt;/P&gt;&lt;P&gt;INTERN -&amp;gt; Interface INTERN&lt;/P&gt;&lt;P&gt;Extern&lt;/P&gt;&lt;P&gt;0.0.0.0 0.0.0.0 -&amp;gt; IP ISP Router&lt;/P&gt;&lt;P&gt;DMZ -&amp;gt; Interface DMZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I connected PC's on each interface with the correct IP settings. Each PC can ping its own default gateway on the firewall but they can't ping each other. In the policy settings I created a rule that everuthing is allowed between the zones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 07:59:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187878#M57101</guid>
      <dc:creator>ZEBIT</dc:creator>
      <dc:date>2017-11-20T07:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187909#M57103</link>
      <description>&lt;P&gt;The routing seems to work better after creating some policies.&lt;/P&gt;&lt;P&gt;But the clients still doesn't respond. In the traffic monitor I always get Session End Reason: aged out.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 09:29:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187909#M57103</guid>
      <dc:creator>ZEBIT</dc:creator>
      <dc:date>2017-11-20T09:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187914#M57106</link>
      <description>&lt;P&gt;I need to create a PBF rule that does not PBR the traffic between INTERN and DMZ but I don't understand why.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 10:07:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187914#M57106</guid>
      <dc:creator>ZEBIT</dc:creator>
      <dc:date>2017-11-20T10:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187938#M57110</link>
      <description>&lt;P&gt;With the virtual routers you will need a route in each of the virtual routers to the other VR subnets that need to be reached.&amp;nbsp; so the&amp;nbsp;internal VR needs a default route to external vr for internet access.&amp;nbsp; And a route to the dmz vr for that subnet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The external vr needs a route to internal subnet via internal vr and to dmz subnet for the dmz vr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the DMZ vr needs a default route to the external vr for internet access and to the internal subnet via the internal vr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No PBF is needed just the routes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the traffic you want to allow require security policies to permit the traffic from zone to zone based on who initiates the tcp session.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, you need to create NAT policies also from zone to zone based on tcp initiation for the source nat for internet access and for any inbound DMZ destination nat traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why are you puting every zone in a virtual router?&lt;/P&gt;&lt;P&gt;None of that routing configuration is needed if all the interfaces are just in the same router to begin with.&amp;nbsp; Generally the only reason to separate virtual routers is if you have dual ISP and need to have two active default routes at the same time so we need two routing tables to accomplish this.&amp;nbsp; Your setup seems pretty standard and would be much simpler in just a single base router setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 11:44:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187938#M57110</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2017-11-20T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187950#M57112</link>
      <description>&lt;P&gt;I agree with &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9524"&gt;@pulukas&lt;/a&gt;: your configuration would be much simpler if you set all interfaces in the same virtual router, then you'd only need security policies and NAT to make everyhting work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please take a look at this article which may help you on your way:&amp;nbsp; &lt;A title="Getting Started: Layer 3, NAT, and DHCP" href="https://live.paloaltonetworks.com/t5/Featured-Articles/Getting-Started-Layer-3-NAT-and-DHCP/ta-p/66999" target="_blank"&gt;Getting Started: Layer 3, NAT, and DHCP&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and this one on PBF: &lt;A title="Getting Started: Policy Based Forwarding " href="https://live.paloaltonetworks.com/t5/Featured-Articles/Getting-Started-Policy-Based-Forwarding/ta-p/71257" target="_blank"&gt;Getting Started: Policy Based Forwarding &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:23:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187950#M57112</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2017-11-20T13:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187951#M57113</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1006"&gt;@ZEBIT&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm just going to second what&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9524"&gt;@pulukas&lt;/a&gt;&amp;nbsp;has already stated. From what you've described, there isn't really any reason to have multiple VRs. TO keep your configuration looking a bit more standard I would simply combine all of the zones into one virtual router, if you continue to keep everything the way you are doing you'll run into configuration issues. To add to that a little bit, almost every guide that you read going forward is centered around one Virtual Router configuration, not multiple. Guides may not work for you as you intend, support may not be as able to help you do to your configuration, and most of the Live community is going to just assume you have one VR.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:23:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187951#M57113</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-11-20T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187976#M57120</link>
      <description>&lt;P&gt;After some searching I got everything to work with my configuration.&lt;/P&gt;&lt;P&gt;But when and why you would use multiple virtual routers and PBR?&lt;/P&gt;&lt;P&gt;As mentioned here it is only necessary if you use multiple ISP.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 15:01:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/187976#M57120</guid>
      <dc:creator>ZEBIT</dc:creator>
      <dc:date>2017-11-20T15:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: PBR forwarding does not work</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/188005#M57125</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1006"&gt;@ZEBIT&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;there are a few scenarios: you can use multiple VR if you need to segregate interfaces from eachother: they will not be able to reach eachother unless you add a route to specifically allow it (all interfaces on the same vr can automatically 'route' to eachother)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PBF can be used to make a preferred route on top of normal routing eg. if you have 2 ISP, one leased line and one DSL, you could create a PBF to route non-important web-browsing over the DSL line. If the ISP were to fail, routing would fall back to your static routes and web-browsing would go over the leased line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PBF and multiple VR's don't necessarily need to go hand in hand, the dual ISP solution does not require 2 VRs, but this scenario does:&lt;/P&gt;
&lt;P&gt;if you need to set up redundant VPN tunnels, you will need to have 2 static route (eg default gateways) working at the same time so the tunnels can remain 'up'. PBF can then be used to direct traffic to one VR or the other depending on your preferred conditions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this makes sense (did you check out the PBF article i provided above ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:41:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbr-forwarding-does-not-work/m-p/188005#M57125</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2017-11-20T16:41:00Z</dc:date>
    </item>
  </channel>
</rss>

