<?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: enable ping to public vpn profile ip in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477117#M681614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If "icmp permit any outside" has been configured, you should be able to ping the ASA outside interface ip address. It doesn't sound like the ping packet is reaching the ASA interface. You can run packet capture on the ASA outside interface to see if the ping packet actually reaches the ASA outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap-out permit icmp any host 217.122.142.198&lt;/P&gt;&lt;P&gt;access-list cap-out permit icmp host 217.122.142.198 any&lt;/P&gt;&lt;P&gt;cap cap-out access-list cap-out interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to ping, then check the output of: show cap cap-out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't see anything, that means the ping does not even reach the ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 10:08:40 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-05-04T10:08:40Z</dc:date>
    <item>
      <title>enable ping to public vpn profile ip</title>
      <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477112#M681609</link>
      <description>&lt;P&gt;How i enable ping to public vpn ip.&lt;/P&gt;&lt;P&gt;for example my outside interface is 172.20.10.2 and my public profile vpn ip is 217.122.142.198, and i need to ping to this public ip from another network.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:40:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477112#M681609</guid>
      <dc:creator>martimanya</dc:creator>
      <dc:date>2019-03-11T17:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: enable ping to public vpn profile ip</title>
      <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477113#M681610</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;If I understand correctly, your VPN client connects to 217.122.142.198, correct?&lt;/P&gt;&lt;P&gt;You need to PING that IP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned, I'm not able to PING that public IP either (from the Internet).&lt;/P&gt;&lt;P&gt;This could be because the VPN terminating end-point itself (ASA, IOS Router, etc) is not allowing PING replies.&lt;/P&gt;&lt;P&gt;Another reason is because there's another device in front blocking PINGs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, please clarify the following:&lt;/P&gt;&lt;P&gt;1. What device is the VPN endpoint?&lt;/P&gt;&lt;P&gt;2. Are there any other devices in front that might be blocking ICMP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 15:47:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477113#M681610</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-05-03T15:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: enable ping to public vpn profile ip</title>
      <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477114#M681611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - ASA is the device VPN Endpoint&lt;/P&gt;&lt;P&gt;2 - One router C2800 is in front of ASA but not blocks ICMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 06:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477114#M681611</guid>
      <dc:creator>martimanya</dc:creator>
      <dc:date>2010-05-04T06:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: enable ping to public vpn profile ip</title>
      <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477115#M681612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to check if you have an icmp statement on your ASA: sh run icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do, then you would need to permit icmp on the ASA outside interface if you are trying to ping 217.122.142.198. Assuming that the ASA outside ip is 217.122.142.198, then you would need to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;icmp permit any outside&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 09:23:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477115#M681612</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-04T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: enable ping to public vpn profile ip</title>
      <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477116#M681613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Halijen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i had already added "icmp permit any OUTSIDE"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 10:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477116#M681613</guid>
      <dc:creator>martimanya</dc:creator>
      <dc:date>2010-05-04T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: enable ping to public vpn profile ip</title>
      <link>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477117#M681614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If "icmp permit any outside" has been configured, you should be able to ping the ASA outside interface ip address. It doesn't sound like the ping packet is reaching the ASA interface. You can run packet capture on the ASA outside interface to see if the ping packet actually reaches the ASA outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap-out permit icmp any host 217.122.142.198&lt;/P&gt;&lt;P&gt;access-list cap-out permit icmp host 217.122.142.198 any&lt;/P&gt;&lt;P&gt;cap cap-out access-list cap-out interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to ping, then check the output of: show cap cap-out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't see anything, that means the ping does not even reach the ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 10:08:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-ping-to-public-vpn-profile-ip/m-p/1477117#M681614</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-04T10:08:40Z</dc:date>
    </item>
  </channel>
</rss>

