06-13-2017 07:37 AM - edited 03-08-2019 10:57 AM
Unable to ping from internal host to outside interface IP , how do i enable icmp for outside (security 0) interface on asa 5505 to ping from inside host (security level 100) ?
Ex:- Outside interface gi 0 ,nameif outside , is set 10.0.1.169
Inside host : -192.168.5.15 not able to ping to outside interface 10.0.1.169
06-13-2017 07:48 AM
Hi
Have you tried to apply an ACL allowing ICMP?
access-list OUTSIDE-ACL extended permit icmp any any
or
access-list OUTSIDE-ACL extended permit icmp any any echo
access-list OUTSIDE-ACL extended permit icmp any any echo-reply
(inside should be similar)
access-group OUTSIDE-ACL in interface OUTSIDE.
Also you can configure
icmp permit any any INSIDE
06-13-2017 11:48 PM
yes i did it , but this configuration is not working
is there any way to allow ?
Is this mention on any cisco website this option is not supporting on asa 5506 like that , could you share the link so that i can share with internal team ?
06-13-2017 08:35 AM
-
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