Skip to main content

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

info

To perform the next steps, you may be required to disable Windows Firewall entirely.

  1. Download WinMTR from https://sourceforge.net/projects/winmtr/ Connectivity Test MTR

  2. Right click WinMTR and Run as Administrator - Ensure you allow this program through any firewalls/anti-virus programs to access the internet. Connectivity Test MTR

  3. Enter your server's IP address or hostname into the Host box and click Start. Connectivity Test MTR

  4. Allow this to send approx. 1000 packets for a thorough testing, then click Stop. Next, press the Export TEXT button. Connectivity Test MTR

  5. Save the .txt file to Desktop or somewhere you can quickly locate on your computer. Connectivity Test MTR

  6. Open the TXT file you have created and copy the contents. Connectivity Test MTR

  7. Navigate to https://pste.ch - paste the copied results into the pastebin, and select the Save icon in the top right to save the contents. Connectivity Test MTR

  8. When saved, the https://pste.ch will now have a suffix - copy the whole URL, and paste the full URL to CreeperHost support. Connectivity Test MTR

Mac

  1. Install Homebrew, you can find instructions here: https://brew.sh
  2. Open a terminal (Using the search function found in the top right hand corner)
  3. Run brew install mtr - this will install the mtr software.
  4. Enter the following command sudo mtr -rwc 100 PlaceYourIPHere (You may be asked to enter your password for your Mac. This is normal.) This will complete in approximately 100 seconds.
  5. You will then want to copy and paste the results onto https://pste.ch or screenshot it and provide it to support.

*nix

  1. Run this command (preferably as root) from a terminal: mtr -rwc 100 PlaceYourIPHere
info

If this is not found, use your distributions package manager, such as yum, apt-get or dnf, in order to install it.

  1. You will then want to copy and paste the results onto https://pste.ch or screenshot it and provide it to support.