Only getting 12MBps

Joined
Dec 25, 2019
Messages
6
I have a gigabit card in my laptop, a gigabit router, a gigabit switch, a gigabit card in my FreeNAS, and Cat5e wiring it all together(no wifi). How come I am only getting 12mbps(100mbps)? Shouldn't I be getting around 100MBps transfer speeds even with a HDD?
 

anmnz

Patron
Joined
Feb 17, 2018
Messages
286
Have you verified that all the interfaces are actually (auto)configured to run at gigabit speed?
 
Joined
Jul 2, 2019
Messages
648
There are a number of unknowns the information that you have provided.Your results seem rather low.
  • What type of laptop? What is the operating system? Are you sure that it has a GigE NIC? Are the drivers up to date?
  • What type of router? Are there different subnets involved? Is your router also acting as a firewall?
  • What type of switch? Is it managed? Using VLANs?
  • How are you testing?
The more information the better.

For example, in my case I have:
  • Router/Firewall - pfSense 2.4.4-RELEASE-p3 (Intel Core i5-2540M CPU @ 2.60GHz, 4 GB RAM) with VLANs and pfBlockerNG
  • Switch (core) - Ubiquiti UniFi US-24, CAT5e
  • Switch (local) - Ubiquiti UniFi US-8, CAT5e
  • Laptop - Lenovo L340 (Intel Core i7-9750H CPU @ 2.60GHz × 6, 8GB RAM), Linux Mint 19.3
  • FreeNAS config (see my signature)
My results using iperf:

Code:
iperf -c 192.168.20.170
------------------------------------------------------------
Client connecting to 192.168.20.170, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.25.42 port 41304 connected with 192.168.20.170 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  1.03 GBytes   886 Mbits/sec

root@freenas[~]# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  4] local 192.168.20.170 port 5001 connected with 192.168.25.42 port 41314
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  1.02 GBytes   877 Mbits/sec
 
Joined
Dec 25, 2019
Messages
6
I figured it out. I thought my router was gigabit, but it is not. It is from 2008. My old router was gigabit, but it broke the other day. Capacitor fried. So when I get my replacement router, that will be gigabit and I will check if that fixes it. Thanks for the help.
 
Top