I have configured "inspect icmp" on my pix to allow pings originated from the internal network to go outside and back in. Now I want to block anyone on the outside from being able to ping the outside interface of my pix....can I do the following to make that work:
pix(config)#icmp deny any echo-reply outside
BroadbandCisco
Last Comment
JFrederick29
8/22/2022 - Mon
JFrederick29
Close:
conf t
icmp deny any echo outside
JFrederick29
By the way, ICMP is disabled by default so unless you have "icmp permit any outside", right now, you don't need to deny it.
You can always just add "icmp permit any echo-reply outside" to allow the PIX to ping but this will deny pinging to the PIX itself.
dtadmin
ASKER
just so I'm understanding correctly; the "icmp permit any echo-reply outside" will allow me to ping to the outside from the pix itself, but at the same time deny anyone on the internet from being able to ping my firewall.
conf t
icmp deny any echo outside