Connect two PCs via Ethernet to multiply bandwidth of 1 Gbps NIC

3

I just wanted to know if there is a way to create an Ethernet channel between two PCs.

Let's say that I have two PCs each having two 1 Gbps NICs, then I want to connect them together so that there is just one LAN connection on each with its specific IP address but with 2Gbps bandwidth.

This is what is used to increase the connection speed between two Cisco switches.

morTie

Posted 2012-05-21T15:07:23.940

Reputation: 470

Yes, you can create an aggregate connection, but usually it requires that the switch also has this capability. What operating system are you using and what is the model of your switch? – MaQleod – 2012-05-21T15:20:31.847

Is it possible: Yes it is. One has to consider the fact everything else about both machines would limit the 2Gbps performance by a good amount. Doing this WILL NOT double your actual bandwidth just the bandwidth in theory that will be possible ( which is pretty much useless ). The CISCO switches will still be limited to a single 1 Gbps port though. – Ramhound – 2012-05-21T15:23:27.983

let's say that I have no switch and just want to create a point to point connection between two PCs.. using straight cables – morTie – 2012-05-21T15:42:23.303

Answers

0

OK I got some helpful tips about link aggregation on UBUNTU here: https://help.ubuntu.com/community/UbuntuBonding it works with every NIC

but for windows I got this : "windows doesn't generally support link aggregation but some specific NICs support NIC teaming on windows with their special softwares"

morTie

Posted 2012-05-21T15:07:23.940

Reputation: 470

1NIC teaming is up to the NIC drivers in Windows. HP and Intel PRO NICs (and most probably others) have drivers which support teaming. Windows Server 8 will support teaming natively. – paradroid – 2012-05-22T07:39:03.360

"Windows Server 8 will support teaming natively" any links would be appreciated – morTie – 2012-05-22T07:40:59.070

1

You will first need to make sure that your switches support link aggregation, 802.ad.

Secondly, you will need to bond your NICs in a team. I've worked with intel adapters in the past to do this. Check out my blog on details of that.

http://wordpress.vaas.me/?p=25

Also, on the managed switch, you'll need to bond the two physical ports.

kobaltz

Posted 2012-05-21T15:07:23.940

Reputation: 14 361

good but lets make it more general ... I didn't see this teaming option in my Gigabyte NIC... – morTie – 2012-05-21T15:41:09.420

What about if one doesn't have a managed switch? – Enigma – 2013-03-01T16:42:33.763