How do I run a tracert?

Locked
User avatar
bOoya
Former staff
Former staff
Posts: 886
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

How do I run a tracert?

Post by bOoya »

  1. On your keyboard, press the Windows key and R at the same time (Win+R).
  2. Type "cmd" into the "Run" box, and hit enter.
  3. Type "tracert <serverip>" into the terminal window and hit enter.
    1. Where serverip is your server IP or DNS, such as ??.nuclearfallout.net
  4. This will start the trace and should look similar to this:

    Code: Select all

    C:\Users\John> tracert forums.nfoservers.com
    
    Tracing route to forums.nfoservers.com [192.223.25.91]
    over a maximum of 30 hops:
    
      1    <1 ms    <1 ms    <1 ms  router.lan [192.168.88.1]
      2    14 ms     9 ms     9 ms  104-166-192-1.client.mchsi.com [104.166.192.1]
      3    13 ms     9 ms     9 ms  172.30.4.61
      4    16 ms    19 ms    19 ms  10.16.81.61
      5    19 ms    19 ms    19 ms  10.16.80.23
      6    28 ms    29 ms    29 ms  po11.stlmo001cr1.mchsi.com [68.66.72.61]
      7    32 ms    30 ms    29 ms  po10.stlmo001er1.mchsi.com [68.66.73.105]
      8    31 ms    29 ms    29 ms  ae0-2020.cr4-stl2.ip4.gtt.net [74.199.183.102]
      9    78 ms    74 ms    76 ms  ae18.cr5-sea2.ip4.gtt.net [89.149.130.34]
     10    69 ms    70 ms    70 ms  gtt.e3.router.seattle.nfoservers.com [162.248.94.254]
     11    67 ms    70 ms    70 ms  forums.nfoservers.com [192.223.25.91]
    
    Trace complete.
    
    C:\Users\John>
    
  5. Once the trace has completed, select the entire output with your cursor, and either right click, or press "Ctrl+C" to copy.
  6. Send us the results, either by email, at support@nfoservers.com or, open a support request via the "Help!" tab in your control panel. Please also include your IPv4 address, if you're not sure what that is, you can find it by going to: https://whatismyip.org/
Locked