Link to home
Start Free TrialLog in
Avatar of limarc
limarcFlag for United States of America

asked on

Cisco PIX Version 6.3

I have a PIX 501 (V.6.3) behind a cable modem that assigns the PIX an IP on the outside interface. For some reason I am able to PING the outside interface although the security is set to 0 and i have no statements allowing ICMP in or out. I can not PING from inside the network to the outside (i know how to change that) but I am able to ping the outside interface from outside the PIX. I am thinking it has something to do with the cable modem but I am not sure. Help!
Avatar of ricks_v
ricks_v

ping is working from the pix because it uses outside interface by default to send the packet from and has nothing to do with the security level.
ping inside (interface) x.x.x.x (destination) is the command to ping using inside interface.

It is secure to allow ping on the outside interface, but if you'd like to disable this, try using command no icmp enable outside (this is the command on asa, so might be different on the pix.

Hope this helps..


Avatar of limarc

ASKER

I though any "no" before a command simply removes an already issued command. According to what i read in Cisco documentation the ping on the outside interface should be disabled by default.
ASKER CERTIFIED SOLUTION
Avatar of ricks_v
ricks_v

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial