Avatar of dtadmin
dtadmin
Flag for United States of America asked on

block icmp from outside pix interface

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

Avatar of undefined
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.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
JFrederick29

Yes, correct.  As long as you aren't permitting any other ICMP to the outside.
dtadmin

ASKER
will this affect any of my vpn sessions by doing this?
JFrederick29

This only affects ICMP to the PIX.  It will have no affect on anything else.  Are you permitting ICMP now?  If you do a "show run icmp", what returns?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
dtadmin

ASKER
icmp unreachable rate-limit 1 burst-size 1
icmp permit any outside
icmp permit any inside
ASKER CERTIFIED SOLUTION
JFrederick29

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.