Networking Forums

Networking Forums > Computer Networking > Linux Networking > tcptraceroute

Reply
Thread Tools Display Modes

tcptraceroute

 
 
beltorak
Guest
Posts: n/a

 
      08-12-2003, 11:23 PM
When using tcptraceroute to trace the route to a machine on tcp port
80, I get only three hops back:

$ tcptraceroute -n www.google.com 80
Selected device ppp0, address 209.96.232.204 for outgoing packets
Tracing the path to www.google.com (216.239.33.99) on TCP port 80, 30
hops max
1 206.246.195.73 (206.246.195.73) 150.084 ms 149.233 ms 149.114
ms
2 206.246.195.126 (206.246.195.126) 149.462 ms 149.189 ms 149.468
ms
3 216.239.33.99 (216.239.33.99) [open] 149.057 ms 148.308 ms
149.273 ms

When using another port, or using "traceroute -I", I get the normal
10-20 hops.

This works for any target host.... What is going on?

-t?
 
Reply With Quote
 
 
 
 
Bev A. Kupf
Guest
Posts: n/a

 
      08-12-2003, 11:54 PM
On 12 Aug 2003 16:23:19 -0700,
beltorak ((E-Mail Removed)) wrote:
> When using tcptraceroute to trace the route to a machine on tcp port
> 80, I get only three hops back:
>
> $ tcptraceroute -n www.google.com 80
> Selected device ppp0, address 209.96.232.204 for outgoing packets
> Tracing the path to www.google.com (216.239.33.99) on TCP port 80, 30
> hops max
> 1 206.246.195.73 (206.246.195.73) 150.084 ms 149.233 ms 149.114 ms
> 2 206.246.195.126 (206.246.195.126) 149.462 ms 149.189 ms 149.468 ms
> 3 216.239.33.99 (216.239.33.99) [open] 149.057 ms 148.308 ms 149.273 ms
>
> When using another port, or using "traceroute -I", I get the normal
> 10-20 hops.
>
> This works for any target host.... What is going on?


I think it is pretty obvious. Your network provider/ISP has a
transparent HTTP proxy. Any traffic to TCP port 80 is transparently
redirected to the proxy, which is three hops away from your IP address.

Bev
--
Bev A. Kupf
"The lyfe so short, the craft so long to lerne" -- Chaucer
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
tcp equivalent to mtr, as tcptraceroute is to traceroute maethlin Linux Networking 3 09-15-2006 12:30 AM
segmentation fault in tcptraceroute Alex Bransky Linux Networking 2 10-13-2004 04:03 PM



1 2 3 4 5 6 7 8 9 10 11