View previous topic :: View next topic |
Author |
Message |
prolific Apprentice
Joined: 19 Apr 2002 Posts: 237
|
Posted: Fri Jan 05, 2007 12:46 pm Post subject: combining 2 cable modems |
|
|
i have 2 cable modems connected to two different nics .. eth0 & eth 1 .. right now both nics have their own IP's via DHCP, but I can only use one connection at a time .. is there a way to bind the 2 connections together so that I can double my download speed ? |
|
Back to top |
|
|
neuron Advocate
Joined: 28 May 2002 Posts: 2371
|
Posted: Fri Jan 05, 2007 1:16 pm Post subject: |
|
|
not unless both your isp and your network cards have hardware support as far as I know.
BUT, you can do some tricks to use them both, for example some ftp servers supports serving files on different ip's, it won't increase the speed of a single transfer, but it will increase your speed if you have multiple people downloading.
some download managers should be able to split downloaded files in half and download one from each servers.
should be very easy to get bittorrent setup for downloading with both connections in theory, might be harder in practice (also some trackers might not like you if you set it up like that). You could ofcourse have one bittorrent client on each ip, and have them prioritize eachother, ie seed to eachother before anyone else (some clients have support for prioritizing lan traffic). |
|
Back to top |
|
|
thehailo n00b
Joined: 11 Mar 2004 Posts: 47 Location: US
|
Posted: Sat Jan 06, 2007 6:20 am Post subject: |
|
|
Honestly I spent a while trying to find an open source solution to perform load balancing and couldn't find anything. Besides specific hacks (like mentioned above), it doesn't look good. I eventually just crapped out and asked my boss to provide a SonicWALL that does basic outbound preempting/load balancing. It's not a great solution and far from cheap - $1,000 easy. It's cheaper than dedicated load balancing equipment though.
Even then they wouldn't act as one. Unless you get your ISP to bind them (never seen anyone willing to do it for a residential customer) you won't get them to act as one.
Last edited by thehailo on Sun Jan 22, 2023 2:17 am; edited 1 time in total |
|
Back to top |
|
|
arpunk n00b
Joined: 13 Jun 2006 Posts: 61 Location: Colombia
|
Posted: Sat Jan 06, 2007 6:27 am Post subject: Re: combining 2 cable modems |
|
|
prolific wrote: | i have 2 cable modems connected to two different nics .. eth0 & eth 1 .. right now both nics have their own IP's via DHCP, but I can only use one connection at a time .. is there a way to bind the 2 connections together so that I can double my download speed ? |
Nope, you can use both interfaces for different propouses though, so the load of one wouldnt get in the way of the others interface load. |
|
Back to top |
|
|
bugg_tb Apprentice
Joined: 19 Nov 2004 Posts: 282 Location: Leeds, UK
|
|
Back to top |
|
|
vibrokatana Guru
Joined: 09 Feb 2006 Posts: 328 Location: o0o0oo
|
Posted: Sun Jan 07, 2007 2:12 am Post subject: |
|
|
I wonder if bonding might work...
load balancing is in the kernel IIRC. virtually any distro should beable to handle it. _________________ My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time." |
|
Back to top |
|
|
|