Back to Guides
link aggregationethernetNAShome networkLACPnetworking

Link Aggregation Explained: How to Bond Two Ethernet Ports for Faster Home Network Speeds

Link aggregation lets you bond two Ethernet ports into a single logical connection — but it probably doesn’t work the way you think. Here’s what it actually does, who genuinely benefits, and how to set it up on ASUS, TP-Link, and Synology hardware.

Link Aggregation Explained: How to Bond Two Ethernet Ports for Faster Home Network Speeds
7 min read

Link aggregation — also called port bonding, teaming, or LAG — is one of those home networking features that sounds almost too good to be true: plug two Ethernet cables between your router and your NAS, enable a toggle, and suddenly you have twice the bandwidth. The reality is more nuanced, and understanding the distinction changes whether it’s worth setting up at all. This guide explains how link aggregation actually works, which home use cases genuinely benefit, and how to configure it on popular consumer hardware.

What Is Link Aggregation?

Link aggregation combines two or more physical Ethernet ports into a single logical interface called a Link Aggregation Group (LAG). The standard governing it is IEEE 802.3ad — now formally renamed 802.1AX — and its negotiation protocol is called LACP (Link Aggregation Control Protocol). When LACP is active on both ends of a cable run, the two devices exchange Link Aggregation Control Protocol Data Units (LACPDUs) to confirm the bond, balance traffic, and detect failures automatically.

Some routers and switches also support Static LAG, which skips the negotiation and forces the bond without LACP. Static LAG is simpler to configure but offers no automatic failover if one port misbehaves.

The Misconception: It Doesn’t Double Your Single-Device Speed

This is the part most guides skip over. Link aggregation does not give a single device a 2 Gbps pipe. If you bond two 1 Gbps ports, one laptop copying a file to your NAS still maxes out at 1 Gbps — because traffic from a single flow is hashed to one physical link and stays there for the life of that session.

What it does do is distribute multiple simultaneous clients across both links. If you and a housemate are each copying 4K video files from the same NAS at the same time, each of you gets a full 1 Gbps link rather than sharing one. The aggregate throughput doubles; individual stream speed does not. That distinction defines exactly who should and shouldn’t bother.

Who Actually Benefits from Link Aggregation at Home?

Home NAS with Multiple Simultaneous Users

A Synology, QNAP, or ASUSTOR NAS serving video files, Time Machine backups, and Plex simultaneously to three or four devices is the ideal link aggregation use case. Each client gets its own 1 Gbps lane. Without LAG, all clients compete for a single 1 Gbps uplink, and the NAS becomes a bottleneck the moment two users start heavy transfers at the same time.

Hypervisor and Home Lab Hosts

A Proxmox or ESXi server running multiple VMs benefits from LAG for the same reason — different VMs can be mapped to different physical links, spreading load and eliminating a single point of failure for your entire virtualization stack.

Fault Tolerance (Active/Passive Mode)

Even if you have only one device accessing the NAS, bonding two ports in active/passive mode gives you automatic failover. If one cable or port fails, traffic switches to the standby link within milliseconds — no manual intervention, no dropped sessions. This is particularly useful for always-on devices like security camera recorders or media servers.

Who Should Skip It

If your NAS serves just one user at a time, link aggregation adds configuration complexity with no meaningful speed gain. You’d be better served by upgrading to a 2.5G or 10G multi-gig connection, which genuinely does increase single-stream throughput. Similarly, if your bottleneck is your internet connection rather than local transfers, LAG does nothing — it only affects traffic flowing between devices inside your home network.

What Hardware Do You Need?

Both ends of the link must support link aggregation — your router or switch and your NAS or server. On the router side, ASUS (RT-AX88U Pro, ROG GT-BE98 Pro), TP-Link (Archer BE series), and Netgear (Nighthawk and Orbi Pro lines) all include at least two LAN ports with LAG support. Unmanaged switches do not support LACP; you need a managed switch or a router with built-in bonding. On the NAS side, Synology DS-series, QNAP TS-series, and ASUSTOR Lockerstor models all include dual Ethernet ports with 802.3ad support.

You will need two Cat5e or better Ethernet cables — one per port. For a wired backhaul upgrade to go alongside LAG, see our guide on MoCA adapters as an alternative for coax-fed rooms.

How to Set Up Link Aggregation

On an ASUS Router

Log in to your ASUS router’s admin panel (usually 192.168.1.1). Go to LAN → Switch Control → Link Aggregation. Toggle the feature on and select either LACP or Static LAG. The router will designate LAN ports 1 and 2 as the bonded pair. Connect both cables from those ports to your NAS’s two Ethernet ports, then enable bonding on the NAS side to match.

On a TP-Link Router or Switch

On TP-Link routers supporting LAG (such as the Archer BE series), navigate to Advanced → Network → Link Aggregation and select LACP Active or Static LAG. TP-Link managed switches use the L2 Features → LAG menu in the web interface. Always set both sides to the same mode — mismatching LACP on one end with Static LAG on the other will prevent the bond from forming.

On a Synology NAS

Open DSM → Control Panel → Network → Network Interface. Click Create → Create Bond. DSM offers several bonding modes: IEEE 802.3ad Dynamic Link Aggregation is the most common and requires LACP on the router; Adaptive Load Balancing works without a managed switch but offers only outbound load balancing. Select the two interfaces (eth0 and eth1), choose your mode, and apply. Synology will briefly drop connectivity while the bond forms — this is normal.

Link Aggregation vs. Multi-Gig: Which Should You Choose?

If your NAS has only one Ethernet port or serves primarily one user at a time, a single 2.5G or 10G connection is a simpler, more impactful upgrade. Multi-gig genuinely increases single-stream speed. If your NAS serves three or more simultaneous users, LAG with two 1G ports is a cost-effective solution that requires no new NIC or switch hardware — just configuration and a second cable. Many home lab users do both: a 10G uplink for the primary workstation plus LAG for the secondary bonded switch port serving the rest of the network.

The Bottom Line

Link aggregation is not a magic speed doubler — it’s a multi-client throughput multiplier and a failover mechanism. If you run a NAS that multiple household members or VMs access simultaneously, enabling LAG on a compatible router and NAS is a free performance upgrade that takes under 15 minutes to configure. If you’re a single user, skip the complexity and invest in a multi-gig adapter instead. Either way, run a speed test first so you have a baseline to compare against after any network change.

Related Articles