Traceroute: Difference between revisions

From CKRAS Wiki

No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''TraceRoute / Routenverfolungen'''
== TraceRoute / Route tracing ==
TraceRoutes can be helpful in determining where problems occur in the connection process by checking the data stream from your computer to a CKRAS [[gameserver]], voiceserver, etc. A TraceRoute shows the step-by-step path a data packet takes on its way to its destination.


Routenverfolgungen (TraceRoutes) können hilfreich dabei sein, festzustellen, wo im Verbindungsverlauf Probleme auftreten, indem der Datenstrom von Ihrem Computer zu einem CKRAS [[Gameserver]], [[Voiceserver]] usw. überprüft wird.<br>
A route trace shows step by step the path a data packet takes on its way to its destination.
Eine Routenverfolgung zeigt Schritt für Schritt den Pfad eines Datenpaketes an, welchen es auf dem Weg zum Ziel nimmt.<br>
CKRAS kann Anhand eines [[Traceroute]] erkennen ob es Probleme mit dem Routing gibt und ob es ggf. Optimierungsmöglichkeiten gibt, die Latenz (Pingzeit) zu senken.<br>
Wichtig ist, dass ihr beim erstellen des Tracerts auch eure IP-Adresse mitschickt ([http://wieistmeineip.de wieistmeineip.de]), damit wir die Gegenroute prüfen können. Vielen Dank<br><br><br>


'''Eine Routenverfolgung / Traceroute erstellen'''
[[CKRAS]] can use a traceroute to detect whether there are problems with the routing and whether there are any optimisation options to reduce the latency (ping time).
<br><br>
'''Windows XP'''
<br><br>
Klicken Sie Start und rechtsklicken Sie dann Ausführen.<br>
Geben Sie CMD ein und drücken Sie Enter.<br>
Geben Sie nun in der Eingabeaufforderung den Befehl tracert ckras.com > .\Desktop\tracert.txt ein und drücken Sie Enter.<br>
Warten Sie bitte. Der Vorgang kann nun einige Minuten in Anspruch nehmen.<br>
Eine Datei mit dem Namen "tracert.txt", welche die Informationen der Routenverfolgung enthält, wird nun auf dem Desktop erstellt.<br>
Geben Sie nun exit ein und drücken Sie Enter, damit sich die Eingabeaufforderung schließt.<br>


<br><br>
It is important that you also send your IP address (wieistmeineip.de) when creating the traceroute so that we can check the counter-route. Thank you very much
'''Windows Vista / Windows 7'''
<br><br>
Klicken Sie Start und geben Sie CMD im Suchfeld ein.<br>
Rechtsklicken Sie auf die CMD.exe und wählen Sie dann Als Administrator ausführen.<br>
Geben Sie nun in der Eingabeaufforderung den Befehl tracert ckras.com > .\Desktop\tracert.txt ein und drücken Sie Enter.<br>
Warten Sie bitte. Der Vorgang kann nun einige Minuten in Anspruch nehmen.<br>
Eine Datei mit dem Namen "tracert.txt", welche die Informationen der Routenverfolgung enthält, wird nun auf dem Desktop erstellt.<br>
Geben Sie nun exit ein und drücken Sie Enter, damit sich die Eingabeaufforderung schließt.<br>
<br><br>


'''Windows 8'''
Create a route tracing / traceroute
<br><br>
cmd (Windows Console)
Drücken Sie gleichzeitig Windows-Taste + Q und geben Sie CMD im Suchfeld ein.<br>
Rechtsklicken Sie auf die Eingabeaufforderung und wählen Sie dann Als Administrator ausführen.<br>
Geben Sie nun in der Eingabeaufforderung den Befehl tracert ckras.com > .\Desktop\tracert.txt ein und drücken Sie Enter. <br>
Warten Sie bitte. Der Vorgang kann nun einige Minuten in Anspruch nehmen.<br>
Eine Datei mit dem Namen "tracert.txt", welche die Informationen der Routenverfolgung enthält, wird nun auf dem Desktop erstellt.<br>
Geben Sie nun exit ein und drücken Sie Enter, damit sich die Eingabeaufforderung schließt.<br>


<br><br>
'''tracert YOUR IP''' from your(Gameserver, Voiceserver) or example: '''tracert ckras.com'''
'''Mac OS X'''
 
<br><br>
tracert ckras.com
Navigieren sie zum Ordner /Programme/Dienstprogramme und starten Sie die Anwendung Terminal.<br>
Route tracing to ckras.com [xxx:232:55]
Geben Sie nun traceroute ckras.com > ~/Desktop/tracert.txt ein und dann Enter. <br>
over a maximum of 30 hops:
Warten Sie bitte. Der Vorgang kann nun einige Minuten in Anspruch nehmen. Beachten Sie bitte dass keine Information über den Abschluss des Vorgangs im Terminal erscheint.<br>
  1 <1 ms <1 ms <1 ms xxx]
Eine Datei mit dem Namen "tracert.txt", welche die Informationen der Routenverfolgung enthält, wird nun auf dem Desktop erstellt. Wenn dies der Fall ist, wurde die Routenverfolgung abgeschlossen.<br>
  2 1 ms 1 ms 1 ms          2003:0:8802:a800::1 
Beenden Sie nun das Terminal.<br>
3 * 11 ms *            2003:0:1306:8000::
<br>
4 10 ms 10 ms 10 ms          2003:0:f00::592
  5 10 ms 10 ms 10 ms 10 ms        2a01:440::2:fff8:2
  6 10 ms 10 ms 10 ms 10 ms        ckras.com [xx:232:55]
Tracing completed.
This result please sent to '''support@ckras.com''' - and in the best Case sent us your Local IP by visiting this Page https://www.ckras.com/en/yourip/
 
 
 
=== CMDS ===
Click Search and insert (CMD)
 
Right-click on the command prompt and then select Run as administrator.
 
Now enter the command tracert ckras.com > .\Desktop\tracert.txt in the command prompt and press Enter.
 
Please wait. The process may now take a few minutes.
 
A file with the name "tracert.txt", which contains the route tracing information, will now be created on the desktop.
 
Now enter exit and press Enter to close the command prompt.
 
 
Get your [[Gameserver]] for [[CS2]] on [https://www.ckras.com/en/ www.ckras.com]


Alternativ kann auch ein Tracert über [[HLSW]] erstellt werden.
Alternativ kann auch ein Tracert über [[HLSW]] erstellt werden.
[[Category:CS2]]

Latest revision as of 08:58, 2 May 2024

TraceRoute / Route tracing

TraceRoutes can be helpful in determining where problems occur in the connection process by checking the data stream from your computer to a CKRAS gameserver, voiceserver, etc. A TraceRoute shows the step-by-step path a data packet takes on its way to its destination.

A route trace shows step by step the path a data packet takes on its way to its destination.

CKRAS can use a traceroute to detect whether there are problems with the routing and whether there are any optimisation options to reduce the latency (ping time).

It is important that you also send your IP address (wieistmeineip.de) when creating the traceroute so that we can check the counter-route. Thank you very much

Create a route tracing / traceroute

cmd (Windows Console)
tracert YOUR IP from your(Gameserver, Voiceserver) or example: tracert ckras.com
tracert ckras.com
Route tracing to ckras.com [xxx:232:55]
over a maximum of 30 hops:
 1 <1 ms <1 ms <1 ms xxx] 
 2 1 ms 1 ms 1 ms           2003:0:8802:a800::1  
3 * 11 ms *            2003:0:1306:8000::
4 10 ms 10 ms 10 ms          2003:0:f00::592
 5 10 ms 10 ms 10 ms 10 ms         2a01:440::2:fff8:2
 6 10 ms 10 ms 10 ms 10 ms        ckras.com [xx:232:55]
Tracing completed.

This result please sent to support@ckras.com - and in the best Case sent us your Local IP by visiting this Page https://www.ckras.com/en/yourip/


CMDS

Click Search and insert (CMD)

Right-click on the command prompt and then select Run as administrator.

Now enter the command tracert ckras.com > .\Desktop\tracert.txt in the command prompt and press Enter.

Please wait. The process may now take a few minutes.

A file with the name "tracert.txt", which contains the route tracing information, will now be created on the desktop.

Now enter exit and press Enter to close the command prompt.


Get your Gameserver for CS2 on www.ckras.com

Alternativ kann auch ein Tracert über HLSW erstellt werden.