<?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: PPPoE &amp; ICMP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pppoe-icmp/m-p/918554#M941853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I forgot to apply my ACL to the interface that permitted ICMP in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After applying the ACL, I can ping out again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 16:43:44 GMT</pubDate>
    <dc:creator>r-lemaster</dc:creator>
    <dc:date>2008-02-25T16:43:44Z</dc:date>
    <item>
      <title>PPPoE &amp; ICMP</title>
      <link>https://community.cisco.com/t5/network-security/pppoe-icmp/m-p/918553#M941850</link>
      <description>&lt;P&gt;Cisco PIX Firewall Version 6.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PIX was working just fine until I enabled PPPoE. Now that I've enabled PPPoE, I can no longer ping out. Now when I Ping out, I don't get responses back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried disabling ip audit, permit icmp any any, I even tried permit ip any any, and that didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my outbound ping request:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\&amp;gt;ping &amp;lt;A HREF="javascript:newWin('&lt;A href="http://www.yahoo.com')&amp;quot;&amp;gt;www.yahoo.com&amp;lt;/A" target="_blank"&gt;http://www.yahoo.com')"&amp;gt;www.yahoo.com&amp;lt;/A&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinging &amp;lt;A HREF="javascript:newWin('&lt;A href="http://www.yahoo-ht3.akadns.net')&amp;quot;&amp;gt;www.yahoo-ht3.akadns.net&amp;lt;/A" target="_blank"&gt;http://www.yahoo-ht3.akadns.net')"&amp;gt;www.yahoo-ht3.akadns.net&amp;lt;/A&lt;/A&gt;&amp;gt; [209.131.36.158] with 32 bytes of data:&lt;/P&gt;&lt;P&gt;Request timed out.&lt;/P&gt;&lt;P&gt;Request timed out.&lt;/P&gt;&lt;P&gt;Request timed out.&lt;/P&gt;&lt;P&gt;Request timed out.&lt;/P&gt;&lt;P&gt;Ping statistics for 209.131.36.158:&lt;/P&gt;&lt;P&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the same request from the PIX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# ping outside 209.131.36.158&lt;/P&gt;&lt;P&gt;  209.131.36.158 response received -- 20ms&lt;/P&gt;&lt;P&gt;  209.131.36.158 response received -- 10ms&lt;/P&gt;&lt;P&gt;  209.131.36.158 response received -- 10ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is debug on the outside interface. It shows ping replys to the correct interface IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# debug icmp trace&lt;/P&gt;&lt;P&gt;ICMP trace on&lt;/P&gt;&lt;P&gt;Warning: this may cause problems on busy networks&lt;/P&gt;&lt;P&gt;1: ICMP echo-request from inside:192.168.254.100 to 209.131.36.158 ID=512 seq=5478 4 length=40&lt;/P&gt;&lt;P&gt;2: ICMP echo-request: translating inside:192.168.254.100/512 to outside:74.2.65.94/5&lt;/P&gt;&lt;P&gt;3: ICMP echo-reply from outside:209.131.36.158 to 74.2.65.94 ID=5 seq=54784 length=40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4: ICMP echo-request from inside:192.168.254.100 to 209.131.36.158 ID=512 seq=55040 length=40&lt;/P&gt;&lt;P&gt;5: ICMP echo-request: translating inside:192.168.254.100/512 to outside:74.2.65.94/5&lt;/P&gt;&lt;P&gt;6: ICMP echo-reply from outside:209.131.36.158 to 74.2.65.94 ID=5 seq=55040 length=40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7: ICMP echo-request from inside:192.168.254.100 to 209.131.36.158 ID=512 seq=55296 length=40&lt;/P&gt;&lt;P&gt;8: ICMP echo-request: translating inside:192.168.254.100/512 to outside:74.2.65.94/5&lt;/P&gt;&lt;P&gt;9: ICMP echo-reply from outside:209.131.36.158 to 74.2.65.94 ID=5 seq=55296 length=40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10: ICMP echo-request from inside:192.168.254.100 to 209.131.36.158 ID=512 seq=55552 length=40&lt;/P&gt;&lt;P&gt;11: ICMP echo-request: translating inside:192.168.254.100/512 to outside:74.2.65.94/5&lt;/P&gt;&lt;P&gt;12: ICMP echo-reply from outside:209.131.36.158 to 74.2.65.94 ID=5 seq=55552 length=40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ACLs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list PUBLICHOSTS permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;icmp permit any echo-reply outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PPPoE config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside pppoe setroute&lt;/P&gt;&lt;P&gt;vpdn group pppoex request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group pppoex localname [MYPPPOEUSERNAME]&lt;/P&gt;&lt;P&gt;vpdn group pppoex ppp authentication pap&lt;/P&gt;&lt;P&gt;vpdn username [MYPPPOEUSERNAME] password ********* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something about PPPoE that could break ICMP replies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sanitized config is attached.&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:08:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pppoe-icmp/m-p/918553#M941850</guid>
      <dc:creator>r-lemaster</dc:creator>
      <dc:date>2019-03-11T12:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: PPPoE &amp; ICMP</title>
      <link>https://community.cisco.com/t5/network-security/pppoe-icmp/m-p/918554#M941853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I forgot to apply my ACL to the interface that permitted ICMP in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After applying the ACL, I can ping out again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 16:43:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pppoe-icmp/m-p/918554#M941853</guid>
      <dc:creator>r-lemaster</dc:creator>
      <dc:date>2008-02-25T16:43:44Z</dc:date>
    </item>
  </channel>
</rss>

