03-16-2016 12:01 PM - edited 03-12-2019 12:30 AM
Hi All,
I am not able to ping the outside interface IP from internet. But I can ping from the ASA to internet.
FW# ping 4.2.2.2 re 1
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:
!
Success rate is 100 percent (1/1), round-trip min/avg/max = 70/70/70 ms
FW# sh run icmp
icmp unreachable rate-limit 1 burst-size 1
icmp permit any outside
FW#
Can you please help?
CF
03-16-2016 02:52 PM
Do you see any drops in the ASDM real time log viewer when you ping the outside IP?
Just for testing could you add permit icmp any any on the outside interface ACL?
What version ASA are you running?
--
Please remember to select a correct answer and rate helpful posts
03-18-2016 09:00 AM
I tried permitting ICMP in the outside ACL. But still no luck.
I am running asa9.1(7).
CF
03-18-2016 09:16 AM
Do a "debug
I hope you don't have a static nat translating everything to an internal resource.
Regards,
Dinesh Moudgil
P.S. Please rate helpful posts.
03-18-2016 09:44 AM
Hi Dinesh,
I can't do a debug on the device since its production ASA. However, I created packet capture on the ASA. But it doesn't show any hits.
fw-01# sh access-list Test
access-list Test; 2 elements; name hash: 0x173428b0
access-list Test line 1 extended permit icmp host x.x.x.x any4 (hitcnt=0) 0x0b3d0029
access-list Test line 2 extended permit icmp any4 host x.x.x.x (hitcnt=0) 0x5c57c3b6
fw-01# sh capture
capture Test type raw-data access-list Test buffer 2000 interface outside headers-only [Capturing - 0 bytes]
fw-01#
Also, I have ran packet-tracer for ICMP type 8 code 0 from 4.2.2.2 to outside public IP:
Result:
input-interface: outside
input-status: up
input-line-status: up
output-interface: NP Identity Ifc
output-status: up
output-line-status: up
Action: allow
It shows that the packet will be allowed.
There is not static NAT to translate everything into internal.
CF
03-18-2016 10:39 AM
Is this ASA internet facing device ?
Regards,
Dinesh Moudgil
P.S. Please rate helpful posts.
03-18-2016 12:19 PM
Yes, it is.
03-18-2016 12:29 PM
Check if there are no drops on ASA (run "cap asp type asp-drop all" and do "show cap asp | in <ASA IP>" to check that),
BTW does any other service works (SSH/Telnet/HTTP) ?
Send the output of "show run nat " along with all object-groups associated with it.
Regards,
Dinesh Moudgil
P.S. Please rate helpful posts.
03-18-2016 04:48 PM
Hi,
It seems we are getting ping drops on the ASA outside interface.
Use an asp-drop capture and also check the
Share the output of show cap asp | in outside IP
Regards,
Aditya
Please rate helpful posts.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide