Usage Guidelines – SUSE Enterprise 12 with iPerf3 Server

IPERF3 SERVER

SUSE Enterprise 12

Connection to SUSE Enterprise 12 with iPerf3 Server

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.

You can download the iperf3 client for the speed check for your operating system.

Download.

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-3)

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. 

  • 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

  • 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, and click “Open” 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). 

3. Check the status of the server by running the command
> sudo systemctl status iperf3

Type the command “iperf3 -s in order to run the server. 

Now you can use the SUSE Enterprise 12 with iPerf3 Server

If you have any questions, please refer to the

iPerf