Sign In

Sign in to manage your subscription

Bessy Connect

5 min read

Two VPNs at Once and Chained Tunnels: When It Helps and Why Usually Not

Two tunnels running at once on one device mostly will not start: the operating system hands the interface to a single client, and the second either fails to connect or tears down the first. Where a chain does assemble — through a router, a virtual machine, or a service's built-in mode — it costs speed and stability, and strengthens protection in exactly one scenario. Below: what technically happens, and when the trade is worth it.

Why two clients do not work together

Because both iOS and Android permit only one active VPN profile. Switching on the second automatically switches off the first — that is system behaviour, not an app limitation. On Windows, macOS and Linux you can formally launch two clients, but they start fighting over the routing table: each writes the default route through itself, and whoever wrote last wins. The result is a dropped connection, or traffic going around both.

The symptom that gives it away: the connection is supposedly established, but sites do not open. Other causes of the same symptom: why a VPN does not work; conflicts with security software: antivirus blocking the VPN.

Where a chain does assemble

| Method | How it works | The price | |---|---|---| | VPN on the router + client on the device | the router raises the first tunnel, the device the second | double encryption, less speed | | Virtual machine | host in one tunnel, guest OS in another | needs separate setup and resources | | A service's built-in double mode | one client, two servers in sequence | depends on the feature existing | | Tor over VPN | tunnel, then the Tor network | the largest speed loss |

The first is the most accessible: how to set up a VPN on a router and on a Keenetic.

What a chain actually gives you

Split knowledge. The point of a double setup is that the first server knows your real address but not where you are going; the second knows the destination but sees the first server's address. Linking the two requires access to both links at once.

That is the one honest argument for chaining, and it holds only if the links are independent. Two servers from the same provider create an illusion: both halves of the knowledge sit with one party.

What a chain does not give you. It does not make you anonymous: the accounts you are signed into, your cookies and your browser fingerprint stay the same however many tunnels there are. In detail: does a VPN make you anonymous. Nor does it help against blocking: if filtering cuts a protocol by packet shape, it will cut it at the first link too.

What you pay for it

  • Latency adds up. Traffic crosses two legs instead of one, and the distance to the second server joins the path. For calls and gaming this is usually already unacceptable: VPN slowing your speed.
  • More points of failure. A break in either link breaks the connection, and diagnosing which one is harder.
  • The battery drains faster. Double encryption means double processor work: VPN and battery.
  • Anti-fraud rules fire more often. An unstable exit address is a signal to services: account blocked because of a VPN.

What usually solves the problem better

Most people arrive at the idea of chaining while solving one of three problems, and each has a cheaper answer.

"So it does not get blocked." What helps here is not the number of tunnels but a protocol with no recognisable signature — plus a supply of addresses to switch to when one gets restricted: BessyConnect in Iran, Russia and China.

"So my provider cannot see." One tunnel plus closed DNS is enough: private DNS and a check for DNS leaks.

"So some apps go direct and others through the tunnel." That is not a chain but split tunnelling: how to set it up.

If the goal really is splitting knowledge between independent parties, the closer fit is not a double VPN but Tor or VPN — there the split is built into the architecture.

Frequently asked questions

Can I run two VPNs at once on a phone? No. iOS and Android allow only one active VPN profile: switching on the second switches off the first. On mobile, chains are assembled through a router.

Does a double VPN make you anonymous? No. It splits knowledge between two servers, but does not remove cookies, your browser fingerprint or the accounts you are signed into. A site where you are logged in recognises you regardless of how many tunnels there are.

How much speed does a chain cost? Latency is the sum of two legs, plus the distance to the second server. The exact figure depends on where the links sit, but the loss is always noticeable — more so the further away the second server is.

Is there any point in two servers from the same provider? There is no split-knowledge benefit: both halves of the information stay with one party. All that remains is the speed loss.

What should I choose instead of a chain? It depends on the goal: against blocking, a protocol with no signature and a supply of locations; against your provider, a tunnel with closed DNS; for selective traffic, split tunnelling.

Related articles

Proxy or VPN: What's Different and Which You Need

A proxy covers one program and encrypts nothing; a VPN covers the device and encrypts everything. A layer-by-layer table and how to choose in one question. More

Tor or VPN: Which to Use and Does Combining Help

Tor spreads trust across three relays, a VPN concentrates it in one operator. A full comparison, bridges, and why the order of VPN and Tor matters. More

Running Your Own VPN on a VPS: Real Cost and Who It Suits

The server bill isn't the whole cost. Hidden expenses, the one-address-one-person risk, and when a managed service works out cheaper in time and money. More