Slashdot Mirror


Nexland Pro800Turbo Load Balancing Router Review

An anonymous submitter writes "Found this review today over at OverclockersClub.com. Apparently this router can load balance two broadband connections like DSL, Cable, or T1. The router can also act as a backup feature in case one of the broadband connections goes down, the router will automatically switch to the connection still working." At $400, it's not gruesomely expensive either, and I guess if you're willing to pay for two broadband connections anyway... The spec sheet (PDF) has more information.

141 comments

  1. why not a software solution? by User+956 · · Score: 3, Informative

    Why not a software solution, instead of dropping 400 bucks? Ultra Monkey is a package including LVS, prepared mostly by Horms.

    Super Sparrow is a distributed load balancing package also by Horms (formerly of VA Research|Linux|Software|Spacecraft|Doohickeys) that uses BGP route information to decide which server ought to service a request. Neat stuff. Super Sparrow is not ready for deployment, and appears to be on a back burner (due to VA's disinterest in such things these days, probably).

    LVS is the project to beat in this space, by a long ways. It is very very solid, and extremely efficient. Wensong is quite an impressive nerd.

    --
    The theory of relativity doesn't work right in Arkansas.
    1. Re:why not a software solution? by NetJunkie · · Score: 2, Troll

      Good luck geting BGP info from your cable modem providor.

      A machine running load balancing software is still hardware that must be managed. I like a small router with no moving parts over something with a hard drive that makes noise and heat.

    2. Re:why not a software solution? by ArchieBunker · · Score: 1, Insightful

      Because hardware based solutions are always faster. All pro video encoding is done with hardware mpeg cards instead of slow software. Chances are if you have a site that requires load balancing $400 isn't much of an investment.

      --
      Only the State obtains its revenue by coercion. - Murray Rothbard
    3. Re:why not a software solution? by bozoman42 · · Score: 2, Interesting

      All you actually need is Squid. Set up a user-visible cache, and parent it to two non-caching proxies on each line. Then just adjust the weighting based on the relative speeds of the lines. I'm assuming this is all the functionality this little router provides.

    4. Re:why not a software solution? by march · · Score: 2, Informative

      This will not load balance "a site" - rather, it will load balance your connection to the internet.

      Big difference. You can't run a load balanced web site with a device that works in this direction. To do that, you need a big pipe in that gets load balanced to *your* servers.

    5. Re:why not a software solution? by mindstrm · · Score: 3, Insightful

      How does LVS help me use my calbe & dsl at the same time. I have 3 or four workstations on my network at home.. a mac, a couple windows boxes, and a linux box.

      Now I want ot get DSL & Cable, and use both at the same time.

      That's not a problem that LVS solves for you.

      That's the kind of thing this box does.

      This is about the home or small office user making use of multiple internet connections efficiently and easily for their networking needs.
      Yeah, of course you can do this with linux... but lvs isn't it.

    6. Re:why not a software solution? by Hoonis · · Score: 3, Interesting
      Here's a software solution from my company (Rainfinity) that doesn't use BGP:

      http://www.rainfinity.com/products/rainconnect.htm l

      Runs on linux, does other rather clever things (can rewrite DNS replies as well for *inbound* load balancing). It works nicely with either a commercial firewall (checkpoint/raptor) or IPTables; or can be used just as an HA router in front of existing firewalls. A feature this crowd will like- you can do everything via a command-line interface if you don't like GUIs too!

      DB

    7. Re:why not a software solution? by JPriest · · Score: 3, Informative

      Why would you need the BGP info? Both broadband connections are routing to the exact same gateway router. You are just load balancing the data over 2 lines to get there.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    8. Re:why not a software solution? by Ziviyr · · Score: 1

      Because hardware based solutions are always faster.

      In the case of network where even older CPUs can do packet-fu with enough spare computrons to simulate a nuclear explosion (did I say in a timely manner or high detail or anything?) I think that a hardware based solution might not have the edge you're assuming.

      Hardware kicks ass for repetitive fixed functions (screw flying cars, where is my hardware constructive solid geometry raytracer), but normal CPUs are there and programmed for the task already and aren't strained by it much.

      --

      Someone set us up the bomb, so shine we are!
    9. Re:why not a software solution? by JPriest · · Score: 2, Interesting

      Well in a way you could if you had static IP's and a domain, each line from the provider will use its own IP address. You could just give out different IP address from the DNS servers or have multiple A records for the domain. Different requests will use different lines.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    10. Re:why not a software solution? by NetJunkie · · Score: 1, Troll

      I was replying to the first post about using BGP... But, it would be nice to have it if you were balancing cable and DSL...but you'd never get it from those providors.

    11. Re:why not a software solution? by elfkicker · · Score: 2

      I've never tried this on linux, but couldn't you just set both gateways to a metric of 1? I think you need to run routed for this to work, but in theory this should send requests out over each line. Anyone tried this?

      For incoming connections, if both IPs are static you can simply run dns on each IP and roundrobin between them. Will work fine for most purposes.

    12. Re:why not a software solution? by bozoman42 · · Score: 2, Informative

      This actually wouldn't work, because you don't have an autonomous system number for a subnet (and AS's aren't given below about /23 anyways). In other words, you'd need real routing protocols like BGP on your border router.

      Think about what would happen: say you started up a ssh session to foo.domain.com; the remote server would see packets coming from two different IP addresses claiming to be alternating for the same session. TCP just doesn't work that way normally.

      So as I implied, you'd need to fix your IP inside a subnet that is broadcasted on the BGP routing tables.

    13. Re:why not a software solution? by phoneboy · · Score: 3, Interesting
      > Why not a software solution, instead of dropping 400 bucks?

      Because not everyone has the time/engery/experience/hardware necessary to set this up on a Linux box. I was running my home firewall on a Linux box until I got one of these things. It has issues, but it generally works and requires less fscking with.

      I've had one of these since October, and they're not bad. I got one of these and one of Nexland's wireless access hubs as "review units." I wrote up a review on the product, which details the pros and cons of these devices.

      -- PhoneBoy
      "I say live it or live with it." -- Firesign Theatre

      --
      The views expressed herein are not necessarily those of anyone, including the poster.
    14. Re:why not a software solution? by Anonymous Coward · · Score: 0

      Another reason that a hardware solution is better than a software solution is reliability. The hardware solution has no moving parts. Hard disks fail. You could create a cd based solution that doesn't rely on hard disks, but then that is going to take enough time that $400 starts sounding more reasonable.

    15. Re:why not a software solution? by Milosch · · Score: 1

      Also of note, this box will not handle IPSEC passthru on the second WAN port. They fail to mention this in the documentation I read.

      --
      Miles Lott
    16. Re:why not a software solution? by Olinator · · Score: 1
      Blockpoth the quoster:
      Both broadband connections are routing to the exact same gateway router

      I'd be real surprised if the Verizon DSL available in my area shared a gateway with the Charter Pipeline cablemodem service.

      Ole
    17. Re:why not a software solution? by bruthasj · · Score: 1

      Anyone know of an Open source GPL'd solution?

    18. Re:why not a software solution? by Mr.Intel · · Score: 2
      All you actually need is Squid. Set up a user-visible cache, and parent it to two non-caching proxies on each line. Then just adjust the weighting based on the relative speeds of the lines.

      Sure but then you have three pieces of hardware where this could be done with only the one mentioned. That increases probability of failure, admin overhead, power consumption and heat generation. Not to mention that the hardware costs would be more for the quid based solution depending on existing unused hardware you have available for squiding.

      --
      ASCII tastes bad dude.
      Binary it is then.
    19. Re:why not a software solution? by Tsar+Ivan+IV · · Score: 1

      Actaully you can run the several instances of squid on the same machine. Takes a bit of tweaking, but there you go.

    20. Re:why not a software solution? by Mr.Intel · · Score: 2
      Actaully you can run the several instances of squid on the same machine. Takes a bit of tweaking, but there you go.

      I thought about this and have run two copys at once before. If you have any kind of traffic though, you will need a pretty beefy machine with a good chunk of RAM. By the time you have set all this up with hardware costs and time spent, $400 could look pretty cheap.

      --
      ASCII tastes bad dude.
      Binary it is then.
    21. Re:why not a software solution? by bozoman42 · · Score: 1

      Yes, quite true. But many Slashdot geeks just have a P3-600 or something lying basically unused as their l33t firewall anyways. :-)

    22. Re:why not a software solution? by Mr.Intel · · Score: 2
      But many Slashdot geeks just have a P3-600 or something lying basically unused as their l33t firewall anyways.

      I actually have a P3-550 with half a gig of RAM sitting next to my main PC so I am a victim of my own argument... I could probably sell it but it wouldn't go for much more than $300...

      --
      ASCII tastes bad dude.
      Binary it is then.
  2. Load balancing by PhysicsGenius · · Score: 3, Insightful
    This story warms the cockles of my heart. I really love it when a little guy is gets back at big, faceless corporation by putting resources together in unexpected ways like this. I mean, here he is, buy two connections and getting 1.8 times the bandwidth! And for only a modest outlay of $400! Ingenious and I bet the DSL/cable providers are beating their heads trying to find a way to discourage this kind of activity which must really eat into their profits.

    I just can't stop laughing.

    1. Re:Load balancing by march · · Score: 2, Interesting

      I'll respectfully disagree.

      Why would this make cable/telecom companies "beat their heads" over this? It gives them more business. In fact, I bet it would increase their business. Joe Blow orders *two* cable modems because he wants twice the bandwidth. Same wit DSL.

      Yes, for redundancy, you'd be better off with one cable and one dsl, but still, that means that there will be more business for the big guys overall.

    2. Re:Load balancing by Darth_Burrito · · Score: 1

      Now if only the load balancer could also fetch the AUP of each ISP to dynamically determine which connections were permitted to host which services...

    3. Re:Load balancing by Emil+Brink · · Score: 1

      Me, too! (There, did you get it now?)

      --
      main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
    4. Re:Load balancing by Anonymous Coward · · Score: 0

      Why the cynicism? Some people can afford two broadband connections, and a $400 routing device. It's still far cheaper than fractional T3, and it may be the only way to get decent rates. Face it, we're all slaves to the broadband companies: even if we're willing to pay twice as much, they won't give us twice the speed. They're of the opinion that one plan fits all, and no one should need the throughput anyway, since you should only be checking email and MSN.

      And this is where some idealist comes in saying that you should vote with your dollars. That only works for a free market, which broadband access is anything but. You have exactly one choice in most cases.

      If you're willing and able to pay more for better service, even if it means using hacks like this, then why not? Sure, it's giving more money to your regional monopoly for service you should be getting anyway (and often were before the caps were dropped) but we don't exactly have a lot of choice.

      I'm sure this makes me look like a submissive little consumer, but I need my broadband (as much of a misnomer as it is); it's still far superior to dialup.

    5. Re:Load balancing by Anonymous Coward · · Score: 0

      that's the lamest troll i've read in a while. but they still bit it.. ah well.

    6. Re:Load balancing by GMontag451 · · Score: 2
      It's still far cheaper than fractional T3, and it may be the only way to get decent rates.

      This will not get you faster download speeds. For that you would have to have something arranged with your ISP. What this will do is divide up the computers (or possibly separate TCP sessions on the same computer, I'm not sure) between the two broadband connections. This will let two computers each max out one pipe, instead of having to share the pipe. It won't let one computer use both pipes at the same time.

    7. Re:Load balancing by Anonymous Coward · · Score: 0

      Talk after you pass networking 101, kthxbye

    8. Re:Load balancing by tps12 · · Score: 0

      That only works for a free market, which broadband access is anything but. You have exactly one choice in most cases.

      These two sentences have nothing to do with one another. Free markets will occaisionally and temporarily produce monopolies, especially within regional boundaries and in industries with large infrastructure and barriers to entry.

      If telecommunications infrastructure hadn't been government-subsidized from the beginning, we would have freer broadband networks. However, there would also be four companies each trying to sell broadband in NYC, LA, Chicago, and a few other population centers, while the rest of the country tried to get reliable phone service for dial-up.

      --

      Karma: Good (despite my invention of the Karma: sig)
    9. Re:Load balancing by Mr.Intel · · Score: 2
      I'll respectfully disagree.

      YHBT YHL HAND

      --
      ASCII tastes bad dude.
      Binary it is then.
    10. Re:Load balancing by Anonymous Coward · · Score: 0

      lmao

  3. More LVS info for those interested... by User+956 · · Score: 5, Informative
    For those interested in using LVS for software routing, it's fairly simple. Basically, you patch a stock Linux kernel and use a tool similar to ipchains to establish virtual services. These services forward requests to your back-end real servers according to a flexible ruleset that you design.

    You can use NAT to hide the real servers from the Internet if you like. This allows you to use most any web server you like (such as IIS), but more fancy routing tricks can be done with Unix or Linux servers for even better results. We use NAT at our site (university EE department) and it can handle more load than we will ever receive -- our objective is high-availability. Also, you can use different methods for different server clusters on the same director (e.g. tunneling tricks for Linux apache servers, and less magic for IIS).

    And LVS can be set up such that once a user connects to a particular server, his subsequent connections go back to the same server.

    Useful links:

    --
    The theory of relativity doesn't work right in Arkansas.
  4. Load Balancing/ Failover by Anonymous Coward · · Score: 1, Informative

    I've been doing mostly this (manually though) via my linux-based fw/router.

    I've got two BB connections (it's great working for an ISP/Bell) and 1 inside.

    The inside connection is secured via NAT and ipchains. The two outside connections are secured via ipchains. I dual-default route out, with some static routes for preferred connections.

    Cost me a few hours and a free p-133.

    1. Re:Load Balancing/ Failover by devmanager · · Score: 1

      If you're looking for failover, SMC makes a wireless router with serial interface that will automatically fail over to ISDN or dialup connection if the broadband connection goes out. The same router has a built-in print server and all the normal firewall stuff. It's a real nice all0-in-one solution, and the price is right (I paid 179, but it's available for less now).

      --
      ____DevManager_____
  5. Good lord.... by Anonymous Coward · · Score: 2, Insightful

    First, this router has been out for a long while.

    Second, 2 WAN connection AND modem/ISDN backup is sweet for an out of the box solution. Not a bad price, as already stated.

    However, and third, a regular PC with a DFE-570tx or it's successor, the 580tx, by Dlink, allows 4 10/100 ports per pci slot. And regular 10/100 nics can be found for less than $10 shipped. You could build a machine for about half the price with greater future expandability.

  6. Hmmmm........ by Anonymous Coward · · Score: 0

    Since I work for a major cable ISP my cable and broadband is free. If I need a second modem it only costs me $15.00 a month for the second. At $15.00 a month for double the speed simultaneously across 2 modems it may not be that bad. My question is....does the ISP have to support this on their end ala shotgun 56k modem to allow you to effectively dowble your bandwidth? I have asked around...and nobody in my office seems to have an answer.

    1. Re:Hmmmm........ by wilko11 · · Score: 1

      The ISP does not have to do anything special to support this. In fact, each connection could be to a different ISP.

      It should be noted however, that this router cannot load balance a single TCP session across both links, so the maximum you can get for a single TCP session is the speed of a single link. (I think that you possibly could get more outbound speed if the router used source address spoofing, but this may cause problems if the ISP has anti-spoofing filters so they probably don't do this.)

      As each link will have a different source IP address packets for a given session will always have to be transferred on the same link.
      This also means that if a link fails some sessions will drop. The router will be able to re-establish them over the second link but it will not be seamless as it would with a true BGP connection (but hey, the price is a lot less!)

  7. Inaccuracy by acrhemeied · · Score: 3, Informative

    "If the Duplex LED is flashing this means their has been a collision on your network. This happens when packets are dropped for some reason or the packets have been misdirected. This usually only happens when two computers are using the same IP address and this usually only happens when you specify an IP address rather than using the DHCP feature built in the router."

    Network collisions occur when two hosts try to submit simultaneously. The NIC listens for the resulting static on the network line (as static is produced when the signals garble), waits a random length of time, and retransmits. This happens (I believe) at a lower-than-protocol level.

    1. Re:Inaccuracy by ddstreet · · Score: 2, Informative
      ...waits a random length of time, and retransmits. This happens (I believe) at a lower-than-protocol level.

      It does wait a random amount of time, but if another collision is detected then the wait time doubles, and the process continues. It's called exponential backoff.

      And ethernet protocol (the "physical layer" protocol, in OSI or TCP/IP language) is called Manchester encoding. It places 0-to-1 or 1-to-0 transition in every bit, so it's always possible to sync up even in long periods of identical bits.

    2. Re:Inaccuracy by ender81b · · Score: 2

      Not necassarily. On switches a collision should never happen. Hubs, on the other hand, collisions are commonplace since the bandwith is shared. What he described are relaly the only two reasons that a collision should occur on a switch.

    3. Re:Inaccuracy by Alrescha · · Score: 2, Insightful

      "Not necassarily. On switches a collision should never happen. Hubs, on the other hand, collisions are commonplace since the bandwith is shared. What he described are relaly the only two reasons that a collision should occur on a switch."

      Collisions can happen on a switch any time two packets (or more) are generated on the wire at the same time. This could be the switch itself and the host at the other end of the cat5. It can happens often on a busy segment (you don't *want* it to happen often, but...).

      The original quoted description of collisions is just wrong. The collision light on an Ethernet device has absolutely nothing to do with IP addresses.

      A.

      --
      ...bringing you cynical quips since 1998
    4. Re:Inaccuracy by khuber · · Score: 2
      On switches a collision should never happen.

      If each port on the switch connects to a single node on the network and connections are duplex, no collisions will take place. (But imagine if one of your switch ports is connected to a hub with two computers connected to the hub.)

      -Kevin

    5. Re:Inaccuracy by Anonymous Coward · · Score: 0

      I'm staring at an fiber switch right now (it's in my "office" [aka closet]), and the colision lights are blinking quite alot.

      It happens when the switch tries to send something on a line at the same time the line tries to send to the switch btw.

    6. Re:Inaccuracy by vawlk · · Score: 1

      there are always atleast 2 devices in a collision domain. A NIC and the port it is plugged in to can talk over each other and cause a collision.

      Collisions can and do happen on a switch, but not nearly as often as hubs.

    7. Re:Inaccuracy by khuber · · Score: 1
      How can a NIC and a switch port talk over each other if the connection is duplex? What you're saying doesn't sound right to me.

      -Kevin

    8. Re:Inaccuracy by vawlk · · Score: 1

      woops didn't see the full duplex part. My bad.

  8. Yeah right by mnordstr · · Score: 2

    From the article: Features: "For Businesses with Heavy Traffic Loads"

    Seriously, if you are a business and have a heavy traffic load or really need a good connection, you don't use broadband... That's good if you have a medium traffic load or need a somewhat reliable connection. I would never trust a broadband connection to be fully reliable, unless it's a dedicated pipe.

    And I guess that router is only for normal surfing, no servers. If it constantly switches between two connections, the IP must switch too, right?! I guess one could have a DNS set up with the two IPs but if one of the connections go down, the dns lookup will find the invalid IP every now and then, making the web-site or whatever being run a bit unstable. So this is not a solution if you want to run a service behind it, only several clients using a lot of bandwidth that needs to be load-balanced.

    1. Re:Yeah right by Anonymous Coward · · Score: 0

      since it uses both connections, just have two dns entries for the same location.

      What I would do is have a T-1 as the 'reliable' connection, and the DSL/Cable as the 'backup'. Then you set the cost of the DSL/Cable address as higher than the other, 'reliable', address. Or you can even set the cost at 100, and it would only use that connection if the 'reliable' failed.

    2. Re:Yeah right by zootread · · Score: 2, Funny

      What they mean by "Businesses with Heavy Traffic Loads" is rich warez monkeys who need 600 kilobytes/second transfer rates to fill up their 1 terabyte RAID in slightly under 20 days.

      --
      Zoot!
    3. Re:Yeah right by oPless · · Score: 1

      heh, Of all the leased lines I have had ( 64K to 2Mbit) my ikkle biz broadband (2mb) has been *FAR* more reliable than any of them.

      Ok, so the SLA isn't as good, and 90% of the problems have been LINX routing issues, the other 10% being the fact I'm using DSL that runs over BTs DSL ATM network - Apparently being on an unbundled exchange I can request to be switched over to Easynets own DSLAMs at the exchange, but I've never had an outage lasting more than 30mins.

      Ho hum.

  9. OKay by mindstrm · · Score: 2, Insightful

    This is not a load balancer for server farms.

    This is for, say, having 2 internet connections and using them both. Getting cable & dsl at home and making use of both of them.

  10. Cheap way to upgrade! by Aliks · · Score: 2, Interesting

    I'd been wondering about load balancing a pair of ADSL lines. This confirms my hunch.

    In the UK at least, the basic home service is 512k down, 256k up and a single IP address. The cost of 1mb down 256k up is much more than twice the basic cost, presumably because it is counted as a business service. Getting 2Mb down 512k up is a lot more again. It would be far cheaper to get 4 lines converted to ADSL with the added bonus of some redundancy.

    As far as I know the pricing is set for market segmentation rather than for any inherent extra costs for the fatter pipe. The same home user is unlikely to hog the extra bandwidth, they will just get a better service.

    Anyone know any real objections to this from the telcos perspective?

    1. Re:Cheap way to upgrade! by GutBomb · · Score: 2

      the telcos will probably also see setting up more than one DSL line at one location as a "business service" as well, and will just say "no, get the 2mbit service instead"

    2. Re:Cheap way to upgrade! by Hawk-ML · · Score: 1

      The only problem is I think you'd have to have a seperate phone line for each DSL link. So you'd pay for the extra ADSL lines and phone service, plus install fees.

    3. Re:Cheap way to upgrade! by Anonymous Coward · · Score: 0

      Or you can just get this bad ass program called X-system http://www.xteq.com its a windows tweeking program but it allows you to load balance asmany NICs as you have. Im not sure if it works for multiple Internet connections but I'm know it does for my LAN. Hope it helps

      -David

    4. Re:Cheap way to upgrade! by Anonymous Coward · · Score: 0

      You'd also have to make sure (and being BT you might have to fight even for this) that they ran an extra phone line to you and didn't just split the one you have into 2.

  11. Re:Page widener by Anonymous Coward · · Score: 0

    Nice work .. but how the hell did it widen the page??

  12. Heh.. by Anonvmous+Coward · · Score: 1

    "Nexland Pro800Turbo Load Balancing Router Review"

    When I first read this, I thought it was an ad directed at all the servers that Slashdot has wiped out. I was about to congratulate Taco for generating a revenue stream. Heh.

    1. Re:Heh.. by Hellkitten · · Score: 1

      Buisines plan without "???":

      Read slashdot, wait for sites to get slashdotted

      Offer bandwith to slashdotted sites

      Profit

      --
      - We are the slashdot. Resistance is futile. Prepare to be moderated -
  13. Can this be done with Linux? by RelliK · · Score: 2
    This would require bonding of two network interfaces. As far as I know that was one of the features included in 2.4. Can somebody confirm?

    As for failover, that would be really easy to do regardless of the load balancing support. You just need a cronjob that checks if one of the connections is still up, and reconfigures routing & firewall on timeout.

    --
    ___
    If you think big enough, you'll never have to do it.
    1. Re:Can this be done with Linux? by Hoonis · · Score: 2, Informative
      Yes, there is a feature in ip route 2 that lets you set up load balancing out multiple connections. It's a bit of a muddle to set up & make it work with IPTables but worth the effort. Setting cronjob to test if things are "up" is a little harder than it sounds though, a dying T1 line often is up 30% of the time, which is actually reason to leave it working for inbound email etc..

      Here's our linux software solution:

      http://www.rainfinity.com/products/rainconnect.htm l

      This software uses a linux kernel module that does some neat tricks with packet rewriting to do nat, inspect & modify DNS server replies, nat rules, etc. It also has a configurable connection monitoring service & a bunch of recommended deployments for HA email/web serving/outbound surfing, etc. Works on Solaris and Win2k too..

    2. Re:Can this be done with Linux? by LWolenczak · · Score: 2

      You would not need to bond ethernet interfaces. You would need four things.

      1. IPTables Reference. You will be using the MARK rule, and one of the new modules that do % of time matching.

      2. A working knowlage of the IP Route 2 tools.

      3. Properly configured Interfaces. You will have one route that will ALLWAYS be primary, then a Secondary Interface. The secondary will will have a slightly higher metric for the default route, but you will need to "src" the packets leaving that interface, and makesure your nat rules are working properly.

      4. You need to know your shit to do this. Fucking with this stuff will fuck up your access.

      You need no cron job to check the interfaces. Routing does it all for you. Thats why there is this thing called metrics.

      -LW - LW@LWolenczak.net

  14. Pathetic Testing Methodology by Insanity · · Score: 2, Insightful

    After two long and useless pages that guide us through the setup screens on the router, we get a test of half-life pings, and downloading from two websites. To add insult to injury, the reviewer uses IE, which is known to report little more than crude approximations of transfer rates.

    The half-life pings aren't telling us anything, as it's a well-known fact that pings jump when your connection is saturated. It doesn't matter if you're multiplexing two of them.

    Win2k/XP can both report raw ethernet throughput using perfmon. This would have been a much more useful and reliable benchmark.

    Too many issues are left unaddressed: does this solution double your upload or download rate to a single host? Are you accessible through a single IP, and if so, which one of your broadband connections is used for this?

    Can anyone who's actually used this provide some insight?

    --
    Nix absolutably seriousness.
    1. Re:Pathetic Testing Methodology by hal9000(jr) · · Score: 0

      What this does is forward outbound connections down different pipes. So you get better outbound connections. Each outbound is natted as well. Inbound? Well, your stuck with one pipe or another.

      Why is this cool? Because we may actually get better performance through the box than you could with one BB connection.

      For those of you saying any router that can handle OSPF or BGP is way better, get a grip. Try to find a BB provider that will even talk to you about peering. It's just not in the cards.

    2. Re:Pathetic Testing Methodology by gotak · · Score: 1

      how the heck is this suppose to work over two connections? Isn't the two BB connections of idividual ips? Wouldn't that mean either way you can only have a connection on one line at a time not over two?

      In may ways this doesn't do anything i can't do with iproute2 already.

  15. Maybe, Maybe not by Shook · · Score: 1

    On one hand, this does get a customer paying twice as much. On the other hand, the companies prefer customers that use small amounts of bandwidth. A customer who goes to the expense of getting two lines is probably a hardcore bandwidth fiend. The ISP would probably prefer 2 customers who download in moderation.

    Of course, maybe this bandwidth fiend would now only be downloading Linux ISO's and lawfully purchased pornographic movies 12 hours a day, instead of 24, and paying more of his/her share.

    But I have a feeling these routers will be much more attractive to small business customers. I'm not really sure how pricing schemes for business accounts go. But I once worked for a company with 20 employees, and about 30 computers. They had about 15 computers on one cable modem, and the rest on the other modem. I think a router like this would be attractive to such a office.

  16. what the f*** by Anonymous Coward · · Score: 0

    what is with all these pos gateway routers that only support >=24 bit subnets.

    I bought a linksys router, and was very disapointed to find out that it wouldnt let me set a subnet for more that 254 hosts. I doubt the hardware can only support a max of 254 connections that would be oh too convienient. what is the reasoning behind this. btw i emailed linksys about this problem and all i got back from them was a "yes the router only supports 254 host connections"...

    1. Re:what the f*** by Not+The+Real+Me · · Score: 1

      A Linksys router costs about $60 for the one port model, about $90 for the 4 port 10/100 switch model.

      If you are buying a router for $60 to $90, why would you need it to support more than 254 hosts?

    2. Re:what the f*** by TeddyR · · Score: 1

      It only supports 254 connections because the firmware only lets you select a class C netmask for the internal LAN side... Firmware "real estate" on some of the devices was such that it made the code MUCH simpler to do it the way they did...

      Plus:

      The device is meant for a home user with maybe a MAX of 10 machines...

      if you have anywhere near the 100 hosts range you should be looking at a real router like a Cisco or a properly configured Linux box.

      --

      --
      Time is on my side
  17. NexLand Security by Juhaa · · Score: 2, Insightful

    I have been unsatisfied with the Pro800Turbo. It is not able to properly act as a DNS relay when working with multiple WANs (ISPs); if one of the ISPs goes down, the unit sometimes fails (so much for the backup capabilities); and the unit just hangs every now and then.

    I have complained to Nexland technical support numerous times about the DNS problem. I purchased the router several months ago, and all they've come up with so far is the obligatory "try the new firmware" (which didn't solve the problem).

    I would not recommend purchasing the Pro800Turbo at this time, as the hardware/firmware is just not good enough yet (and the tech support is not able to compensate for this shortcoming).

    I am now on a multiplexing BSD implmentation (OpenBSD), the two feeds are load balanced pretty nicely (and using just an old P5 box). I don't believe I'd ever go back to the NexLand box again. Also, Linux people might be interested in load balancing in their kernels, I've not tried it msyelf, if someone has please let me know if it's worth looking into.

    1. Re:NexLand Security by Not+The+Real+Me · · Score: 1

      When I mentioned I wanted to increase the DSL bandwidth at my office because I wanted to do media hosting and I brought up the Nexland Pro800/Turbo, the network guys at my ISP told me that the Nexland was flaky for Linux/Unix systems. I run Linux, the network guy at my ISP runs BSD, don't remember which variation.

    2. Re:NexLand Security by phoneboy · · Score: 2
      > It is not able to properly act as a DNS relay when working with multiple WANs (ISPs)

      It doesn't handle DNS packets very well at all. I have a Debian box set up here with BIND. Unless I point the forwarders at the inside IP of the Nexland, DNS won't work. Why? Because it appears to re-write all the DNS packets from the Internet with it's own internal IP. Nexland's response? That's the way it's supposed to work. sigh

      -- PhoneBoy
      "I say live it or live with it." -- Firesign Theatre

      --
      The views expressed herein are not necessarily those of anyone, including the poster.
    3. Re:NexLand Security by Anonymous Coward · · Score: 0

      I'll second that thought about Nexland's firmware quality (or, more precisely, lack thereof.) I purchased one of their smaller router/firewall boxes last year and had nothing but problems. The unit went "brain-dead" periodically and tech support was worthless. After two or three rounds of "..try the latest firmware.." I returned it for a refund. Oh, and the much-vaunted failover to dialup/PPP never worked either. Basically, a piece of crap.

  18. meep meep by fuck+you,+clown! · · Score: 0

    fuck you, clown!

  19. Mark II from Net Integration Tech by Juhaa · · Score: 1

    Forgot to add this,

    I also evaluating a box that seems to clearly kick butt on the Pro800Turbo. This box is called the "Mark II" from Net Integration Technologies out of Canada. I have one here in my lab right now and testing begins this afternoon. If you want to see it, go to:
    http://www.gdbsolutions.com/netitech/markii.p df

    So far I haven't seen any satisfactory black box solutions for under a grand. If you want to do it right, spend a little more money and be pleasantly surprised.

    1. Re:Mark II from Net Integration Tech by Anonymous Coward · · Score: 0

      Wow, the Mark II box has an Athlon inside with Linux cool. I wonder how much cheaper it would be to implment the software they did on a white box?

  20. Backup by Anonymous Coward · · Score: 0
    That's great that the router can act as a backup in case one of the connections goes down. They're going to need it when their site gets slashdoted..

  21. What we have here... by FreeLinux · · Score: 1

    What we have here is a router that supports two or more equal cost paths. That fact is that any real router that supports OSPF or some other dynamic routing protocol the supports multiple equal cost paths(BGP) has been able to do this for years.

    What broadband users need is something like MPPPoE(Multilink PPP over Ethernet). This is something that I proposed, several years ago, while working for one of the top three network vendors. Marketing determined that there was insufficient demand and it was never implemented in any of the equipment ISP or CPE. There are a few obscure vendors that claim their products do this. But, in order for this to work the ISP must support it at their end. To date, I am not aware of any ISPs that do.

    1. Re:What we have here... by Anonymous Coward · · Score: 0

      Not only that, but if you accidentally happen to use the feature when your ISP [ehem EARTHLINK! (www.earthlink.net); ehem ARNET (www.arn.net) has accidentally enabled it, you can get your account flagged as a "type A" infringement and disconnected with NO RECOURSE... [type A for earthlink was Repeat Spammers, Credit card fraud, etc; disconnection with no chance of restablishment of account]

  22. My Netopia does the same deal. by antis0c · · Score: 2

    My Netopia SDSL Router does the same thing. Of course its SDSL Only, plus its technically a business class router, its about the same price, but I got it free with the business SDSL I signed up with uunet. It has two SDSL ports on the back, by default you can only use the second one as a backup, which switches on only when the primary fails. However a 20 dollar firmware upgrade lets me bond them. So for example, if I had two 384k bonded connections, I'd have one 768k connection. Too bad its too expense to make it worth my while =)

    --

    ..There's a-dooin's a-transpirin'
  23. Re:Great for office use. by SirRichardPumpaloaf · · Score: 1

    Aha! Here is our widener! Let's see if Slashdot will fix it now that it affects their beloved Mozilla.

  24. Spammer by DooBall · · Score: 1

    I guess this is the kinda connection that spammer from the other article was looking for

  25. I agree by Anonymous Coward · · Score: 0

    but it's Sunday. My day off.

  26. Because Software isn't Free? by mstrebe · · Score: 2, Insightful

    Software solution? Are you kidding? I don't know of any software that runs without a computer underneath it, and it's damned difficult to put together a reliable machine with a case and four network adapters for less than $400.

    Software isn't free. It requires hardware. When you get dedicated hardware and software that can be configured by someone who doesn't frequent slashdot, you've got a compelling solution.

    Anyway, I installed this box at a client site four months ago (two Covad DSL lines), and it's been flawless the entire time. I highly recommend it for situations where better bandwidth isn't available. It's about as easy to configure as a Sonicwall, not quite as easy as a Linksys. Web managed with a gotcha or two in the UI.

    --
    aka Matthew at SlashNOT/!
  27. I don't understand how this works by sean@thingsihate.org · · Score: 2, Informative

    Can someone explain how this works to me?

    As far as I know, to even do that with big connections you need to go through the same ISP and PPP bond them together. Say I have two T1 lines, one from Sprint and one from UUNet. Each one can transfer 1.54 megabits per second, theoretically. Even though I have two T1 lines, if I go and connect to some remote FTP server, it's only going to send data back to Sprint or UUNet. It can't figure out "hey this guy's got two connections, I should start sending him data on both of them" and suddenly be able to download twice as fast, can I? I may have two T1 lines, but I still can't transfer a file faster than 1.54mb/s.

    If if you have two T1 lines from the same ISP (say I have two from Sprint), it takes special configuration, putting them together with a PPP bond, to make them work as one pipe. As far as I know.

    Now apply this logic to the type of connections you might have in your apartment. Say you have one DSL connection and one cable connection. Are they really going to increase your transfer speed?

    I can see how you'd be able to SEND data faster, but how does receiving work? Can someone explain this to me?

    --

    One of the many things I hate. thingsihate.org
    1. Re:I don't understand how this works by Anonymous Coward · · Score: 0

      This router uses two independant connections to split the load between the two. AKA, if you have 512kbps DSL and 1024kbps cable modem, this box will bond them to give you 1536kbps. Because the connections are independant, you can sill access the internet if one should fail. It's the best of both worlds and a damn sight cheaper than a $2K Cisco.

    2. Re:I don't understand how this works by green+pizza · · Score: 3, Informative

      From what I understand, this $400 gizmo is geared towards homes and businesses that mostly surf and download on multiple computers. Unless some black magic is used, no *single* download or upload will exceed the thruput provided by the faster of the two internet connections. It's simply not possible... the router has been assigned two IP addresses from two totally different ISPs that don't know anything about each other. It is similar to a single threaded application running on a dual CPU computer -- the application will only take advantage of one CPU. However, if there are more threads running, they'll be balanced across the two. Same goes for this router. If you have multiple downloads running, they'll be spread across the two internet connections at the router. It may not be the end-all solution, but it sure would be handy for a download-happy household.

      To do what you are referring to would require a professional router (Cisco, Juniper, linux box with fancy software, etc) with BGP support and ISP(s) that are willing to help you. To use more than one ISP will require your own IP block assigned from the ARIN (not from your ISP's own block of addresses). Work with both of your ISPs to configure routing tables and away you go. Sprintlink, Worldcom, AT&T, Cable&Wireless are very helpful in configuring such a multihomed setup. Below is a link to some info from Sprintlink:
      http://www.sprint.net/faq/bgp.html

    3. Re:I don't understand how this works by Pfhor · · Score: 2

      That "black magic" you refer to do is download accellorator (or something like that) which breaks an ftp transfer into 4-5 chunks (if the server supports resume) and downloads all 4-5 chunks simulatenously, then recombines them at the end of the transfer. With multiple links, you would get a faster download from one source using it. The nexland page suggests that owners of the router use Download Accel. to really experience the difference in transfer speeds.

  28. Symantec Firewall/VPN Applience by loserjake · · Score: 1

    A couple weeks ago, I ran across a simular product by Symantec. We are currently running it in our office, and it works great. Firewall works good, was easy to configure. It is also capable of VPN tunnels.

    The 100 model runs for $365.84 but could probly find it cheaper than that.

    1. Re:Symantec Firewall/VPN Applience by hal9000(jr) · · Score: 0

      That's because NexLand OEM's the hardware and software to Symantec. Symantec adds some functionality like the firewall.

  29. Why Not a business Model solution by rochlin · · Score: 2, Interesting
    The idea of having two (for example) cable modem connections with one as a backup is poor because you're dependent on 99% the same infrastructure for your backup conneciton. Anyone with a cable modem (or DSL) knows that when there's a failure it's almost always a prob with the ISP so your backup will be screwed if your primary is screwed. Ditto on DSL.

    So how about the bandwidth doubling idea? Great, but wouldn't it be better if the ISPs just changed their business model on cable modems? They already have with DSL. With DSL you could just upgrade to a higher level of service (more bandwidth) instead of consolidating two lower bandwidth lines? With Cable modems, the situation is even simpler. At the modem level, the bandwidth is almost always throttled back. Doesn't it seem idiotic to consolidate two bandwidth throttled lines instead of just opening things up a little? How bout 3Mbps instead of 1.5 (for most AT&T subscribers).

    It just seems inane to come up with a hardware or software solution for something that's really a business model issue.

  30. This is timely for me as... by kiscica · · Score: 1

    ... I just installed a DSL line as a backup to my existing cable connection. (If AT&T Broadband really start to limit cable transfers, the way they've apparently been threatening to, I'll dump them and keep the DSL. For the time being I'm just enjoying twice the bandwidth).

    So far I've just used the DSL by setting up a few static routes. Load balancing would be great, but I'm not sure I want to pay $400 for a black box. Correction -- I'm sure I do not want to pay $400 for a black box. I have an ancient P5 serving as my dedicated NAT/firewall and it's probably time to update the kernel to 2.4, stick a fourth ethernet card in there, and dive into the complexities of 2.4 iptables. I would also like to set up some prioritization so that, for instance, my SSH sessions don't stall and my Vonage VOIP service doesn't get all choppy when I've got a couple of heavy downloads running at the same time.

    I know 2.4 kernel is capable of all this and I've found a fair amount of documentation already, but I wonder if anyone here has any suggestions or pointers to a streamlined configuration procedure or free software package to do this?

    Kiscica

    1. Re:This is timely for me as... by gotak · · Score: 1

      Not really. IF you go to the routing howto website
      http://lartc.org/ you can find this really simple way of doing the samething.

      Personally i didn't really care about getting twice the bandwidth only sometimes. So when i did my sharing of one cable and one dsl between 7 housemates i decided just to route people over each link depending on their usage habit. All the web browers people went on my line and all the downloaders got the slower dsl. And of course i bandwidth shaped so people had soft limits and I had no limits. So when i want bandwidth it's out of the way people! All in all it worked quite well.

    2. Re:This is timely for me as... by Koos · · Score: 2
      So far I've just used the DSL by setting up a few static routes. Load balancing would be great, but I'm not sure I want to pay $400 for a black box. Correction -- I'm sure I do not want to pay $400 for a black box.
      As a reply to this and others of the style "Why use such a device when you can run linux/bsd on a PC" or "Why use bsd/linux on a PC when you can use such a device". Both ways have their advantages. If you have a PC lying around anyway and want maximum control over the connection (including traffic shaping to fix that high ping time which has everything to do with large buffers in the speedtouch), go for the PC. I haven't seen one of those routerboxes yet where I can set up IP/GRE tunnels, extended firewalling and IPv6-in-IPv4 tunnels. If you want 'plug, play and works', go for the dedicated box.
  31. Re:Great for office use. by GigsVT · · Score: 1

    Widens Opera too. A very clever one this time, it's disguised as a normal looking message.

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  32. $10 per additional IP addy on Road Runner. by Blaede · · Score: 1

    Here in the Mid South, Road Runner essentially will cost you abut $58, after taxes. Each additional IP after that adds only $10 to the cost. You do have to provide your own modems for the additional IPs, but each IP get's full bandwidth.

  33. This seems dandy. by miffo.swe · · Score: 1

    If you want a ready to go solution and dont want to mess about. If else it can be done pretty easy with most distros, two nics and some tweaking. Two T1's shouldnt be any significant load to handle for the cpu.

    --
    HTTP/1.1 400
  34. Doesnt make sense by bachlab · · Score: 1

    Lets say you have a cable modem from Comcast and DSL from Pacbell. Your surfing the net and log into Slashdot. Where does Slashdot route to you, through Comcast or Pacbell or both? Theres no mention of how the load balancing works. Is it stream based, packet based or does the secondary connection remain idle only if the primary is full? There are a lot of performance and usability questions with this kind of setup. It may be 5 hops and 5ms through Pacbell and 30 hops and 30ms through Comcast. Packet and possibly stream based load balancing would actually slow it down to the speed of the weakest link.

  35. This is NOT a load balancer by Anonymous Coward · · Score: 0

    Load balancer is a server concept: you have a SINGLE(or more) Internet connection to your load balancer, which distributes requests "evenly" to MULITIPLE backend servers. LVS is a load balancer, this $400 thing is not. Instead, it's a router for client: for example, you want to access Internet through two links and you want to use both equally. This is called "equal path routing". The stock Linux kernel 2.4 supports this already. In order to use it: you need to compile the kernel with "Advanced Routing" and "equal path routing" enabled. Then in the user land, use IP ROUTE2 tool set to config it.
    For more information, take a look at these two links:
    http://defiant.coinet.com/iproute2/ip-cref /ip-cref . tml
    http://www.tldp.org/HOWTO/Adv-Routing-HOWTO.h tml

  36. YHBT by Wesley+Felter · · Score: 2

    PhysicsGenius is a well-known troll.

  37. Symantec Version.. by shave · · Score: 1

    The same product is marketed under the Symantec label(same hardware, OEM type deal) as the 200 Appliance...

  38. What is this dogshit doing on Slashdot? by Anomolous+Cow+Herd · · Score: 1

    "If the Duplex LED is flashing this means their has been a collision on your network. This happens when packets are dropped for some reason or the packets have been misdirected. This usually only happens when two computers are using the same IP address and this usually only happens when you specify an IP address rather than using the DHCP feature built in the router."

    Did anyone read the article before posting it? Jeez, I could've gotten the same exact info from reading the side of the box and then reading the instruction manual.

    --

    "I don't know that atheists should be considered citizens, nor should they be considered patriots." - George Bush
  39. Hmm.. My two connections by bobdole34 · · Score: 0

    I have two connections running into my BSD firewall. Can I load balance with BSD software? Has anyone found anything?

    400 seems like a lot of money and much less fun than a unix box

    --
    "Failure of Windows operating systems is extremely rare. If it happens, it is usually due to operating system file c
  40. You call that a review??? by hyrdra · · Score: 2

    That review really enforces the stereotype that all overclockers are uneducated 34 year old A+ graduates with GED in hand who spend all of their pathetic life playing Quake and Half Life. Flame me or mod me down if you must, but I'm tired of reading 2nd rate reviews -- that's why I read Slashdot, not overclockerswhatever.com.

    All through the several pages there are dozens of spelling, grammar, and simply sentences that just don't make sense. That's not to say that I don't mind that, but in this case the content was the same -- a bunch of screen shots with related commentary of someone who on a good day can setup a Linksys router with no issues. I especially like his "(router talk)" parentheses explanation as if to explain the mystic Mbit unit of measure to us simpletons.

    Please, leave the detailed screen shots for the manual and the self-serving explanations to someone with can do more than double click on his Dell. We want to see why we should buy this thing in the first place and how it performs, not how to configure it.

    As I skimmed over the first several pages looking for graphs I was instead greeted with some very scientific tests of ping time from within a multiplayer game. Then the guy goes on to download two random files from a random location on the Internet as a testament toward the performance of the router, using a web browser.

    No technical or scientific consideration was found in this review, and I found it insulting to read. If you must review something, at least know a little about what you're reviewing, and especially how to test it. Don't waste your time reading that nonsense. In fact, I am surprised it was posted to slashdot considering the quality and the background of the reviewer.

    This guy should go back to reviewing the newest shoot 'em up or writing up the procedures for overclocking his celeron, and stay away from stuff that is ever so slightly more complicated involving more sophisticated testing and technical reporting.

    --


    "I'll just chip in a bit for RedHat: I actually have that installed on my university machine." - Linus, '95
    1. Re:You call that a review??? by smcavoy · · Score: 0, Flamebait

      Agreed. What needs to be pointed out (by slashdot), is that this is a "Guy in his (possibly parents) basement" review.

  41. Best-way routing by Animats · · Score: 2
    Since DSL tends to have better uplink rates than cable modems, but cable modems often have better downlink rates, this could work out. Use the IP address from the cable modem, but send your outgoing traffic mostly on the DSL line.

    Make sure your ISP isn't putting your traffic through a cacheing server, or this won't work.

    1. Re:Best-way routing by smcavoy · · Score: 0, Flamebait

      I don't the device would be able to handle that.

  42. Re:Slashdotted by Anonymous Coward · · Score: 0

    I hope I get to meta-moderate this. Because this post is trully some funny shit. +5 FUNNY

  43. Quad Bandwith by 1ridium · · Score: 1

    So do get 4 times the amount of bandwith could i just buy 3 of these routers, plug two cable modems into one and 2 dsl lines into the other and then have those two routers plug into another router?

    --
    Make it idiot-proof and someone will build a better idiot.
  44. stop and think by Anonymous Coward · · Score: 0

    just have your primary dns on one ip, and your backup on another

  45. Two 512k lines don't make a 1mbps line by Anonymous Coward · · Score: 0

    Only problem with this is you're not actually getting a 1mbps line when you order two 512k lines. That new linux distro is still gonna download at 512kbps even if you have 2 lines. You'll just be able to download two copies at 512kbps.

  46. I have one of these...my impressions by bwags · · Score: 1

    I purchased one of these this past winter and I really have had no troubles with it. It works well, plug and play. I have a cable modem on one WAN port and DSL on the other. I do computer consulting/programming for a living so I needed a reliable broadband connection. My cable line kept going down so I pulled in a DSL line for redundancy. Turns out my DSL never goes down, but cable does (I will probably scrap the cable line and save myself $45/month soon). As for the great question of load balancing...here is the answer. It really does not load balance. Instead it shares the internet connections between applications running on your computers. Let me say this a better way: If you are downloading a huge file via FTP, that WHOLE download goes across the same WAN port. Now if you start another FTP application, that application will talk across the other, and so on. That is how it works, and it does work well. This thing is really meant for redundancy, not getting 2X the bandwidth to your network applications. One more thing... the thing does have a setting so all your smtp traffic goes out on only one port. This is needed for isp spam protection. I would give the unit 9 of 10 stars.

  47. Software Solution by drcrja · · Score: 1

    I have both DSL and a cable modem and I was thinking of using connection teaming as a cheaper software solution for this. I was looking at solutions from MidPoint and VicomSoft which both cost under $100.

  48. I was about to buy one by tcc · · Score: 2

    Until I went to their technical support forum and saw that in some cases, the router would simply lock-up. I accept lock-ups on computer software with great difficulty, I won't tolerate it in firmware/appliances. I went for a sonicwall SOHO-3 instead, the downside is that everything is more expensive with the sonicwall, but the upside is that every add-on you get, you get your money for it (exept the content filtering which utterly sucks).

    --
    --- Metamoderating abusive downgraders since my 300th post.
  49. SSL by Anonymous Coward · · Score: 0

    We're a small ASP and for those customers who are concerned about uptime, we've been recommending this product for some time now. The only major problem we've run into involves the load balancing and SSL. If a computer on the LAN side of the router connects to a remote server through SSL using broadband connection #1 and at some point that same SSL communication then switches to broadband connection #2, it seems to confuse SSL and the page cannot be displayed. The only workaround we've found is to assign individual computers to one or the other specific broandband connection.

  50. Explanation by evanh23 · · Score: 2, Insightful

    Correct me if I am wrong, but I'm pretty sure there are quite a few people on slashdot that are confused as to what this device actually does. It is a load balancer for the connections. What this doesn't mean, you hook a DSL line and a cable line to it and get the sum of the two speeds. What it does mean, is that for outgoing connections, you have seamless integration of two lines for redundancy purposes.

    For example: once the two lines are plugged in, when you are surfing around and hit a website, the router automagically picks which connection (DSL/cable) the request goes out on. If one of the connections happen to be down, it picks the one which is not (thus the load balancer part).

    One interesting thing to note though. It may actually seem like the sum of the two connections from an application standpoint. Examples being web browsing and ftp'ing.

    In web browsing, I know that in IE and Mozilla, you can select the number of outgoing connections that the browser will use in fulfilling a web request. So you could end up getting the http reponse (text-only) from one connection and using the other (seperate outgoing web request) to retrieve the images on that page. In most cases, you would likely speed up graphics heavy pages quite a bit.

    In ftp'ing, some of the clients (along with the download managers) allow you to use multiple tcp streams to receive your downloading file. The software has a file to receive which it starts multiple receives going. In theory, you could run say, 1 tcp stream per connection, and be receiving the same file over the two connections independently, but achieving an overall rate equal to the sum of the two speeds.

    The whole thing kinda reminds me of the pigeon-hole principle in a wierd sorta way.

    But anyway, I imagine a linux/BSD solution to be cheaper (given low-end hardware requirements).

    E

  51. I have one of these by Tinfoil · · Score: 1

    They are decent units and for a decent price. I use it at a couple remote offices that I visit a couple times a month and are easily maintained. No moving parts etc, which is why these were used instead of a machine running FreeBSD.

  52. LVS config using 2 ADSL modems by Anonymous Coward · · Score: 0

    Can someone give a link or a LVS configuration in order to hook up 2 ADSL/Cable lines and do what this device does in Linux? I poked around the LVS documentation, but I'd much rather see real-world examples and feedback from someone who has actually done this exact thing in software on a linux box.

  53. DO NOT BUY THE NEXLAND PRO800T by marcjohnson · · Score: 2, Interesting

    First, about the review: no stress, stability or soak testing. Didn't test WAN connections from different providers. Didn't even try different packet sizes during pings. Routers have industry-standard tests to run them through, and going through the HTML pages and transferring a file does not constitute a router test/review.

    Warning: we have heavily tested the Nexland Pro800T. The Nexland Pro800 Turbo +hard+ crashes daily and looses packets. Once a week it looses all its config. We have had the box replaced multiple times - no help. We have tried their old and newest firmware. No help. It is getting so bad, that Nexland actually shut down their user forums (see www.nexland.com) because so many people are complaining!

    I +do+ not recommend the Pro800 Turbo router. The only way we can keep the thing up is to have an automatic ping/tcp/http tester that power cycles the darn thing when it crashes multiple time per day.

    Anyone else experiencing these issues?

    There is another option. Compex has redundant + load balancing router (NP15-BR). See:

    http://www.cpx.com/proddetail_b.asp?c=Broa...%20 Ro uters&e=49

    Anyone use this?

    Hope this helps,
    Marc

    1. Re:DO NOT BUY THE NEXLAND PRO800T by tamanti · · Score: 1

      Well, compex doesn't really do Load Balancing. You just have to split your network in subnet and assign one router to each net. See reviews: http://www.homenethelp.com/web/review/compex-netpa ssage-fin.asp

  54. Re:Anything but cheaper... by Aliks · · Score: 1

    Aye, point taken, the line rentals are the problem unless you have to have the lines for other reasons.

    Looking at the technology suggested, they are talking about linking 2 ADSLs. So if you have 2 lines already in the house like we do it might make some sense to go up to 1Mb down 512k up.

    I can't see myself doing this though as the performance of my basic line is fine.