<?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: PA dropping packets on their return path in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14261#M10481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are lucky you have a backup of running-config from when it didnt work which you run a diff against your now working running config (and get back with the results)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jul 2012 21:08:27 GMT</pubDate>
    <dc:creator>mikand</dc:creator>
    <dc:date>2012-07-08T21:08:27Z</dc:date>
    <item>
      <title>PA dropping packets on their return path</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14257#M10477</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 a simple L3 setup.&lt;/P&gt;&lt;P&gt;E1/1 connected to a router (default gateway to the internet). IP 192.168.119.2, untagged Zone VLAN1&lt;/P&gt;&lt;P&gt;E1/2.2 connected to a switch (VLAN 2 tagged). IP 10.2.2.1 (default gateway for the 10.2.2.0/24 network), Zone VLAN2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a default allow all rule, no nat (VLAN2 to VLAN1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A ping from 10.2.2.51 to 8.8.8.8 doesn't work, so I started troubleshooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monitor shows 10.2.2.51 to 8.8.8.8, Application "ping" allow&lt;/P&gt;&lt;P&gt;It does not mention any drops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a tcp dump on the internet gateway and I do see request and reply getting in and out. All correct source / destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a tcp dump on the PA. I see the following in the 4 pcap files:&lt;/P&gt;&lt;P&gt;Receive: Echo request and reply&lt;/P&gt;&lt;P&gt;Transmit: only Echo Request&lt;/P&gt;&lt;P&gt;Firewall: Echo Request and reply&lt;/P&gt;&lt;P&gt;Drop: Echo reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the question which drives me crazy is: Why is the PA dropping the echo reply packets and why is it not telling me that it has done so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 16:44:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14257#M10477</guid>
      <dc:creator>u13550</dc:creator>
      <dc:date>2012-07-06T16:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: PA dropping packets on their return path</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14258#M10478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, a quick debug with drop counter shows that th following counters do increment:&lt;/P&gt;&lt;P&gt;flow_rcv_dot1q_tag_err&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8632&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 drop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parse&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Packets dropped: 802.1q tag not configured&lt;/P&gt;&lt;P&gt;flow_no_interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8709&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 drop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parse&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Packets dropped: invalid interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like my VLAN Config is wrong on the "lan" side ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 17:10:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14258#M10478</guid>
      <dc:creator>u13550</dc:creator>
      <dc:date>2012-07-06T17:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: PA dropping packets on their return path</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14259#M10479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While I'm confident, that the problem is in my clan configuration, I juts can't get it to work.&lt;/P&gt;&lt;P&gt;I've read the admin guide and several docs here but nothing fits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is my config ,maybe someone is so kind to bring some light in my dark?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only traffic out of VLAN2 will reach the PA. VLAN 1 Traffic is bypassing the PA (VLAN1 blocked on the switch Trunk to the PA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a side note: I followed Scenario 1 in this document: &lt;A __default_attr="1618" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://live.paloaltonetworks.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 21:02:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14259#M10479</guid>
      <dc:creator>u13550</dc:creator>
      <dc:date>2012-07-06T21:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: PA dropping packets on their return path</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14260#M10480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I restarted from scratch (the 1000th time) and whatever I did different than then times before, it's working now. I followed the above mentioned document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 17:26:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14260#M10480</guid>
      <dc:creator>u13550</dc:creator>
      <dc:date>2012-07-07T17:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: PA dropping packets on their return path</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14261#M10481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are lucky you have a backup of running-config from when it didnt work which you run a diff against your now working running config (and get back with the results)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 21:08:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14261#M10481</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-07-08T21:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: PA dropping packets on their return path</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14262#M10482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right, didn't thought about this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will do when I'm back home next week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 18:12:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pa-dropping-packets-on-their-return-path/m-p/14262#M10482</guid>
      <dc:creator>u13550</dc:creator>
      <dc:date>2012-07-09T18:12:18Z</dc:date>
    </item>
  </channel>
</rss>

