Need code for enabling ping replies

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

Reply to
Marskarthik
Loading thread data ...

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:

Reply to
Walter Roberson

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.