I have the following access list that I have applied to the outside interface of pix 501.
access-list acl_in deny ip host 255.255.255.255 any
access-list acl_in deny ip host 10.0.0.0 any
access-list acl_in deny icmp any any
access-list acl_in permit tcp any host xxx.xxx.xxxx.xxx eq www
access-list acl_in permit tcp any host xxx.xxx.xxxx.xxx eq ftp
access-list acl_in permit tcp any xxx.xxx.xxxx.xxx eq www
access-list acl_out permit tcp xxx.xxx.xxxx.xxx 255.255.255.240 any eq www
access-group acl_in in interface outside
access-group acl_out in interface inside
Inspite of that I receive a reply when I ping from outside to the external address of the pix.
Can anyone tell me the reason for the ping reply?
Thanks
access-list acl_in deny ip host 255.255.255.255 any
access-list acl_in deny ip host 10.0.0.0 any
access-list acl_in deny icmp any any
access-list acl_in permit tcp any host xxx.xxx.xxxx.xxx eq www
access-list acl_in permit tcp any host xxx.xxx.xxxx.xxx eq ftp
access-list acl_in permit tcp any xxx.xxx.xxxx.xxx eq www
access-list acl_out permit tcp xxx.xxx.xxxx.xxx 255.255.255.240 any eq www
access-group acl_in in interface outside
access-group acl_out in interface inside
Inspite of that I receive a reply when I ping from outside to the external address of the pix.
Can anyone tell me the reason for the ping reply?
Thanks