<?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: Cisco ASA5510 / NAT / ICMP / PPPOE in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374016#M309329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I add &lt;STRONG&gt;icmp permit any echo WAN &lt;/STRONG&gt;which let me ping my WAN from the Internet (Perfect / Thanks)&lt;/P&gt;&lt;P&gt;-I removed &lt;STRONG&gt;route INSIDE 0.0.0.0 0.0.0.0 10.15.15.1 1&lt;/STRONG&gt; and I did advertise the connection between ASA-SW by EIGRP as shown in the config&lt;/P&gt;&lt;P&gt;-I did applied the NAT/PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;-From any subnet on the LAN I can ping the ASA Inside Interface&lt;/P&gt;&lt;P&gt;-I can ping the ASA/WAN from the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I can't ping the outside world / Internet even though it shows on the packet tracer it's allowed&lt;/P&gt;&lt;P&gt;-I can't get Internet access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I need to redistribute the EIGRP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Config attached &lt;/STRONG&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 21:56:28 GMT</pubDate>
    <dc:creator>ie.mustafa</dc:creator>
    <dc:date>2013-11-08T21:56:28Z</dc:date>
    <item>
      <title>Cisco ASA5510 / NAT / ICMP / PPPOE</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374014#M309327</link>
      <description>&lt;P&gt;Hello people, &lt;/P&gt;&lt;P&gt;Help please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have simple setup as explained in the diagram and the config of the ASA attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN--&amp;gt;L3 SW 3750G--&amp;gt;ASA5510--&amp;gt;Eclipse modem--&amp;gt;PPPOE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-any subnet on the LAN can not ping ASA outside and any public IP (even after I apply ACL, NAT,ICMP...Please see attached)&lt;/P&gt;&lt;P&gt;-any device on the Internet can not ping my ASA outside interface (even after I allow everything...Please see attached)&lt;/P&gt;&lt;P&gt;-If I replace my ASA with a normal small router (netgear) I can ping the router public IP from the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached config and debug for the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be much appriciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374014#M309327</guid>
      <dc:creator>ie.mustafa</dc:creator>
      <dc:date>2019-03-12T03:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 / NAT / ICMP / PPPOE</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374015#M309328</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;You wont be able to ICMP the &lt;STRONG&gt;"WAN"&lt;/STRONG&gt; interface from behind the &lt;STRONG&gt;"INSIDE"&lt;/STRONG&gt; interface. This is not possible with any configuration. You can only send ICMP to the interface &lt;STRONG&gt;"WAN"&lt;/STRONG&gt; from behind that interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the &lt;STRONG&gt;"WAN"&lt;/STRONG&gt; interface to reply to ICMP from the Internet please add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;icmp permit any echo WAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic from &lt;STRONG&gt;"INSIDE"&lt;/STRONG&gt; to &lt;STRONG&gt;"WAN"&lt;/STRONG&gt; is blocked by this missconfigured route. Remove it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no route INSIDE 0.0.0.0 0.0.0.0 10.15.15.1 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have seceral networks behind the &lt;STRONG&gt;"INSIDE"&lt;/STRONG&gt; interface then use other routes for them, not the default route. The default route should point towards the &lt;STRONG&gt;"WAN" &lt;/STRONG&gt;link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 18:21:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374015#M309328</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-07T18:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 / NAT / ICMP / PPPOE</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374016#M309329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I add &lt;STRONG&gt;icmp permit any echo WAN &lt;/STRONG&gt;which let me ping my WAN from the Internet (Perfect / Thanks)&lt;/P&gt;&lt;P&gt;-I removed &lt;STRONG&gt;route INSIDE 0.0.0.0 0.0.0.0 10.15.15.1 1&lt;/STRONG&gt; and I did advertise the connection between ASA-SW by EIGRP as shown in the config&lt;/P&gt;&lt;P&gt;-I did applied the NAT/PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;-From any subnet on the LAN I can ping the ASA Inside Interface&lt;/P&gt;&lt;P&gt;-I can ping the ASA/WAN from the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I can't ping the outside world / Internet even though it shows on the packet tracer it's allowed&lt;/P&gt;&lt;P&gt;-I can't get Internet access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I need to redistribute the EIGRP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Config attached &lt;/STRONG&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 21:56:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374016#M309329</guid>
      <dc:creator>ie.mustafa</dc:creator>
      <dc:date>2013-11-08T21:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 / NAT / ICMP / PPPOE</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374017#M309330</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;How does the routing tables look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does ASA have routes for the LAN networks and does the L3 Switch have default route towards the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp; the ASA and L3 switch are the only routing devices in your network then&amp;nbsp; you dont really need to run a dynamic routing protocol in the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With static routes configured you would need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 192.168.0.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 192.168.1.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 192.168.2.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 192.168.3.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 192.168.14.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 10.4.0.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 10.0.0.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L3 Switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip route 0.0.0.0 0.0.0.0 10.15.15.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable Dynamic PAT for all internal networks on the ASA you could add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (INSIDE,WAN) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 22:09:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374017#M309330</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-08T22:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 / NAT / ICMP / PPPOE</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374018#M309331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked, it was routing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route INSIDE 10.4.0.0 255.255.255.0 10.15.15.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L3 Switch&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip route 0.0.0.0 0.0.0.0 10.15.15.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and much appreciate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 12:16:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-nat-icmp-pppoe/m-p/2374018#M309331</guid>
      <dc:creator>ie.mustafa</dc:creator>
      <dc:date>2013-11-09T12:16:59Z</dc:date>
    </item>
  </channel>
</rss>

