Simon Sparks
Explorer
- Joined
- May 24, 2016
- Messages
- 57
The network card is an INTEL X520-SR2
Dude you are on thin ice here. You keep avoiding questions that are being asked very directly. On these forums we expect cooperation from people asking questions. Providing the information people ask for is just helping yourself and by avoiding these questions it makes you seem like you don't really care to fix this problem.The network card is an INTEL X520-SR2
OK thanks for running ipef. It's a little worrisome that you don't know how to use it. It's a basic networking tool that should be the first thing used whenever attaching a network device or having any kind of speed problems. This also leads me to believe that there are lots of other networking problems with your system.iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 64.0 KByte (default)
------------------------------------------------------------
I am attempting to learn iPerf as I write this, its now running on FreeNAS and I have got a copy for my windows client.
OK, this is a network issue on your FreeNAS box. Just for comparison, I ran the same iperf test as you with the same parameters, to make sure they're not a cause:FREENAS
iperf -s -w 128k
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 128 KByte
------------------------------------------------------------
[ 4] local 192.168.1.203 port 5001 connected with 192.168.1.31 port 44027
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.3 sec 28.6 MBytes 23.3 Mbits/sec
Windows PC
C:\>netsh advfirewall show allprofiles state
Domain Profile Settings:
----------------------------------------------------------------------
State OFF
Private Profile Settings:
----------------------------------------------------------------------
State OFF
Public Profile Settings:
----------------------------------------------------------------------
State OFF
Ok.
C:\Users\Admin\Downloads\iperf-2.0.5b-win32>iperf.exe -c 192.168.1.203 -p 5001 -f m -w 128k
------------------------------------------------------------
Client connecting to 192.168.1.203, TCP port 5001
TCP window size: 0.12 MByte
------------------------------------------------------------
[ 3] local 192.168.1.31 port 44027 connected with 192.168.1.203 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.3 sec 28.6 MBytes 23.3 Mbits/sec
[root@tardis] ~# iperf -s -w 128k ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 128 KByte ------------------------------------------------------------ [ 4] local 192.168.32.5 port 5001 connected with 192.168.32.200 port 53265 [ ID] Interval Transfer Bandwidth [ 4] 0.0-10.0 sec 1.01 GBytes 866 Mbits/sec
C:\iperf-2.0.9-win64>iperf -c tardis.localnet -p 5001 -f m -w 128k ------------------------------------------------------------ Client connecting to tardis.localnet, TCP port 5001 TCP window size: 0.12 MByte ------------------------------------------------------------ [ 3] local 192.168.32.200 port 53265 connected with 192.168.32.5 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 1033 MBytes 867 Mbits/sec
I'm not a Cisco IOS expert, but first thing to try is disable the LAGG and only run with one NIC attached. See if you get the same result or any improvement. If it improves, then focus on the LAGG. If there is no improvement, then it's probably a bad NIC, cable or switch port.interface Port-channel9
description Uplink to FreeNAS Primary 4x1GbE
switchport mode access
end
interface GigabitEthernet1/0/9
description FreeNAS - Primary Management
switchport mode access
channel-protocol lacp
channel-group 9 mode active
end
interface GigabitEthernet1/0/21
description FreeNAS - Primary Management
switchport mode access
channel-protocol lacp
channel-group 9 mode active
end
interface GigabitEthernet2/0/9
description FreeNAS - Primary Management
switchport mode access
channel-protocol lacp
channel-group 9 mode active
end
interface GigabitEthernet2/0/21
description FreeNAS - Primary Management
switchport mode access
channel-protocol lacp
channel-group 9 mode active
end
interface Port-channel10
description Uplink to FreeNAS Backup 2 x 1GbE
switchport mode access
end
interface GigabitEthernet1/0/10
description FreeNAS - Backup Management
switchport mode access
channel-protocol lacp
channel-group 10 mode active
end
interface GigabitEthernet2/0/10
description FreeNAS - Backup Management
switchport mode access
channel-protocol lacp
channel-group 10 mode active
end
Very good! I was going to suggest you do this as the next step.To prove that this is NOT my Windows PC I did the same test to my Backup FreeNAS box.
FREENAS
[root@freenas-backup] ~# iperf -s -w 128k
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 128 KByte
------------------------------------------------------------
[ 4] local 192.168.1.205 port 5001 connected with 192.168.1.31 port 44059
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.0 sec 1.10 GBytes 946 Mbits/sec
Windows PC
C:\Users\Admin\Downloads\iperf-2.0.5b-win32>iperf.exe -c 192.168.1.205 -p 5001 -f m -w 128k
------------------------------------------------------------
Client connecting to 192.168.1.205, TCP port 5001
TCP window size: 0.12 MByte
------------------------------------------------------------
[ 3] local 192.168.1.31 port 44059 connected with 192.168.1.205 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1129 MBytes 947 Mbits/sec
bce
driver, so is it a BroadCom NetXtreme II?Yes, your disk transfer rates seem okay. But we've established that the problem lies with the network setup.dd if=/dev/zero of=/mnt/Data/Homes/SparksS/testfile bs=4M count=10000
10000+0 records in
10000+0 records out
41943040000 bytes transferred in 70.777951 secs (592600371 bytes/sec)
(592600371 bytes/sec) / 1024 = ( 578711 kilobytes/sec )
( 578711 kilobytes/sec ) / 1024 = ( 565 megabytes/sec )