Doesn't work for me:
Pinging
[66.77.74.20] with 32 bytes of da
Reply from 66.77.74.20: bytes=32 time=331ms TTL=234
Reply from 66.77.74.20: bytes=32 time=330ms TTL=234
Reply from 66.77.74.20: bytes=32 time=331ms TTL=234
Reply from 66.77.74.20: bytes=32 time=430ms TTL=234
Ping statistics for 66.77.74.20:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 330ms, Maximum = 430ms, Average = 355ms
What protocols will this techniq use. Which OS/version of ping do you use. I would like to know. Seems like simular functionality to strict or loose source route.
I browsed through some rfc's and found that my memory betrayed me. Traceroute uses udp packets with increasing ttl, not icmp echo reply. Then it interpret icmp replies.
-katamann