<?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 Cannot Ping Static Nat public ip in ASA 8.4(2) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ping-static-nat-public-ip-in-asa-8-4-2/m-p/1995492#M440419</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;Just Check by adding one more service object in your object group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-object icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-object icmp echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-object icmp echo&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 11:34:26 GMT</pubDate>
    <dc:creator>gouravbathla</dc:creator>
    <dc:date>2012-06-27T11:34:26Z</dc:date>
    <item>
      <title>Cannot Ping Static Nat public ip in ASA 8.4(2)</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-static-nat-public-ip-in-asa-8-4-2/m-p/1995491#M440418</link>
      <description>&lt;P&gt;I have setup Cisco Asa 8.4 Lab in GNS3 to understand new Nat changes in asa 8.4 because im new to asa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured one of my internal webserver to static NAT with one public ip. I’m able to access hosted webpage from static public ip 192.168.1.4 means NAT is working fine, the problem here I’m facing i'm not able to ping to Mapped public IP 192.168.1.4 from outside interface sitting on pc (ip 192.168.1.100) which is also connected to same outside network and neither from ASA console but I’m able to ping outside interface ip address which is 192.168.1.3 from pc (192.168.1.100) and from asa console. I’m posting my ASA configuration can anyone help me on this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This how my network topology &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside Network 192.168.72.0/24 outside Network 192.168.1.0 &lt;BR /&gt;inside ip 192.168.72.2/24---------------ASA8.4-----------------------outside ip 192.168.1.3/24 (connected to ADSL router 192.168.1.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is how i done static NAT for the internal webserver ip 192.168.72.132 to 192.168.1.4 public ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#object network myWebServ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#host 192.168.72.132&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#nat (inside,outside) static 192.168.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#access-list outsidetoinsidehost extended permit tcp any host 192.168.72.132 eq www&lt;BR /&gt;access-list outsidetoinsidehost extended permit object-group DM_INLINE_SERVICE_1 any host 192.168.72.132&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# access-group outsidetoinsidehost in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created object-group for icmp services DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# object-group service DM_INLINE_SERVICE_1&lt;BR /&gt;service-object icmp&lt;BR /&gt;service-object icmp echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-----------------------------------------------------------------------&lt;BR /&gt;full config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 8.4(2)&lt;BR /&gt;!&lt;BR /&gt;hostname asafw01&lt;BR /&gt;domain-name google.com&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.1.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.72.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;domain-name google.com&lt;BR /&gt;object network internal-192.168.72.0&lt;BR /&gt;subnet 192.168.72.0 255.255.255.0&lt;BR /&gt;object network myWebServ&lt;BR /&gt;host 192.168.72.132&lt;BR /&gt;object-group service DM_INLINE_SERVICE_1&lt;BR /&gt;service-object icmp&lt;BR /&gt;service-object icmp echo-reply&lt;BR /&gt;access-list outsidetoinsidehost extended permit tcp any host 192.168.72.132 eq www&lt;BR /&gt;access-list outsidetoinsidehost extended permit object-group DM_INLINE_SERVICE_1 any host 192.168.72.132&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-647.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;object network internal-192.168.72.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;object network myWebServ&lt;BR /&gt;nat (inside,outside) static 192.168.1.4&lt;BR /&gt;access-group outsidetoinsidehost in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.1.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.72.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;username admin password WJuRUkaiwnVQrwPa encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/odd ... DCEService&lt;/A&gt;&lt;BR /&gt;destination address email &lt;A href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;crashinfo save disable&lt;BR /&gt;Cryptochecksum:cff1d53897a52c21238cfc92c04f7690&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&lt;BR clear="all" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:23:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-static-nat-public-ip-in-asa-8-4-2/m-p/1995491#M440418</guid>
      <dc:creator>gagan.cisco</dc:creator>
      <dc:date>2019-03-11T23:23:28Z</dc:date>
    </item>
    <item>
      <title>Cannot Ping Static Nat public ip in ASA 8.4(2)</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-static-nat-public-ip-in-asa-8-4-2/m-p/1995492#M440419</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;Just Check by adding one more service object in your object group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-object icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-object icmp echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-object icmp echo&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 11:34:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-static-nat-public-ip-in-asa-8-4-2/m-p/1995492#M440419</guid>
      <dc:creator>gouravbathla</dc:creator>
      <dc:date>2012-06-27T11:34:26Z</dc:date>
    </item>
  </channel>
</rss>

