06-22-2008 11:34 AM - edited 03-05-2019 11:45 PM
Hi all, on my asa, how do i let icmp pass through it, does it allow it via default ? from inside to outside ?
06-22-2008 05:00 PM
try the following ACL for icmp
access-list [named_acl] permit icmp [inside] [outside]
Edit: I don't think firewalls permit any traffic by default.
06-23-2008 08:24 PM
You will need to allow the icmp type specific to traceroute from outside.
access-list out_in extended permit icmp any any tracertroute
access-list out_in extended permit icmp any any unreachable
also you'll probably need these commands
icmp permit any traceroute outside
icmp permit any unreachable outside
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