How to merge multiple Internet connections into one?

Luis Alvarado

My PC has a total of 4 NICs, 2 wired Gigabit Ethernet network cards and also 2 wireless network cards. (One Broadcom with proprietary drivers and Ralink with open source software, which works much better than Broadcom.)

My cellphone can share its connection wirelessly to my PC, but I also have a wired Internet connection. So I have multiple Internet connections to access the Internet. How can I merge 2 or more connections together and balance them to enjoy one unified Internet experience that it is the sum of all Internet connections connected to it.

For example if I have a modem with an Internet connection of 1024kB/s and another one that offers 512kB/s and one small one that offers 128kB/s, after load balancing and merging all connections (Bonding or Teaming), I could download at a speed of 1664kB/s using all 3 Internet connections as one for example.

This question has always intrigued me.

trognanders

I do something like that at work using Ubuntu 11.04. We run the Shorewall firewall configuration tool, which besides being excellent at its job, provides some rudimentary multiple ISP routing tools which might fit your needs. You can find some docs about it here: http://www.shorewall.net/MultiISP.html

What it comes down to though, is you can't use multiple ISPs for a single connection... things aren't that simple. The best you can do is try to direct new connections evenly between the different providers.

It is a complex problem. You will probably end up beating your head against the wall (I certainly did) before you are done debugging every problem. So, as other posters have suggested, you might be wise to carefully consider how strong your desire is.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to merge multiple Internet connections into one?

From Dev

Two internet Connections, one LAN - how to share?

From Dev

How does Windows choose between multiple available internet connections?

From Dev

How to combine internet connections from multiple devices in a single device?

From Dev

How to merge multiple directories into one?

From Dev

Running multiple Internet connections simultaneously

From Dev

Running multiple Internet connections simultaneously

From Dev

How to secure connections over the internet?

From Dev

Two internet connections, two routers, one network

From Dev

Two Internet Connections - One LAN (Load Balancing?)

From Dev

Share 3 Internet Connections with one router

From Dev

Two internet connections in one house - Wifi and DHCP

From Dev

How to merge multiple returned lists into one

From Dev

OpenCV: How to merge multiple lines into one curve

From Dev

How to merge multiple columns values into one column?

From Dev

How to merge multiple plist files into one?

From Dev

How Can I Merge Multiple Directories into One

From Dev

How Can I Merge Multiple Directories into One

From Dev

How to merge multiple RSS feeds into one, in Firefox?

From Dev

How to merge multiple labels on one page with openTBS?

From Dev

Multiple internet connections being used.

From Dev

How to trigger one TeamCity build for multiple commits but one merge into a branch

From Dev

Merge multiple pictures into one

From Dev

Merge multiple sites into one

From Java

how to merge multiple row into single one considering the label

From Dev

How to merge multiple django south migrations into one migration

From Dev

How to merge multiple HTML files into one master HTML file

From Dev

How to merge multiple (arbitrary number of) Set<String> into one in Java?

From Dev

How to merge objects in a subArray such that there is one array left with multiple objects in javascript

Related Related

  1. 1

    How to merge multiple Internet connections into one?

  2. 2

    Two internet Connections, one LAN - how to share?

  3. 3

    How does Windows choose between multiple available internet connections?

  4. 4

    How to combine internet connections from multiple devices in a single device?

  5. 5

    How to merge multiple directories into one?

  6. 6

    Running multiple Internet connections simultaneously

  7. 7

    Running multiple Internet connections simultaneously

  8. 8

    How to secure connections over the internet?

  9. 9

    Two internet connections, two routers, one network

  10. 10

    Two Internet Connections - One LAN (Load Balancing?)

  11. 11

    Share 3 Internet Connections with one router

  12. 12

    Two internet connections in one house - Wifi and DHCP

  13. 13

    How to merge multiple returned lists into one

  14. 14

    OpenCV: How to merge multiple lines into one curve

  15. 15

    How to merge multiple columns values into one column?

  16. 16

    How to merge multiple plist files into one?

  17. 17

    How Can I Merge Multiple Directories into One

  18. 18

    How Can I Merge Multiple Directories into One

  19. 19

    How to merge multiple RSS feeds into one, in Firefox?

  20. 20

    How to merge multiple labels on one page with openTBS?

  21. 21

    Multiple internet connections being used.

  22. 22

    How to trigger one TeamCity build for multiple commits but one merge into a branch

  23. 23

    Merge multiple pictures into one

  24. 24

    Merge multiple sites into one

  25. 25

    how to merge multiple row into single one considering the label

  26. 26

    How to merge multiple django south migrations into one migration

  27. 27

    How to merge multiple HTML files into one master HTML file

  28. 28

    How to merge multiple (arbitrary number of) Set<String> into one in Java?

  29. 29

    How to merge objects in a subArray such that there is one array left with multiple objects in javascript

HotTag

Archive