All servers running normally.
20 August 2008
Posted in
FAQs -
Technical Support
The program "Trace route" allows you to test the connection between your computer and the source to see if there are connection problems between them. When using this program, you can determine exactly where the data transferred meets problems.
How to start the trace route command:
Windows:
- Click the start menu and then Run
- Type in cmd then press enter.
- Type the following into the Command Window that appears: tracert fronter.com > C:\tracert.txt
Linux:
- Start a shell
- Type the following command: traceroute fronter.com > ~/tracert.txt
MacOSX:
- Start a shell - This is done by opening "Finder" and running the program "Applications/Utilities/Terminal"
- Type the following command: traceroute fronter.com > ~/tracert.txt