RE: Ping and traceroute throught pix [7:55470]

2002-10-13 Thread samir shukri
Here are some hints, 1- There must be static or global statements to allow the address translation. 2- You need access list or conduit statement to allow icmp in and out. 3- Use the debug tools to see what the problem is by issuing this command - debug icmp trace then try to ping to outside - yo

RE: Ping and traceroute throught pix [7:55470]

2002-10-13 Thread samir shukri
Here are some hints, 1- There must be static or global statements to allow the address translation. 2- You need access list or conduit statement to allow icmp in and out. 3- Use the debug tools to see what the problem is by issuing this command - debug icmp trace then try to ping to outside - yo

RE: Ping and traceroute throught pix [7:55470]

2002-10-13 Thread Elijah Savage III
This did not work for me could there be something wrong with my pix? -Original Message- From: Silju Pillai [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 8:35 AM To: [EMAIL PROTECTED] Subject: RE: Ping and traceroute throught pix [7:55470] just give the following commands

RE: Ping and traceroute throught pix [7:55470]

2002-10-13 Thread Silju Pillai
just give the following commands... access-list acl-in permit icmp any any access-list acl-out permit icmp any any access-group acl-in in interface inside access-group acl-out in interface outside I gave two access-lists to distinguish between inside and outside traffic. This will allow ping and