• February 24, 2025, 06:47:30 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Pages: 1 [2]

Author Topic: Odd First Hop on DG:-4500 trace route  (Read 14958 times)

Trikein

  • Guest
Re: Odd First Hop on DG:-4500 trace route
« Reply #15 on: August 29, 2010, 07:06:36 PM »

Was digging through and answering some unanswered post since the OP's are still active.

When you do a tracert, the result marked as 1 is from your computer to what that computer is connected to.All devices in a network have two IP address. The IP their getting, and the IP their giving. In between the two is the gateway. In this case, your router is getting the IP of 64.233.169.106 and its giving the IP of (for example) 192.168.0.25 and the gateway is 192.168.0.1.So the first hop is from 192.168.0.25 to 64.233.169.106, and that traffic was delayed about 10ms. This is be because your router gives ICMP return traffic a priority of 255. (Remeber gamefuel automatically classifies by default, so ICMP traffic is given the lowest priority, and rightfully so).

The next hop is from the IP the router is getting, to the IP the modem is getting. Hop after that is...well that gets more complicated, but hopefully that shed some light on it.

PS. When doing a tracert, if you notice the name (or domain) of the IP is taking a long time to come up, use Tracert -d <name of site> instead. This keeps your computer having to do a domain query to your DNS at each hop which is causing the delay.
Logged

Squirrel2

  • Level 2 Member
  • **
  • Posts: 69
Re: Odd First Hop on DG:-4500 trace route
« Reply #16 on: August 29, 2010, 07:52:01 PM »

That would be:
traceroute -n <name of site>
for those on Linux/Mac OS X
Logged

Trikein

  • Guest
Re: Odd First Hop on DG:-4500 trace route
« Reply #17 on: August 29, 2010, 11:03:53 PM »

You mean a Mac user using other then Mac equipment? ::grin:: Would Steve approve? ::duck::

Seriously though, good catch.
Logged
Pages: 1 [2]