Connection to iPerf3 Server on SUSE Enterprise 15
- After purchasing and starting the VM, you should know its IP address. You can find it in the personal account of Azure. (You need to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the line “Public IP Address”).
You should allow access by ports 5200-5202 (TCP) and 5200-5202 (UDP), which you can do in the properties of the Azure firewall network.
For the speed check, you can download the iperf3 client for your operating system.
To start the app, you need to run PowerShell or console (right-click in the Start menu)
In the console, go to the iperf3 client installation directory (in our case this is cd C:\Temp\iperf)
To get help in usage, enter the >.\iperf3 -h command
Enter the command for the connection speed check (for example, for 10 seconds test command is: “.\iperf3 -c xx.xx.xxx.xx -p 5201 -t 10” where instead of xx enter the IP address of your VM)
When the VM is started, the server is turned on automatically. If this does not happen, you should connect to a VM.
- To manage with a Packer server, you should connect to a VM:
- With the PuTTY application
To do this, you need the PuTTY application to connect via ssh. You can download it at the following link – Download
Run PuTTY, enter the VM address in the “Host” field (1) and click “Open” (2) to connect.
In the opened console, you will need to enter a username (1) and password (2) that were specified while the VM was being created (you’ll not see the password in the console while entering it).
- With OpenSSH
In the Windows 10 operating system (starting with version 1809), an OpenSSH client is available, with which you can connect to Linux servers via SSH. If Windows 10 is suitable and the OpenSSH client is installed, you can start connecting via SSH. To do this, launch a normal Windows command prompt and enter the command “ssh user@*vm_ip*” (1), where “user” is the username that was specified while creating the virtual machine and “*vm_ip*” is the VM IP address.
Then type “Yes” (2) and enter a password (3) that was specified while creating the virtual machine.
Type the command “iperf3 -s” in order to run the server
Now you can use iPerf3 Server on Linux SUSE Enterprise 15
If you have any questions, please refer to the