How to check Download and Upload Speed (Single Connection) between Home Broadband and VPS?

  • Thread starter Thread starter Deleted member 63558
  • Start date Start date
  • Replies Replies 19
  • Views Views 2,897
I did, It says "Connection Refused".

I am basically not able to install iperf3 on the Ubuntu Linux. It has iperf2 pre-installed.

I tried a lot of shit since then but not working.
 
Try sudo apt update && sudo apt purge iperf* && sudo apt install iperf3 on the vps

96xmz7i.png


^ Linux Server.

6UIv3nG.png

Windows PC

What to do?
 
@ajgamer Which is the VPS provider? You need to ensure that any access policies or firewalls in between are configured to allow connections to port 5201 on the VPS instance from at least your home network's public IP address.
 
So you mean to say I have to open the port which iperf is using right?
 
Back