Author Topic: Ping and Server List problems  (Read 14930 times)

Diggs

  • Posts: 321
  • Turrets: +5/-11
Ping and Server List problems
« Reply #30 on: December 03, 2006, 10:35:45 pm »
Quote from: "Predator"
Sorry, but what is tracert???


Type tracert into your Windows help index for a detailed explanation.  Tracert is included in all Windows versions.  (I can't  remember the Linux equivalent.)

From a command prompt (DOS box) type the tracert command and a destination that can be pinged.  It would look like this-

tracert google.com

The output of that command will list every router between you and the nearest Google server and the time it took the request to be returned from each of those routers including your own.  Allot of sites don't return pings anymore so be sure you ping the site before your tracert to it.  (You do know the Ping command correct?)

Diggs
続けてゲーム

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Ping and Server List problems
« Reply #31 on: December 04, 2006, 05:43:00 am »
Quote
(I can't remember the Linux equivalent.)

Hmm...
Quote
$ ls -n /bin/tracert
lrwxrwxrwx 1 0 0 10 Nov 28 13:49 /bin/tracert -> traceroute
(the question is why RH didn't just 'alias' it)
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.

next_ghost

  • Posts: 892
  • Turrets: +3/-6
Ping and Server List problems
« Reply #32 on: December 04, 2006, 01:20:56 pm »
My Gentoo Linux has tracepath program which belongs to net-misc/iputils package.
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

Predator

  • Posts: 16
  • Turrets: +0/-2
Ping and Server List problems
« Reply #33 on: December 06, 2006, 03:18:42 pm »
What about client version? Can it be because of that?