Hello.
The problem is that when the network interface in omv is added, the read speed oscillates around 67MB/s (~480mbit), Write around 110MB/s (~1000mbit). Checked with iperf3, when I remove the network interface from the omv menu, log in to the system, I add the interface via dhclient, the reading speed is around 100MB/s (900mbit). The same machine when running Windows from USB gets iperf3 results of 940/940mbit.
As soon as I add back the network interface, the speed drops again to 480mbit.
Log iperf3 on windows
Code
X:\iperf>iperf3.exe -c 192.168.1.176
Connecting to host 192.168.1.176, port 5201
[ 4] local 192.168.1.134 port 49714 connected to 192.168.1.176 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 112 MBytes 943 Mbits/sec
[ 4] 1.00-2.00 sec 112 MBytes 942 Mbits/sec
[ 4] 2.00-3.00 sec 112 MBytes 942 Mbits/sec
[ 4] 3.00-4.00 sec 112 MBytes 942 Mbits/sec
[ 4] 4.00-5.00 sec 112 MBytes 942 Mbits/sec
[ 4] 5.00-6.00 sec 112 MBytes 942 Mbits/sec
[ 4] 6.00-7.00 sec 112 MBytes 942 Mbits/sec
[ 4] 7.00-8.00 sec 112 MBytes 942 Mbits/sec
[ 4] 8.00-9.00 sec 112 MBytes 942 Mbits/sec
[ 4] 9.00-10.00 sec 112 MBytes 942 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
[ 4] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec receiver
iperf Done.
X:\iperf>iperf3.exe -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 192.168.1.176, port 51944
[ 5] local 192.168.1.134 port 5201 connected to 192.168.1.176 port 51945
[ ID] Interval Transfer Bandwidth
[ 5] 0.00-1.00 sec 106 MBytes 892 Mbits/sec
[ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec
[ 5] 2.00-3.00 sec 112 MBytes 941 Mbits/sec
[ 5] 3.00-4.00 sec 112 MBytes 941 Mbits/sec
[ 5] 4.00-5.00 sec 112 MBytes 941 Mbits/sec
[ 5] 5.00-6.00 sec 112 MBytes 937 Mbits/sec
[ 5] 6.00-7.00 sec 112 MBytes 941 Mbits/sec
[ 5] 7.00-8.00 sec 112 MBytes 940 Mbits/sec
[ 5] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
[ 5] 9.00-10.00 sec 111 MBytes 935 Mbits/sec
[ 5] 10.00-10.05 sec 5.67 MBytes 940 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 5] 0.00-10.05 sec 1.09 GBytes 935 Mbits/sec sender
[ 5] 0.00-10.05 sec 1.09 GBytes 935 Mbits/sec receiver
-----------------------------------------------------------
Display More
Now i dont have any interfaces and speed are ok, but i had to add a script that run dhclient every startup