cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
335
Views
0
Helpful
1
Replies

PIX Ping

ciscothejam00
Level 1
Level 1

Hi,

how can i let the ping pass through the PIX from inside (eht1) to outside (eth0) to test connectivity??

i'm using PIX7.0(4)

cheers

1 Reply 1

cpembleton
Level 4
Level 4

If your not blocking any outbound traffic you only need to allow the replies to comeback from the outside to inside. The below is should allow this to happen.

access-list acl_IN permit icmp any any echo-reply

access-list acl_IN permit icmp any any time-exceeded

access-list acl_IN permit icmp any any unreachable

access-group acl_IN in interface outside

Review Cisco Networking for a $25 gift card