New
#1
Local network: uploads way slower than downloads on local network
Update: see iperf tests below. Issue appears to be OS-related. No speed problems on Linux boxes, Windows causes upload slowdown.
Issue: using local gigabit network uploads peak at 7-10MB/s while downloads fully saturate the link at 110MB/s. This happens whether connected to a switch or with computers connected directly, as well as with a NAS. Both NICs confirmed to connect at gigabit speeds. I've updated NIC drivers to the latest. I've tried enabling and disabling Large Send Offload. Netbios is enabled.
I've tested laptop-switch-desktop, laptop-switch-NAS, desktop-switch-NAS, desktop-laptop, desktop-NAS and laptop-NAS connections using various cables and the end result is the same - downloads are at full 1000Mbps speed and uploads barely reach 100Mbps.
Any suggestions where to start looking here as wiring and NICs seem to have been eliminated as culprits?
Code:C:\iperf-3.1.3-win64>iperf3.exe -c 192.168.2.2 Connecting to host 192.168.2.2, port 5201 [ 4] local 127.0.0.1 port 51047 connected to 192.168.2.2 port 5201 [ ID] Interval Transfer Bandwidth [ 4] 0.00-1.00 sec 5.25 MBytes 44.0 Mbits/sec [ 4] 1.00-2.00 sec 4.00 MBytes 33.6 Mbits/sec [ 4] 2.00-3.00 sec 5.00 MBytes 41.8 Mbits/sec [ 4] 3.00-4.00 sec 4.00 MBytes 33.6 Mbits/sec [ 4] 4.00-5.00 sec 4.50 MBytes 37.7 Mbits/sec [ 4] 5.00-6.00 sec 4.00 MBytes 33.6 Mbits/sec [ 4] 6.00-7.00 sec 4.50 MBytes 37.7 Mbits/sec [ 4] 7.00-8.00 sec 4.00 MBytes 33.6 Mbits/sec [ 4] 8.00-9.00 sec 4.00 MBytes 33.6 Mbits/sec [ 4] 9.00-10.00 sec 4.50 MBytes 37.7 Mbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bandwidth [ 4] 0.00-10.00 sec 43.8 MBytes 36.7 Mbits/sec sender [ 4] 0.00-10.00 sec 42.5 MBytes 35.6 Mbits/sec receiver iperf Done. C:\iperf-3.1.3-win64>iperf3.exe -c 192.168.2.2 -R Connecting to host 192.168.2.2, port 5201 Reverse mode, remote host 192.168.2.2 is sending [ 4] local 127.0.0.1 port 51051 connected to 192.168.2.2 port 5201 [ ID] Interval Transfer Bandwidth [ 4] 0.00-1.00 sec 80.6 MBytes 676 Mbits/sec [ 4] 1.00-2.00 sec 80.7 MBytes 677 Mbits/sec [ 4] 2.00-3.00 sec 81.4 MBytes 683 Mbits/sec [ 4] 3.00-4.00 sec 81.1 MBytes 680 Mbits/sec [ 4] 4.00-5.00 sec 80.4 MBytes 675 Mbits/sec [ 4] 5.00-6.00 sec 82.2 MBytes 690 Mbits/sec [ 4] 6.00-7.00 sec 81.9 MBytes 687 Mbits/sec [ 4] 7.00-8.00 sec 82.0 MBytes 688 Mbits/sec [ 4] 8.00-9.00 sec 81.8 MBytes 686 Mbits/sec [ 4] 9.00-10.00 sec 81.7 MBytes 685 Mbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bandwidth [ 4] 0.00-10.00 sec 818 MBytes 686 Mbits/sec sender [ 4] 0.00-10.00 sec 816 MBytes 685 Mbits/sec receiver iperf Done. C:\iperf-3.1.3-win64>
Last edited by herzzreh; 11 Feb 2017 at 21:17.