The Computer Oracle

How to Load Balance 2 Internet Connections on a Windows 7 machine?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over

--

Chapters
00:00 How To Load Balance 2 Internet Connections On A Windows 7 Machine?
01:17 Accepted Answer Score 10
02:10 Thank you

--

Full question
https://superuser.com/questions/140657/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #networkadapter

#avk47



ACCEPTED ANSWER

Score 10


I found a forum thread that suggested the following...

So far, I tried it, but I don't see much success (meaning most traffic still ended up on only 1 NIC, although sometimes I see both network cards having some traffics)...

Step 1

In the registry key, I added a DWORD value to the following hive:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NetBT\Parameters

New DWORD (32-bit) value: RandomAdapter and set its value to 1

After doing that I can see somewhat the network traffic being divided into both network adapters in the Task Manager, Networking tab.

Step 2 I change the Adapter Metric on both adapter to the same value per the following MSKB: 315088 & 258487