Skip to content
Go back

2.5GbE / 10GbE on a Budget

By SumGuy 9 min read
2.5GbE / 10GbE on a Budget

Your Network Doesn’t Have to Look Like Cisco’s Budget

You’ve got three VMs running on your home lab. Sometimes they talk to each other. Sometimes it takes forever. You look at your 1Gb pipe and think: I could get 10 gigabits. Then you check the price of new Cisco gear and go back to drinking your coffee in defeat.

Here’s the thing: used enterprise SFP+ equipment is dirt cheap. And I mean dirt cheap. Like, “what was Cisco thinking charging that much” cheap.

This is the guide to getting 10GbE for the cost of a decent lunch, not a car payment.

Why Bother with 10GbE?

Fair question. 1Gb runs most home labs fine. Backups feel slow. VM migrations take a minute. Your Proxmox cluster pulls 4 Gbps aggregate during a backup and everyone notices. Your NAS bottlenecks at 125 MB/s.

2.5GbE and 10GbE fix this. 10GbE gives you 1.25 GB/s theoretical max. Backups finish in seconds. Migrations don’t stutter. You stop noticing the network, which is the entire point.

The catch? New hardware is insane. A single 10GbE NIC from Intel or Mellanox costs $300–500. A managed switch with 10GbE ports runs $1500+. You need two NICs, a switch, cables. We’re at $3500 before you’ve moved a single byte.

The solution is stupidly simple: everyone upgraded to 25GbE and 100GbE. They dumped their 10GbE stuff on eBay.

The Budget Path: Used SFP+ Everything

SFP+ (Small Form-factor Pluggable Plus) is the connector standard from 2010 onward. It’s beautiful because:

You can wire up a 10GbE network for under $300. Let me show you how.

Part 1: The NICs (Mellanox vs Intel)

Your first buy. You need at least two 10GbE cards — one for the server, one for the switch or another box.

Mellanox ConnectX-3 and ConnectX-4

The king of the budget pile. Mellanox made these dual-port SFP+ cards from 2012–2018. They work everywhere:

ConnectX-3 (2012–2015): 10GbE dual-port. $20–40 used. Draws 5W. Perfectly fine for home lab.

ConnectX-4 (2016–2018): Same speed, lower power, better firmware tooling. $40–70 used. The one to grab if you’re buying new in the used market.

Buy: One dual-port card gives you 2x 10GbE. For a small setup (server + switch), that’s enough. Grab two if you’re wiring multiple boxes.

Intel X520 and X710

Intel’s answer. Slightly more power draw, identical performance, same $30–80 price used.

X520 (2012–2015): Dual 10GbE SFP+. Older firmware, still works.

X710 (2016–2018): Four SFP+ or mixed SFP+/RJ45. More ports, slightly nicer if you’re doing fiber (but we’re not).

Honest take: For home lab, Mellanox is the easier choice. Linux driver support is cleaner. But if you find a cheap X520 first, don’t sweat it. Both work.

Part 2: The Switch (MikroTik CRS305)

Here’s where budget really shines. MikroTik makes the CRS305, a rack-mount switch with four SFP+ ports. You can snag used ones for $200–350.

Specs:

Setup takes 15 minutes:

  1. Plug it in.
  2. SSH to it.
  3. Run three commands:
Terminal window
/interface bridge add name=br-main
/interface bridge port add interface=ether1 bridge=br-main
/interface bridge port add interface=sfp-sfpplus1 bridge=br-main
/interface bridge port add interface=sfp-sfpplus2 bridge=br-main
/interface bridge port add interface=sfp-sfpplus3 bridge=br-main
/interface bridge port add interface=sfp-sfpplus4 bridge=br-main
/ip address add address=10.0.0.254/24 interface=br-main

It’s now a dumb layer-2 switch. Everything plugged into SFP+ ports sees every other SFP+ port at line rate. Done.

Alternative: MokerLink makes smaller fanless 10GbE switches ($150–250 used). Same idea. Both work.

Part 3: The Cabling (DAC is Your Friend)

Here’s where most people get confused. Two options:

  1. DAC (Direct Attach Copper) — two SFP+ modules connected by a copper cable
  2. Fiber (SR/LR) — two SFP+ transceiver modules with a fiber optic cable between them

For home lab? DAC. 100% of the time.

Why:

Buy SFP+ DAC cables rated for 10GbE. Passive (just wires) is fine. Grab them from:

Test before you commit to production. Any 10GbE-rated DAC will work with any SFP+ port.

Part 4: Putting It Together

You’ve got:

Total: ~$370. (or $200 if you skip the spare NIC and only wire one box to the switch for now)

Installation

  1. Power off the server.
  2. Pop the NIC into a spare x8 or x16 slot (the card is x16, but x8 is fine for 10GbE).
  3. Boot up. Linux sees it immediately.
  4. Load the driver (usually automatic):
Terminal window
modprobe mlx4_core
ip link show # see ens5f0 and ens5f1 (or similar)
  1. Assign an IP on a new subnet:
Terminal window
ip addr add 10.0.0.1/24 dev ens5f0
ip link set dev ens5f0 up
  1. Plug one DAC cable from ens5f0 to sfp-sfpplus1 on the switch.
  2. Plug the other box’s NIC into sfp-sfpplus2.
  3. Test:
Terminal window
iperf3 -s # on the server
iperf3 -c 10.0.0.1 # on the other box

You should see ~9.4 Gbps. Real-world transfers run 8–9 Gbps after protocol overhead.

Real-World Benchmarks

Here’s what 10GbE actually looks like in practice:

rsync of 50 GB VM backup (ext4 filesystem, no encryption):

Proxmox live migration of a running VM (32 GB RAM):

NAS to server copy (1000 large files, 100 GB total):

The difference is not subtle. Once you feel it, 1Gb feels like dial-up.

When 2.5GbE Is Enough

If 10GbE feels like overkill (smart), 2.5GbE is the middle ground:

Same DAC + NIC logic applies. The only catch: fewer 2.5GbE NICs exist in the used market. You’ll find 10GbE cheaper.

The Catches (There Are Always Catches)

1. Linux driver updates Mellanox’s mlx4/mlx5 drivers are stable but slow to update. If you’re on bleeding-edge kernels (Arch, Fedora Rawhide), test in a VM first. Most home labs run LTS (Ubuntu, Proxmox), so you’re fine.

2. Firmware compatibility Some very old ConnectX-3 cards ship with firmware from 2012. Modern UEFI can be finicky. Flash the card to the latest firmware (Mellanox has a tool). Takes 10 minutes, fixes 95% of weird issues.

3. PCIe x8 vs x16 Your NIC will work in an x8 slot, but it’ll negotiate at x8 speeds. No performance hit (10GbE doesn’t saturate x8), just leaves the option open. Slot 1 on most boards is x16. Slots 2-4 are often x8 or even x4 (check your motherboard manual).

4. Power hungry These NICs draw 5–8W sustained. Not earth-shattering, but keep it in mind if you’re trying to hit 30W total.

5. Used markets are flaky Not all sellers test before shipping. eBay return policy saves you. AliExpress is a gamble. Test immediately when it arrives — if the card doesn’t show up in lspci, you’ve got a problem. Return it.

Decision Tree: Should You Do This?

Yes, if:

Maybe, if:

No, if:

The One Thing to Get Right

Buy the DAC cables before the switch. Test one DAC between two NICs on the same server:

Terminal window
# Server, port 1
ip addr add 10.0.0.1/24 dev ens5f0
ethtool -s ens5f0 speed 10000 duplex full
# Server, port 2
ip addr add 10.0.0.2/24 dev ens5f1
# Loopback test
ping 10.0.0.2
iperf3 -c 10.0.0.2

If you get 10 Gbps sustained, the rest is just wiring.

If you get 1 Gbps, the DAC is bad. RMA it. Buy from a different seller.

If you get nothing, the NIC is dead or the driver isn’t loaded. That’s rare but happens. Also RMA it.

This 10-minute sanity check saves you hours of blaming the switch later.

Ship It

You now have a 10GbE network for less than most people pay for a decent monitor. Your backups run in seconds. Your VMs migrate without hiccup. Your NAS doesn’t bottleneck anymore.

And your home lab officially looks cooler at parties. (It doesn’t, but you’ll feel cooler, which is what matters.)


Full example: No working code repo for this one — it’s hardware pickup + three commands in the MikroTik shell. If you want a reference rig config, ping me on the Fediverse or slide into the GitHub Issues on sumguy-examples.

Further reading:


Share this post on:

Send a Webmention

Written about this post on your own site? Send a webmention and it'll show up above once verified.


Next Post
Jellyseerr Tagging Workflows for Real Libraries

Discussion

Powered by Garrul . Sign in with GitHub or Google, or post anonymously.

Related Posts