<?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 Hi  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064919#M134270</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your response&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have permitted ICMP in ACL. but still am not able to get ping.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 12:17:00 GMT</pubDate>
    <dc:creator>tonysebastian</dc:creator>
    <dc:date>2017-07-07T12:17:00Z</dc:date>
    <item>
      <title>Not getting Ping</title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064917#M134268</link>
      <description>&lt;P&gt;I have configured a static nat on ASA as follows&lt;/P&gt;
&lt;P&gt;Mapped Ip Port Real IP Port&lt;BR /&gt;192.168.1.200 80 10.50.1.16 80&lt;BR /&gt;192.168.1.200 81 10.50.4.23 81&lt;BR /&gt;192.168.1.200 82 10.50.1.126 8080&lt;BR /&gt;192.168.1.200 83 10.50.1.16 83&lt;BR /&gt;192.168.1.200 84 10.50.4.23 83&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;when a user in outside zones try to ping to the mapped IP(192.168.1.200) it is not working. But natting is working as expected.&lt;/P&gt;
&lt;P&gt;Could any one advice me how to get the ping to mapped IP ie. (192.168.1.200) from outside interface.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:40:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064917#M134268</guid>
      <dc:creator>tonysebastian</dc:creator>
      <dc:date>2019-03-12T09:40:13Z</dc:date>
    </item>
    <item>
      <title>If you are going from low</title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064918#M134269</link>
      <description>&lt;P&gt;If you are going from low security level to a higher security level you will need an ACL in place allowing the desired traffic.&lt;/P&gt;
&lt;P&gt;If trying to ping from the inside to outside you will need inspect icmp configured.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:08:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064918#M134269</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-07T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Hi </title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064919#M134270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your response&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have permitted ICMP in ACL. but still am not able to get ping.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:17:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064919#M134270</guid>
      <dc:creator>tonysebastian</dc:creator>
      <dc:date>2017-07-07T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Can you post relevant config?</title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064920#M134271</link>
      <description>&lt;P&gt;Can you post relevant config? Would be helpful. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:20:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064920#M134271</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-07T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Hi Please find the</title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064921#M134272</link>
      <description>&lt;P&gt;Hi Please find the configuration&lt;/P&gt;
&lt;P&gt;object network WEB_SERVER_10.50.1.16_1&lt;BR /&gt;host 10.50.1.16 &lt;BR /&gt;nat(WEB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp www www&lt;/P&gt;
&lt;P&gt;object network PRI_SER &lt;BR /&gt;host 10.50.1.126&lt;BR /&gt;nat(WEB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp 8080 82&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network Training&lt;BR /&gt;host 10.50.4.23&lt;BR /&gt;nat(DTB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp 81 81&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network WEB_SERVER_10.50.1.16_1&lt;BR /&gt;host 10.50.1.16 &lt;BR /&gt;nat(WEB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp 83 83&lt;/P&gt;
&lt;P&gt;object network Training2&lt;BR /&gt;host 10.50.4.23&lt;BR /&gt;nat(DTB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp 83 84&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;access-group outside_access_in in interface ouside&lt;/P&gt;
&lt;P&gt;access-list outside_access_in line 56 extended permit ip host 10.87.1.5 any (hitcnt=784) 0x6301df3a&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Before I&amp;nbsp;configured &amp;nbsp;simple nat without port translation I was able to get ping but after this configuration am not getting Ping but applications are working&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 07:24:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064921#M134272</guid>
      <dc:creator>tonysebastian</dc:creator>
      <dc:date>2017-07-08T07:24:32Z</dc:date>
    </item>
    <item>
      <title>I think what you experiencing</title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064922#M134273</link>
      <description>&lt;P&gt;I think what you experiencing is &amp;nbsp;correct behaviour.&lt;/P&gt;
&lt;P&gt;Also just to confirm, the address you are trying to ping is 192.168.200.1? One post mentions 1.200 and another 200.1.&lt;/P&gt;
&lt;P&gt;I don't think you will be able to get icmp working when pinging the 192.168 address with your nat/port forwarding current setup as it is attached to a number of internal addresses on various ports.&lt;/P&gt;
&lt;P&gt;Maybe someone else can confirm as not 100%.&lt;/P&gt;
&lt;P&gt;You said you configured static nat previously and it&amp;nbsp;worked. Was this a pure one to one static mapping? If so, then there would only be one address attached allowing it to reply to icmp.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 07:55:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064922#M134273</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-08T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Hi Dear </title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064923#M134274</link>
      <description>&lt;P&gt;Hi Dear&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sorry it is actually 192.168.200.1.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;earlier it was one to one static nat as given below&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network WEB_SERVER_10.50.1.16_1&lt;BR /&gt;host 10.50.1.16 &lt;BR /&gt;nat(WEB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp any any&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If it is an expected&amp;nbsp;&lt;SPAN data-dobid="hdw"&gt;behaviour could you please give any documents supporting your comments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-dobid="hdw"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-dobid="hdw"&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV class="vmod"&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 08 Jul 2017 08:05:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064923#M134274</guid>
      <dc:creator>tonysebastian</dc:creator>
      <dc:date>2017-07-08T08:05:43Z</dc:date>
    </item>
    <item>
      <title>I am not 100% sure if this is</title>
      <link>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064924#M134275</link>
      <description>&lt;P&gt;I am not 100% sure if this is the case but the NATs you have are for specific ports only. If you ping the 200.1 address, it is mapped to multiple different addresses / ports only. What exactly would be replying to the icmp echos when you try to ping it?&lt;/P&gt;
&lt;P&gt;Someone else may be able to clarify or tell you if it &amp;nbsp;is possible.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 08:23:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-getting-ping/m-p/3064924#M134275</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-08T08:23:34Z</dc:date>
    </item>
  </channel>
</rss>

