Traceroute: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== TraceRoute / Route tracing == | == 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 | 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. | 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). | [[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 | 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 | Create a route tracing / traceroute | ||
tracert YOUR IP-Adresse (Gameserver, Voiceserver) or example tracert ckras.com | tracert YOUR IP-Adresse (Gameserver, Voiceserver) or example tracert ckras.com | ||
Line 27: | Line 28: | ||
Alternativ kann auch ein Tracert über [[HLSW]] erstellt werden. | Alternativ kann auch ein Tracert über [[HLSW]] erstellt werden. | ||
[[Category:CS2]] |
Revision as of 16:52, 23 November 2023
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
tracert YOUR IP-Adresse (Gameserver, Voiceserver) or example tracert ckras.com
Press Windows key + Q at the same time and enter CMD in the search field.
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.
Alternativ kann auch ein Tracert über HLSW erstellt werden.