PIXTPS(config)# access-list ping_acl permit icmp any any echo-reply
PIXTPS(config)# write mem
Building configuration...
Cryptochecksum: bb3fd072 43a74908 55efe67c 19df1a77
[OK]
PIXTPS(config)# ping inside 192.168.1.5
192.168.1.5 NO response received -- 1000ms
192.168.1.5 NO response received -- 1000ms
192.168.1.5 NO response received -- 1000ms
PIXTPS(config)# ping inside 192.168.1.5
192.168.1.5 NO response received -- 1000ms
192.168.1.5 NO response received -- 1000ms
192.168.1.5 NO response received -- 1000ms
PIXTPS(config)#
Oh.. you want to ping your local internal address only.
For this you need to enable Network Address Translation (NAT) for the respective address,, whether it is inside or DMZ interfaces mentioning different NAT ID.
You need to have an access-list on the outside interface that allows the ICMP replies to come back into your network:
You can use the same..
access-group ping_acl in interface outside
I have to configure a pix 515E. I know nuts about it can anyone help me out with the configuration commands and how to deny the access to internet or outside interfece for a range of ip address in the internal network
Since the 192.168.1.0 is your internal ip address, the format of the static mapping like this :
static (inside,outside) xx.xxx.xx.0 192.168.1.0 netmask 255.255.255.224 0 0
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.