[FAQ] What node am I on?

Status
Not open for further replies.

ppc

Moderator
Many have asked "How do I find out which node my VPS is on?".

In this tutorial I will outline the steps in finding the answer to this question.

(Assuming you're on Windows)

  1. Go to Start, Run
  2. Type: cmd
  3. Type: tracert -w 300 hostnamehere (replace your hostname with hostnamehere)

    The hostname is the name assigned to your particular VPS or server usually when you setup the control panel. You can find your hostname via:

    1. Your Virtuozzo Power Panel - The hostname is right at the top eg vps.example.com
    2. SSH into your server as root and use the command "hostname"

    Alternatively, you can simply tracert any domain that is hosted on the server.
  4. The second to last hop will be *.privatesystems.net where the * is the nodenumber-the datacenter your in.
Example:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\MyName>tracert -w 300 hostnamehere

Tracing route to hostname
over a maximum of 30 hops:

1 3 ms 1 ms <1 ms 192.168.1.1
2 12 ms 7 ms 5 ms 10.129.32.1
3 8 ms 8 ms 8 ms dstswr2-vlan2.rh.nyx4ny.cv.net
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 49 ms 47 ms 48 ms hagg-03-ge-1-0-0-459.dlfw.twtelecom.net [64.129.
234.20]
10 51 ms 47 ms 51 ms 64-129-174-182.static.twtelecom.net [64.129.174.
182]
11 49 ms 48 ms 48 ms ge-1-2.core2.colo4dallas.net [206.123.64.30]
12 50 ms 47 ms 47 ms vz30-tx.privatesystems.net [MYIP]
13 51 ms 49 ms 48 ms hostname [MYIP]

Trace complete.
[Don't worry about the request timed out in my traceroute, my ISP for some reason loves doing that ;)]

Hope this helps.

Regards,
 
Last edited by a moderator:
Status
Not open for further replies.
Top