Slashdot Mirror


ADSL Bandwidth Aggregation w/ Multiple Accounts?

kernel_panic writes "Okay, I've been reading up on combining two or more SDSL connections together to give you one big fat pipe, but I haven't seen any references to doing this w/ ADSL. This place even manufactures a nifty little hardware device (ePipe) that combines two WAN ports for the aggregate sum. I've seen the Netopia 7000 Series routers support this capability as well, w/ an add-on card, but all of these places only mention accomplishing this w/ SDSL accounts. I've seen a lot of info on bandwidth load balancing, but I want bandwidth aggregation (inverse multiplexing). Has anyone had any experience doing this kind of thing w/ your Linux/BSD gateway boxen?"

7 of 29 comments (clear)

  1. What's the application? by shoppa · · Score: 4, Informative
    In order to really make a single fat pipe you need hardware and/or software at both ends of the connection to do the aggregation. Are you connecting, say, a remote business office with headquarters? If so, the Stallion approach you already mentioned should work fine, as you can coordinate the equipment on both ends.

    I get the impression from your rejection of load balancing that you are more typically on the "client" rather than the "server" end of a connection. (Or maybe you're a server with only a single client, in which case load balancing probably doesn't help either.)

    If you're a guy in his house who wants a fatter pipe to download single big files, you probably cannot get the folks at the server to install special equipment for you. If your ISP will help you to support aggregation by putting equipment on their end to hook into their upstream connection, that's not so bad, and some small regional ISP's do specialize in this. But you'll have to tell us where you are to get a recommendation for such ISP's.

  2. What exactly do you want? by photon317 · · Score: 5, Informative


    Inverse Multiplexing would happen at the dsl modem level, not at the ip level. It would require inverse multiplex support at your provider's DSLAM, and you would probably be using multiple lines under a single account.

    IMHO the best way for a residential consumer to get more bandwidth (and reliability) is to multi-NAT your home network. Sign up for a couple of DSL lines (maybe pretend to be stupid enough that you want a second DSL for another room in the house or something) and perhaps a Cable Modem hokoup for redundancy and a bit more bandwidth.

    Into the ethernet jacks of each of the 3 or so modems, plug a direct crossover cable to seperate ethernet ports on your NAT/Firewall/Router box. A Sun Ultra 5 running OpenBSD with a quad fast ethernet card would work great.

    Have your NAT box run three dhcp client instances to get IPs on all three interfaces, and have it run NAT for a private network on the back.

    The last remaining part of the puzzle is having the gateway loadbalance the three available default routes per connection stream, either round-robin or by utilization.

    Hopefully someone will reply with a pre-shink-wrapped answer to that part, and preferably on OpenBSD since I already mentioned it, but I guess ultrapenguin could work too :)

    --
    11*43+456^2
  3. Possibility by Laverda · · Score: 4, Informative

    It seems possible to use a linux (or my preference -- OpenBSD) to NAT one or more internal addresses and round-robin each outgoing TCP connection from the NAT box -- alternate them between your two separate external addresses. Should be a pretty simply change to OpenBSD's pf NAT code -- if it isn't already there. Perhaps this could get you some higher incoming speeds? Maybe some coding here -- but it seems reasonable. Your internal machines should not care from which ADSL interface the traffic comes through since it's being NATed anyway. You just won't be able to load balance a single TCP connection.....

  4. It depends on what you want by Khazunga · · Score: 4, Informative
    If you really want to unify the various pipes into one big fat pipe, you'll need software on both ends. The software can act on any layer of the network stack, and unify the bandwidth for the layers above.

    This would tipically be done on the data-link layer, but can also be done at the IP level.

    If you can't change the software on the other end, you'd have to do the unification at the application layer. It depends on the application. Ex: for HTTP, you can balance the requests over the lines. When the size is known, you can do partial requests and balance these along the lines; for FTP, do PART requests for the pieces of the file. Expose a proxy for each application protocol. Not all applications can be adapted to take advantage of the multiplexing, however.

    --
    If at first you don't succeed, skydiving is not for you
  5. Outgoing easier than incoming by crow · · Score: 5, Insightful

    Outgoing packets can be sent out either connection. Unless there's some really paranoid packet filtering going on at your ISP, outgoing packets are routed without any concern for the source IP, so there's no theoretical reason why you can't have 100% load balancing across your connections for outgoing traffic.

    Incoming packets are routed by your ISP to a particular IP address. That address is normally tied to a particular physical connection. Hence, you have very little ability to load balance. All hope is not lost, though. If you are load-balancing outgoing connections, then connections that you establish will be randomly distributed between your physical connections, giving an approximate load balancing. For incoming connections, you can use DNS to list multiple IP addresses for your hostname, allowing some load balancing across the connections.

    Now the exact software configuration to acheive what is theoretical possible is a good question; I don't know.

  6. Good Google Thread by fatbitch · · Score: 4, Informative

    I was looking into this recently and though of posting exactly the same ask slashdot.

    Here is the most useful Usenet thread I found. It describes using multiple ethernet connections equalised as one connection..not round robin balanced as most other solutions seem to employ.

    If you are using PPP links check out eql, if (like me) you want to use broadband routers, eql will not do it, as far as I can see.

  7. ISB Pro800 Turbo by qurob · · Score: 4, Informative

    Info


    CHECK THIS OUT, 2 DSL\Cable lines into 1 BOX !

    The ISB Pro800turbo is Nexland's flagship. It is the only box of its kind to feature dual modem ports faster browsing speeds by load balancing two broadband accounts. Mix, Cable, DSL, SDSL and/or T1 connections. Auto-Failover between ports.

    The 8-port switch supports up to 253 computers making it easy to set up a small network in a snap. The Pro800turbo also contains Nexland's proprietary technology which allows unlimited IPsec tunnels over NAT.


    Looks like it'd be alright...Haven't personally used it, but for $379 it can't be all that bad.