First, could you provide us with a pair of MTR reports going to and coming from your Linode? You can find instructions on performing MTR's below: From your Linode, run the following: mtr -rwzbc100 <desktop.IP.Address> From your home computer, run the following: mtr -rwzbc100 If you would like to learn more about MTR's you can check out the link below: If you are having trouble connecting via SSH, you can use the LISH console to generate the MTR reports. You can check out the link below for more information on using the LISH console: In addition to those MTR reports, we can use iperf to diagnose network speed issues by measuring the maximum network throughput a server can handle. Would you mind installing iperf and running a test between your linode and your local machine? From your Linode, run the following: iperf -s From your home computer, run the following: iperf -c <IP> -d You can find more info on iperf tests in our guide here:
|