-1

I have at work a 8MBps, at my parents a 8MBps and lets say at home a 4MBps internet connection. They all are in the same city and the ping and transfer between them is VERY GOOD. (not the same house/location... they are 10-15km apart..). like I said I can transfer files between them at top speeds because its some sort of local network...

How can I get at home 20MBps ? Or at least a round robin / least used like download of stuff choosing a diffrent source everytime

I have unrestricted access to all routers.

OWADVL
  • 187

1 Answers1

1

In your situation it would seem that you would indeed be able to combine* multiple Internet access.

A possible way of doing this would be:

  1. create a VPN access (server) at work and parent
  2. configure VPN client for both work and parent at home
  3. configure the home router to use its default gateway, VPN1 and VPN2 as load-balanced WANs

While possible, the configuration would probably be quite involved, but would definitely be a fun experiment in networking :)

Note: each connection would be limited to the speed of the internet connection it is using, but the total would be (approximately) the sum of the different speeds. You could reach full speed for a single connection by using an external server that "recombines" your different connections, at the cost of complexity and latency.

floxOne
  • 175