1

It's a silly question, probably, but anyway...

I've got 2 Internet Service Providers:

  • First provides a connection that runs over L2TP
  • Second provides a Wifi connection

Is there any way I can bond this two internet channels together to improve network speed?

Rudolph
  • 2,772
Nemoden
  • 2,547

2 Answers2

1

You can do this if you add a third service provider to the mix: a LISP provider. LISP (the Locator/Identifier Separation Protocol) decouples the location where you are on the network (the IP addresses you get from ISPs that you connect to) from your own identity (the IP address(es) you get from the LISP provider).

So your internal network runs using the LISP IP address(es), and your 'normal' ISP connections are only used to make that network reachable from the rest of the world. As long as at least one connection is working your network is reachable. And if multiple connections are working you can choose to use them for fail-over or for load-sharing (or combinations thereof).

LISP is mostly implemented on Cisco equipment, but the Fritz!Box routers also support it in recent firmwares. The hardest part will be to find a local LISP provider. Because LISP is so new there are only a few of those in the world.


(full disclosure: I run such a LISP provider in The Netherlands, so this answer might be biassed. I think it is a very useful protocol for situations like this though.)

0

There are consumer level routers that have dual WAN ports they can unite for load balancing. However that does most likely not mean your single download will run faster, but two concurrent ones will in sum be faster.

Check this discussion on the subject: http://www.dslreports.com/forum/r19267080-Best-Dual-Wan-Router

TheUser1024
  • 2,929