Need code for enabling ping replies

Feb 22, 2007 1 Replies
Need code for enabling ping replies open original image

Hi,



I need pix code for enabling ping replies for both public address outside for inside address. I have cisco pix 6.3 and i whenever i ping some outside sites, i dont get ping replies also when i ping my public ip address from outside i am not getting replies too.



I believe there must code to enable these and somebody guide to do that.



Thanks in advance, Karthik

formatting link



Permitting replies when you ping from inside to outside:

access-list out2in permit icmp any any echo-reply access-group out2in in interface outside

Note: not all outside sites are going to allow you to ping them.

Permitting outside hosts to ping your outside public IP:

icmp permit any echo outside

Note: if you have no 'icmp' command for the outside interface, then the default is to permit all types of icmp.

Permitting inside hosts to ping your outside public IP:

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required