6

Suppose I have two ISPs (Broadband) with two routers (DSL). Now I have one switch of say four ports.

Is it possible to connect to both ISPs to one PC and combine the two to achieve faster speeds?

Example:

  • ISP A gives me a speed of 2Mbps
  • ISP B gives me a speed of 1Mbps

Can I connect to both the ISPs at once to get a total speed of 3Mbps?

Is this possible, or will it show me some type of error? I suspect it will say that the default gateway can't be the same.

0

4 Answers 4

1

http://www.tomshardware.com/forum/20290-42-simultaneous-multiple-internet-connections has a good discussion on the matter.

1
  • Would be great to include a summary here in case the article link ever goes down.
    – Simon E.
    Commented Jan 7, 2017 at 0:16
3

Technically: yes

In practice, it's an exotic and expensive configuration.

You can put more than one address on an interface or use more than one interface and be multihomed.

However, this is much more likely to be effective for a big server cluster in a data center.

Expensive routers capable of running routing protocols will be needed and then it still would not help you with a single given TCP connection.

If you try this as a single user of two retail ISPs, then you will have two different IP addresses, so incoming traffic will use the one you made the outbound connection on, and it's unlikely that any equipment you have can be configured with more than one gateway.

A large site with a /24 or shorter prefix and their own ASN can actually announce a single IP address over multiple networks, but that won't work without being further upstream than a retail ISP line.

3

The easiest way to configure this would be to use a Multi-WAN router such as the Linksys RV042.

2
  • 1
    i have already suggested a dual WAN router in my answer, if you wish to second an recommendation you should upvote it instead of posting a similar answer, if you wish to contribute additional information you can leave a comment (when you have 2000 'karma points' you will be able edit existing answers).
    – Molly7244
    Commented Dec 25, 2009 at 18:54
  • 1
    @Molly: I know the rules, I've been on SO since beta. =) your answer didn't have a link to such a router when I posted mine, and to be honest, I didn't read the quoted text to the end before posting my answer. then you updated your answer, and I read the full text, but decided to keep my answer anyway since I mentioned a different router. Commented Dec 26, 2009 at 20:24
0

A simple switch / network hub will not suffice ...

So you have two independent legal Broadband accounts (can be two DSL two Cable or one of each.)

There are two terms that might be associated with using two independent Internet connections.

  1. Combining Bandwidth.

  2. Load Balancing two connections.

Let assume that you have two 3Mb/sec. connections each capable to download at 300KB/sec.

With Combined Bandwidth you should be able to download one file at 600KB/sec.

With Load Balancing one single file will not exceed download speed of 300KB/sec. However you can download 2 files at 300KB/sec. or 4 files at 150KB/sec. etc.

Unfortunately Combining Bandwidth can not be done without the ISP providing such a specific service.

Computers are Not mind readers. If the two connections are not synchronized at the source your computer would know how to combine it to a coherent page.

Any if and but about it is just Wishful thinking.

The price of such a service (if available) is usually much more expensive than upgrading your connection from the basic service to a faster business or corporate service.

If you do have two independent services you can achieve Load Balancing by using a Dual WAN Router.

This type of Cable/DSL Routers have two WAN connections for two Broadband Modems and they would mange the Internet traffic to the LAN to be used in the most efficient way.

The ZyXEL P-663H-51 is souch a router.

alt text

Source

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