VERIFY AND TEST LACP BOND?

danialwaheed

New Member
Nov 15, 2021
6
0
1
28
I have configured LACP bonds between 2x 10Gig ports and connected them to TrueNAS VM. Now i want to verify the combined 20Gb link between Proxmax and TrueNAS using IPerf. Can anybody help, How to do that?
Iperf is running on TrueNAS, i want to install/configure it on Proxmox Server so its link can be verfied
 
Last edited:
Start iperf in server mode on one machine and in client mode on the other. For example (iperf3 as I have that installed):

On the server machine
iperf3 -s -B 192.168.0.5 -p 5002

On the client:
iperf3 -c 192.168.0.5 -p 5002

For more details on the parameters check the man pages, e.g. man iperf or man iperf3
 
Start iperf in server mode on one machine and in client mode on the other. For example (iperf3 as I have that installed):

On the server machine
iperf3 -s -B 192.168.0.5 -p 5002

On the client:
iperf3 -c 192.168.0.5 -p 5002

For more details on the parameters check the man pages, e.g. man iperf or man iperf3
iperf3 -s -B 192.168.0.200 -p 5002
Yes i am running the same command in proxmox server shell but i get the following reply
-bash: iperf3: command not found
 
Well, then you need to install it ;)
apt install iperf3 should do the trick. Proxmox VE is based on Debian.
 
  • Like
Reactions: danialwaheed
Well, then you need to install it ;)
apt install iperf3 should do the trick. Proxmox VE is based on Debian.
getting this reply after installing and running the previous command

iperf3: error - unable to start listener for connections: Cannot assign requested address
iperf3: exiting
 
TrueNAS has an ip address 192.168.0.10 while Proxmox Server has ip 192.168.0.50:8006
Will you please now tell me the complete commands to run on TrueNAS and Proxmox server, to check the bandwidth of conection between them using IPerf.
 
Received following reply after running the following commands:
iperf3 -s on server
iperf3 -c 192.168.0.50 0n TrueNAS.



[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 178 KBytes 1.46 Mbits/sec
[ 5] 1.00-2.00 sec 253 KBytes 2.07 Mbits/sec
[ 5] 2.00-3.00 sec 291 KBytes 2.39 Mbits/sec
[ 5] 3.00-4.00 sec 345 KBytes 2.83 Mbits/sec
[ 5] 4.00-5.00 sec 113 KBytes 926 Kbits/sec
[ 5] 5.00-6.00 sec 242 KBytes 1.98 Mbits/sec
[ 5] 6.00-7.00 sec 298 KBytes 2.44 Mbits/sec
[ 5] 7.00-8.00 sec 414 KBytes 3.39 Mbits/sec
[ 5] 8.00-9.00 sec 396 KBytes 3.24 Mbits/sec
[ 5] 9.00-10.00 sec 421 KBytes 3.45 Mbits/sec
[ 5] 10.00-10.24 sec 0.00 Bytes 0.00 bits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate
[ 5] 0.00-10.24 sec 2.88 MBytes 2.36 Mbits/sec receiver
 
Doesn't look too good? How is your network setup? Does the PVE and TrueNAS server each have multiple interfaces? How is the network infrastructure in between?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!