Can I use multiple vpn connections to increase bandwidth

1

1

There is wifi network in our college and it only connected to local server so if we want to use internet we have to connect to a vpn server using our specific user/pass the problem is bandwidth is limited. Is there any way so I can use 3-4 connections work together to increase bandwidth?

PedramH

Posted 2013-05-09T18:05:37.443

Reputation: 39

Connecting to multiple VPN connections wouldn't increase your bandwidth. Because you already need an internet connection to connect to the VPN in the first place, so your limits are the original, internet connection that allows you to connect to the VPN. – Ramhound – 2013-05-09T19:36:53.870

@Ramhound Vpn server is local , I can connect without internet connection at firs place – PedramH – 2013-05-10T12:43:17.040

My argument still stands. You can only get so many bits per second with your hardware. Being connected multiple times will result in multiple connections and the same bits per second capacity will still exist. – Ramhound – 2013-05-10T13:59:18.223

Answers

1

Contrary to Ramhound, if I'm understanding you correctly, there is more bandwidth available, but the VPN caps you to a certain amount, correct?

If so, you might be able to use NIC bonding to do it, or possibly some sort of virtualized guests, each one running a VPN, then bond all of the virtualized adapters on the host. It would be fairly difficult to do. Is there any non-wifi access? Many routers have ways to add more than one WAN interface.

Seth Curry

Posted 2013-05-09T18:05:37.443

Reputation: 170

yes there is way more bandwidth available but connections are limited . unfortunately the only way to connect to network is wifi – PedramH – 2013-05-10T12:45:17.483

Here is a link to basically what I was saying. They do it in Linux, I'm not sure that you can do the same thing on Windows, iirc bonding is only in the Server editions of Windows, but I may be wrong. The basic premise here is that OpenVPN creates TUN or TAP adapters that work just like physical adapters. You take those two TUN / TAP devices, and tell applications to treat them as one uber device, and you tell the kernel to load balance over them. Beware though, if your school has a decent IT department, you'll only get one connection per credential set. – Seth Curry – 2013-05-10T13:41:16.063

0

Good question, creative thinking, but sadly there is not any way to merge connections like that. Your best option is to consider getting a LTE / 4G MiFi or something similar, or using your LTE / 4G cell phone as a hotspot.

Ideally, you should talk to the college's IT department to get the speed issue resolved, or provide some kind of workaround.

Joshua

Posted 2013-05-09T18:05:37.443

Reputation: 4 290

Speed limitations are by purpose there is no issue to be resolved , and what should I exactly do with mifi? – PedramH – 2013-05-10T12:47:56.917

MiFi is essentially a hotspot by itself. Obviously I would be talking about an LTE / 4G version. – Joshua – 2013-05-10T14:13:44.933

Whether it is intentionally capped or just an issue with network hardware, this is something only the IT department can resolve. You need to work with them on describing the problem you are having, and get them to resolve it. – Joshua – 2013-05-10T14:15:34.440