either use the old conduit command
conduit permit icmp any any or a better solution, much more secure one anyways is
access-list allowin permit icmp any any
access-group allowin in int outside and even better is to refine it even more with
access-list allowin permit icmp any any echo-reply
access-list allowin permit icmp any any unreachable
access-list allowin permit icmp any any source-quench
access-list allowin permit icmp any any time-exceeded
access-group allowin in int outside
now you can ping to where ever you like and traceroute too.
i'm using the conduit method
bit more info- I'm trying to allow ping from a specific machine inside the PIX to a specific url outside the PIX. Therefore I'm trying to allow outbound ping. Won't your example allow all types of ping in both directions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.