<?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: Global Protect users unable to access internal resources in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/498717#M105162</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119397"&gt;@jeff_mattson&lt;/a&gt;&amp;nbsp;Are you using different Security Zones for the internal, internet, and VPN interfaces. And are you using different routing tables for each?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your GP Gateway is presumably attaching VPN-connected clients to a tunnel interface (Network-&amp;gt;GP-&amp;gt;Gateway-&amp;gt;[config]-&amp;gt;Agent-&amp;gt;Tunnel Settings). Are you using the default routing table on that tunnel, or a secondary routing table (Network-&amp;gt;Interfaces-&amp;gt;Tunnel-&amp;lt;[tunnel]-&amp;gt;Virtual Router)? If the routing tables are different, then you need to add routes to the source/destination routing tables for traffic to go in both directions. As an example:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Internal clients are in 10.100.0.0/24 on ethernet1/8, routing table "default"&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;VPN clients are in 192.168.32.0/24 on tunnel.999, routing table "WAN2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the routing tables you need "next vr" hops to jump to the alternate routing table (Network-&amp;gt;Virtual Routers-&amp;gt;[config]):&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;table default - desc="path to VPN clients", dest=192.168.32.0/24, type=next-vr, value=WAN2&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;table WAN2 -&amp;nbsp;desc="path to internal clients", dest=10.100.0.0/24, type=next-vr, value=default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't put in standard interface/next-hop IP address routes when jumping between routing tables, because the destination interface doesn't exist within the current routing table.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 20:42:50 GMT</pubDate>
    <dc:creator>Adrian_Jensen</dc:creator>
    <dc:date>2022-06-02T20:42:50Z</dc:date>
    <item>
      <title>Global Protect users unable to access internal resources</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/492500#M104982</link>
      <description>&lt;P&gt;I have a new portal and gateway and I'm trying to get users to access internal resources.&amp;nbsp; I can see connections in the monitoring logs and get session end reason of either aged-out or n/a.&amp;nbsp; Internal resources are able to reach GP users so the traffic is flowing outbound correctly.&amp;nbsp; Somewhat new to PA and I'm thinking I'm missing a route or a NAT, something simple.&amp;nbsp; Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:50:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/492500#M104982</guid>
      <dc:creator>jeff_mattson</dc:creator>
      <dc:date>2022-05-26T13:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect users unable to access internal resources</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/492895#M104998</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119397"&gt;@jeff_mattson&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It sounds like you are missing a route as you stated. I'd looking at your routes and verify that your actually have that setup properly for your internal resources. I wouldn't suspect a NAT issue for this traffic in a generic network setup.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 21:05:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/492895#M104998</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2022-05-26T21:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect users unable to access internal resources</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/497559#M105125</link>
      <description>&lt;P&gt;I'm assuming I want to route to the interface (ethernet 1/8) with the assigned network that is behind that interface (10.100.0.0/24) and a next hop of none since it is directly connected.&amp;nbsp; Having this configured I am still not able to reach internal resources on that interface.&amp;nbsp; I am able to reach Internet resources.&amp;nbsp; Ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 21:04:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/497559#M105125</guid>
      <dc:creator>jeff_mattson</dc:creator>
      <dc:date>2022-06-01T21:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect users unable to access internal resources</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/498717#M105162</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119397"&gt;@jeff_mattson&lt;/a&gt;&amp;nbsp;Are you using different Security Zones for the internal, internet, and VPN interfaces. And are you using different routing tables for each?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your GP Gateway is presumably attaching VPN-connected clients to a tunnel interface (Network-&amp;gt;GP-&amp;gt;Gateway-&amp;gt;[config]-&amp;gt;Agent-&amp;gt;Tunnel Settings). Are you using the default routing table on that tunnel, or a secondary routing table (Network-&amp;gt;Interfaces-&amp;gt;Tunnel-&amp;lt;[tunnel]-&amp;gt;Virtual Router)? If the routing tables are different, then you need to add routes to the source/destination routing tables for traffic to go in both directions. As an example:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Internal clients are in 10.100.0.0/24 on ethernet1/8, routing table "default"&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;VPN clients are in 192.168.32.0/24 on tunnel.999, routing table "WAN2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the routing tables you need "next vr" hops to jump to the alternate routing table (Network-&amp;gt;Virtual Routers-&amp;gt;[config]):&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;table default - desc="path to VPN clients", dest=192.168.32.0/24, type=next-vr, value=WAN2&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;table WAN2 -&amp;nbsp;desc="path to internal clients", dest=10.100.0.0/24, type=next-vr, value=default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't put in standard interface/next-hop IP address routes when jumping between routing tables, because the destination interface doesn't exist within the current routing table.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 20:42:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/498717#M105162</guid>
      <dc:creator>Adrian_Jensen</dc:creator>
      <dc:date>2022-06-02T20:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect users unable to access internal resources</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/499342#M105182</link>
      <description>&lt;P&gt;I am using different Security Zones for the interfaces but only the default Virtual Router.&amp;nbsp; I'm assuming one routing table per VR instance giving me a single routing table. From your example above it appears I need another routing table/Virtual Router instance.&amp;nbsp; Is this possible with a single routing table?&amp;nbsp; How does Palo process the routing table?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 16:44:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/499342#M105182</guid>
      <dc:creator>jeff_mattson</dc:creator>
      <dc:date>2022-06-03T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect users unable to access internal resources</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/499822#M105197</link>
      <description>&lt;P&gt;In my setup (configured by someone different and now gone) I have 3 routing tables, a default and a routing table for each of 2 WAN interfaces, with the VPNs running on respective WANs. So each routing table needs respective routes. If you only have a single table then that is probably not it (but I don't have experience with that particular setup).&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 04:34:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-users-unable-to-access-internal-resources/m-p/499822#M105197</guid>
      <dc:creator>Adrian_Jensen</dc:creator>
      <dc:date>2022-06-06T04:34:42Z</dc:date>
    </item>
  </channel>
</rss>

