<?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 How to avoid internet traffic inspection in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527099#M108918</link>
    <description>&lt;P&gt;Hi, how can I avoid internet traffic inspection from my PA. We already have a PA inspecting the internet traffic and we want to setup this particular PA for only inspecting the internal traffic.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 06:20:36 GMT</pubDate>
    <dc:creator>arpitshrm84</dc:creator>
    <dc:date>2023-01-16T06:20:36Z</dc:date>
    <item>
      <title>How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527099#M108918</link>
      <description>&lt;P&gt;Hi, how can I avoid internet traffic inspection from my PA. We already have a PA inspecting the internet traffic and we want to setup this particular PA for only inspecting the internal traffic.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 06:20:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527099#M108918</guid>
      <dc:creator>arpitshrm84</dc:creator>
      <dc:date>2023-01-16T06:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527219#M108929</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/267817"&gt;@arpitshrm84&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Your question is too broad and generic, are you able to provide some high-level diagram and brief explanation of your setup?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in general, Palo Alto is applying (the so called) deep packet inspection, by specifying Security Profiles, for each traffic rule. Which means, that you can create traffic rule matching the traffic you don't want to inspect (source/destination addresses and ports) and just don't apply any Security Profiles for this traffic.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 15:05:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527219#M108929</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2023-01-16T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527328#M108945</link>
      <description>&lt;P&gt;Hi, thank you very much for your response.&lt;BR /&gt;Let me explain a bit more in detail.&lt;BR /&gt;&lt;BR /&gt;As of now, we have a branch office which is connected to the DC. So, the internet traffic is coming to the DC and going out through the Internet PA. now, we want to put another PA between branch office and DC which should inspect only the internal network (10.0.0.0/8) since the internet traffic will be anyway inspected by the internet PA.&lt;BR /&gt;&lt;BR /&gt;Current Setup:&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Branch Office —— DC—— Internet PA&lt;BR /&gt;&lt;BR /&gt;Proposed Setup:&lt;/P&gt;
&lt;P class=""&gt;Branch Office — Internal PA— DC—— Internet PA&lt;BR /&gt;&lt;BR /&gt;What is the best solution for this. Can application override achieve this?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 02:11:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527328#M108945</guid>
      <dc:creator>arpitshrm84</dc:creator>
      <dc:date>2023-01-17T02:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527335#M108949</link>
      <description>&lt;P&gt;By default Palo performs application identification.&lt;/P&gt;
&lt;P&gt;You can add security profiles into security policy to enable IPS feature.&lt;/P&gt;
&lt;P&gt;If you don't want IPS then don't add security profile into security policy.&lt;/P&gt;
&lt;P&gt;If you want to see what threats pass by but don't want to block then create security profiles in alert mode to set traffic inspection into IDS mode instead of IPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Application override is generally bad practice as this will make Palo dumb router and it will only look first 4 layers and don't try to identify application at all.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 05:54:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527335#M108949</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2023-01-17T05:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527336#M108950</link>
      <description>&lt;P&gt;Hi, many thanks for your response.&lt;BR /&gt;&lt;BR /&gt;What about the throughput of the internal PA. If we put none in the security profile, will the PA process it as L4 or L7. With application override, it will be L4 for sure. We just want to see which PA is suitable for us considering the throughput required.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 06:42:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527336#M108950</guid>
      <dc:creator>arpitshrm84</dc:creator>
      <dc:date>2023-01-17T06:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527338#M108951</link>
      <description>&lt;P&gt;You can see throughput of different models by visiting following link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.paloaltonetworks.com/products/product-selection" target="_blank"&gt;https://www.paloaltonetworks.com/products/product-selection&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;App-ID firewall throughput - security profile not set&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Threat prevention throughput - security profiles configured&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Security profile not set is layer 7 as firewall needs to identify application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Application override is definitely layer 4 and you will loose all next generation firewall capabilities using it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 06:48:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527338#M108951</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2023-01-17T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid internet traffic inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527505#M108982</link>
      <description>&lt;P&gt;Hi, many thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 06:18:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-avoid-internet-traffic-inspection/m-p/527505#M108982</guid>
      <dc:creator>arpitshrm84</dc:creator>
      <dc:date>2023-01-18T06:18:44Z</dc:date>
    </item>
  </channel>
</rss>

