Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Balance Loading Over 2 Networks, nice way to get good speeds..

views
     
TSisieo
post Jan 26 2007, 02:49 PM, updated 19y ago

New Member
*
Junior Member
7 posts

Joined: Dec 2005


You can balance your load over multiple networks. In my case, i am connected to 2 networks-Maxis and ScreamyX. Doing this, i got the fastest speed i ever seen .. 164kB/s

user posted image

This is how you do it:

Extracted from: http://www.geekquestions.com/article/load-...ctions-1-1.html
QUOTE
Step 1,

Open regedit.

Go to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]

Add the valuename RandomAdapter if it does not exsist, make sure you add it as a REG_DWORD (DWORD Value).

Enter 1 as a value data to enable RandomAdapter or 0 to disable it.

Step 2,

Add the valuename SingleResponse if it does not exsist, make sure you add it as a REG_DWORD (DWORD Value).

Enter 1 as a value data to enable SingleResponse or 0 to disable it.

Step 3,

Reboot your computer.

Done!

Note! Make sure both RandomAdapter and SingleResponse have the data value 1 or the load balancing will not work.
kons
post Jun 17 2007, 05:55 PM

Конс
Group Icon
Moderator
6,181 posts

Joined: Oct 2004



Load balancing doesn't work like this.

Windows 2000 and above automatically select the first NIC in order in the "Adapters and Bindings" screen to send out all packets.

There is a need to tweak the routing table in the Windows to further distribute different traffic to different gateway.

In Windows 2000 Server and 2003 Server, we can using the "Routing and Remote Access" tool to define static routes.

Once we have started to gather all the seeds, look at the IP address of those seeds, if the seeds are distributed evenly from 0.0.0.1 to 255.255.255.254, we can define general static routes like this:-

Destination=128.0.0.0
NetworkMask=128.0.0.0
Gateway=(router 1 ip address)
Metric=(an integer higher than the default route metric)

Destination=0.0.0.0
NetworkMask=128.0.0.0
Gateway=(router 2 ip address)
Metric=(an integer higher than the default route metric)

Then Windows would be able to go through different gateway to connect to different seeds. Note that higher metric number = higher priority.

Note that above is just a very general example, further tweaking of the routing table is needed to achieve maximum performance.

The routing table can be edited using command too. smile.gif


 

Change to:
| Lo-Fi Version
0.0804sec    0.69    5 queries    GZIP Disabled
Time is now: 19th December 2025 - 10:40 PM