On 3/8/07, Shachar Shemesh <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] speedy]$ /usr/sbin/traceroute www.walla.co.il
> traceroute to www.walla.co.il (192.118.82.140), 30 hops max, 38 byte
> packets
> 1  192.118.82.140 (192.118.82.140)  0.641 ms  0.611 ms  0.572 ms
Sound like your firewall mangles the TTL of outgoing packets.

Try to do a manual traceroute using ICMP packets instead, in the
following manner:

ping -t 1 www.google.com
ping -t 2 www.google.com
.
.

until you stop seeing the "Time to live exceeded" error message. This
is actually what traceroute does, only it does it with UDP packets.
Post the results.

-- Arik

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to