cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
687
Views
0
Helpful
2
Replies

ping from outside to insde

hussamchawa
Level 1
Level 1

I've configured the pix with 'conduit permit icmp any any' and 'conduit permit ip any any' in a lab environment but I'm still not able to ping from outside to inside. Could somebody tell me why. Thankx.

2 Replies 2

bducharm
Level 1
Level 1

Could you possibly post your PIX config here so we can take a look? Thanks.

subaa
Level 1
Level 1

You need a static statement.

static (inside, outside) publicaddress privateaddress

, where

publicaddress is the address can be seen from the outside

privateaddress is the address on the inside.

If there is no NAT, the two addresses are the same.