Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-08-2003, 02:47 AM   #1
justsexxx
Too lazy to set a custom title
 
Join Date: Aug 2001
Location: The Netherlands
Posts: 13,723
ADSL + cable, is it possible to "merge" this BW?

Hi all,

Question, friend of mine(yeah even I do have some) has cable AND ADSL internet...He is using one as "backup" now...

ADSL 8 MBIT down, 1MBIT up, cable 2MBIT down, and small upload. Is it possible to "merge" this into 10 MBIT down? If so, what is the easiest solution?

Thnx

Andre
__________________
Questions?

ICQ: 125184542
justsexxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2003, 03:01 AM   #2
Sin_Vraal
Confirmed User
 
Sin_Vraal's Avatar
 
Join Date: Mar 2002
Location: Seattle
Posts: 465
Hmm, yea I think you could do it, you'd prolly need to make a linux firewall, set the load balancing to 80% DSL, 20% to cable, you could likely piggy back them... although , if you wanted to do something like that , I'd get 2 8mbps dsl links from 2 providers and get 16 =)
__________________
"Youjizz: Henry, Thanks to you 1 in 150 people online at any given time are jerking off on my websites"

Swift Communications -- UU net / Sprint / level 3 / savvis / Gblx

Quad Core SaS HDD 1000mbits dedicated bandwidth $2500

AmySpears! Amy getting fucked in the ass and getting choked on a chain! -- Devil Bucks!

skype: henry.goss
ICQ: 5.6.4.8.0.9.8.6
Sin_Vraal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2003, 03:09 AM   #3
GFED
Confirmed User
 
GFED's Avatar
 
Industry Role:
Join Date: May 2002
Posts: 8,120
Pretty cool... I remember something back when dialup was common that let you merge two phonelines/modems together...
GFED is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2003, 03:15 AM   #4
bringer
i have man boobies
 
bringer's Avatar
 
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
Quote:
Originally posted by justsexxx
Hi all,

Question, friend of mine(yeah even I do have some) has cable AND ADSL internet...He is using one as "backup" now...

ADSL 8 MBIT down, 1MBIT up, cable 2MBIT down, and small upload. Is it possible to "merge" this into 10 MBIT down? If so, what is the easiest solution?

Thnx

Andre
you can merge with a router like this one
however, you wont get the full upload speed on one thread. meaning if you want to send someone a file, it wont go full speed, but it multiple people are receiving files from you, it will use the bw from both the cable and dsl
__________________
333-765-551
bringer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2003, 03:25 AM   #5
Phil21
Confirmed User
 
Join Date: May 2001
Location: ICQ: 25285313
Posts: 993
Simple answer? You can't.

A bit more complicated answer? Ok you can....

One way is like the poster above me said. You can "combine" the connections, but you can never max out BOTH connections on the SAME tcp stream.

Meaning.. One download will max out cable, the next max out DSL. If you have multiple users, this is pretty cool.

The other way is to do it how you really mean (1 download maxes both connections out).

This is more or less impossible. However, lets say your friend had a linux box somewhere close by that both the cable and DSL had a good route to. That linux box also had a lot of bandwidth on it.

You can in that case, basically make both connections "tunnel" back to the linux box, which would then "combine" them via something like mlppp or whatever. Essentially channel bonding. However, your IP would appear as the linux machines, and you would also be traversing the internet to the linux box for ALL your packets, THEN eating your bandwidth not only at home, but wherever your linux box is located. Then you get into out of order TCP and other stuff, which could kill the connection if really bad.. I havn't tried it, so I can't comment on how well this would perform.

So basically no. Theres not much point in tunnelling like that.. save in some specific situations (say I know my cable and DSL provider both are only a few milliseconds away from my co-located machine.. I could setup fault-tolerant load balancing and not even notice if my DSL or cable went down (one at a time at least).. But, you have all the added hops, and extra bandwidth usage you have to pay for somewhere.

So just stick with the short answer.

-Phil
__________________
Quality affordable hosting.
Phil21 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2003, 03:42 AM   #6
Plan9
Confirmed User
 
Join Date: Jul 2003
Location: Seattle
Posts: 1,801
Quote:
Originally posted by Phil21
Simple answer? You can't.

A bit more complicated answer? Ok you can....

One way is like the poster above me said. You can "combine" the connections, but you can never max out BOTH connections on the SAME tcp stream.

Meaning.. One download will max out cable, the next max out DSL. If you have multiple users, this is pretty cool.

The other way is to do it how you really mean (1 download maxes both connections out).

This is more or less impossible. However, lets say your friend had a linux box somewhere close by that both the cable and DSL had a good route to. That linux box also had a lot of bandwidth on it.

You can in that case, basically make both connections "tunnel" back to the linux box, which would then "combine" them via something like mlppp or whatever. Essentially channel bonding. However, your IP would appear as the linux machines, and you would also be traversing the internet to the linux box for ALL your packets, THEN eating your bandwidth not only at home, but wherever your linux box is located. Then you get into out of order TCP and other stuff, which could kill the connection if really bad.. I havn't tried it, so I can't comment on how well this would perform.

So basically no. Theres not much point in tunnelling like that.. save in some specific situations (say I know my cable and DSL provider both are only a few milliseconds away from my co-located machine.. I could setup fault-tolerant load balancing and not even notice if my DSL or cable went down (one at a time at least).. But, you have all the added hops, and extra bandwidth usage you have to pay for somewhere.

So just stick with the short answer.

-Phil
I think my brain is going to explode =/
Plan9 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2003, 04:17 AM   #7
justsexxx
Too lazy to set a custom title
 
Join Date: Aug 2001
Location: The Netherlands
Posts: 13,723
Thanks for the answers. I appreciate it

Andre
__________________
Questions?

ICQ: 125184542
justsexxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.