How can I unite two LAN connections on one network?

Solution 1:

That pretty much depends on what is coming out of these two outlets:

So you have two independent legal broadband accounts (can be two DSL, two cable or one of each.)

There are two terms that might be associated with using two independent Internet connections.

  1. Combining bandwidth.

  2. Load balancing two connections.

Let's assume that you have two 3 Mbit/s connections, each capable to download at 300 KB/sec.

With combined bandwidth you should be able to download one file at 600 KB/sec.

With load balancing one single file will not exceed a download speed of 300 KB/sec. However you can download two files at 300 KB/sec or 4 files at 150 KB/sec, etc.

Unfortunately combining bandwidth can not be done without the ISP providing such a specific service.

Computers are Not mind readers. If the two connections are not synchronized at the source, your computer would know how to combine it to a coherent page.

Any if and but about it is just Wishful thinking.

The price of such a service (if available) is usually much more expensive than upgrading your connection from the basic service to a faster business or corporate service.

If you do have two independent services you can achieve koad balancing by using a Dual WAN Router.

This type of cable/DSL routers have two WAN connections for two broadband modems, and they would mange the Internet traffic to the LAN to be used in the most efficient way.

The ZyXEL P-663H-51 is such a router.

Alt text

Source

Solution 2:

Depending on your OS, you can use link aggregation protocols. For Linux, LAGCP will allow you to bind two interfaces to a virtual interface, and route traffic across the virtual interface. In windows versions before 2003, this was known as shotgunning a LAN.

In newer versions of Windows this is known as NIC Teaming. Most motherboard/NIC manufacturers provide NIC teaming drivers as an optional download (ASUS, Intel, Broadcom, and Realtek). Once the NIC teaming driver is installed, it's as simple as linking both LAN connections to the Team profile under network connections.

Bridging, is not what you're looking for, so be wary of the differences in 'Bridge this network adapter' and 'Team this network adapter'.