7

I've got two internet connections at home: DSL and satellite. The DSL connection has bad bandwidth (1.5 Mbps) but very low latency; the satellite connection is the opposite (good bandwidth, terrible latency). I use them for different purposes: the DSL connection works well for SSH connections and other remote-access situations where latency is more important; satellite is for video (Netflix, etc.) where bandwidth is more important.

Is there a router than can gang these two networks together, letting me intelligently route traffic over a given WAN? That is, I'd like to define some rules like "send all SSH traffic via WAN 1", "send HTTP via WAN 2", etc. Idaeally, I'd like to also route on IP address ("send HTTP to a.b.c.d via WAN 1") but that'd just be a bonus.

I've looked at a couple dual-WAN routers (the Duolinks SW24 and the Peplink Balance 20), and it's not clear whehter they'll do this. To be clear, I'm not looking for load balancing -- I want to be able to control which network particular types of connections use.

I'm not opposed to building my own router if that's the only option; I probably remember enough iptables to make it happen. But I'd prefer to spend some cash if there's something that'll do this out of the box.

1
  • You'll probably need a DD-wrt compatible router and hack iptables...
    – billc.cn
    Commented Jul 31, 2012 at 19:58

3 Answers 3

8

I've got this working now, here's what I did:

DD-WRT does work: I started with the guide that r.tanner.f linked (http://www.dd-wrt.com/wiki/index.php/Dual_WAN_with_failover) and was able to get things working (on a Asus WL-500w). However, it wasn't particularly great: I'm not good at iptables, and as I added more rules it seemed to actually slow the device down somewhat.

After more research I discovered that the Peplink Balance line does support policy-based routing (see http://www.peplink.com/technology/load-balancing-algorithms/), and I found a used Peplink Balance 20 on eBay for about $200 (they're normally $250-$300). I got it yesterday, it took less than an hour to set it up, and it's wonderful. Here's what the policy-based routing tool looks like:

enter image description here

There's ton more power there I'm not yet using including more complex routing (e.g. "prefer satellite, but fall back to DSL", "prefer DSL but if it's saturated fall over the satellite"), QoS, etc. Another cool feature is that I can tell the device my bandwidth caps for each connection and it'll track and notify me as I start to get close.

So yeah, suffice to say I'm a big fan. Well worth the investment for me.

3

I believe you're looking for a feature called Policy-Based Routing. Right now the cheapest one I found on Newegg is $380... That's a lot of money to drop on something DD-WRT is capable of doing.

Really interesting idea though, you should update with what you end up doing.

2
  • I'm fine with DD-WRT (already using it). Reading up on policy-based routing in DD-WRT right now. Do you happen to know if I need specific hardware for multiple WANs or if I can turn one of the LAN ports into WAN in software?
    – jacobian
    Commented Jul 31, 2012 at 21:05
  • It's definitely possible. There's a guide for failover WAN, could probably adapt that: dd-wrt.com/wiki/index.php/Dual_WAN_with_failover
    – rtf
    Commented Jul 31, 2012 at 21:09
0

I've had a PepLink Balance 200 installed for several years for a small business. First as a load-balancer (DSL + T1), later as only fail-over (20Mbps Ethernet + T1). It has worked very well, and the hardware has been reliable. That said, it has taken a bit of trial and error to get it working optimally. I would generally recommend using a separate device as your firewall unless the default (no custom rules) makes you happy. Perhaps documentation has been enhanced since I went through my trial and error configuration process. At the time, several years ago, I could have used additional guidance on some settings. There are settings such as 'I have additional hosts on the WAN segment (yes/no)', but no technical explanation of the results of saying yes or no. Overall, excellent value.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .