Testing connectivity (MTR)
In order to see what might be affecting your connection to the server, we need to run something named "my trace route" in order to find out exactly where the connection has dropped. This will test the connection all the way from your computer to the server.
Windows - WinMTR
- Download WinMTR from http://winmtr.net/ (Or http://sourceforge.net/projects/winmtr/ if the site is down)
- Right click WinMTR and 'Run as Administrator' - Ensure you allow this program through any firewalls/anti-virus programs to access the internet.
Note - you may need to disable Windows Firewall entirely
- Enter your server's IP address or hostname into the 'Host' box and click 'Start'.
- Allow this to send approx. 100 packets for a thorough testing, then click 'Stop'.
- Press the 'Export as TXT' button, save this to desktop or somewhere you can find it on your computer.
- Open the TXT file you have created and copy the results to http://paste.creeperhost.net and create a URL to the log.
- Provide the paste.creeperhost.net URL to support.
Mac
- Install the MTR software using this installer here - https://code.google.com/p/rudix/downloads/detail?name=mtr-0.82-0.pkg
- Open a terminal (Using the search function found in the top right hand corner)
- Enter the following command 'sudo /usr/local/sbin/mtr -rwc PlaceYourIPHere' (You may be asked to enter your password for your Mac. This is normal.)
- You will then want to copy and paste the results onto http://paste.creeperhost.net or printscreen it and provide it to support.
*nix
- Run this command (preferably as root) from a terminal: mtr -rwc PlaceYourIPHere
If this is not found, use your distributions package manager, such as yum, apt-get or dnf, in order to install it.
- You will then want to copy and paste the results onto http://paste.creeperhost.net or printscreen it and provide it to support.