amnezia-vpn / amneziawg-windows-client

AmneziaWG client for Windows
https://docs.amnezia.org/documentation/amnezia-wg
MIT License
196 stars 14 forks source link

feature request: multiple simultaneous tunnels #7

Open timurlatipov opened 3 months ago

timurlatipov commented 3 months ago

Original Windows WireGuard application allows running several tunnels simultaneously as long as the AllowedIPs of those tunnels do not overlap. AmneziaWG doesn't seem to be able to do so. Are there any plans to re-introduce this feature?

It is one of the features we love Wireguard for. Say I have to configs, one for work vpn, the other is personal

1) Work config tunnels a single /8 subnet via its own server: AllowedIPs = 10.0.0.0/8

2) And personal config would tunnel all of the rest through another vpn server: AllowedIPs = 0.0.0.0/5, 8.0.0.0/7, 11.0.0.0/8, 12.0.0.0/6, 16.0.0.0/4, 32.0.0.0/3, 64.0.0.0/2, 128.0.0.0/1

Such two tunnels will work simultaneously in original client, but AnmeziaWG cannot do this If it is possible. please add this functionality to AnmeziaWG

VasiliyMooduckovich commented 3 months ago

im also curious about that feature, 'cause in original client you can just add specific registry key and u good to go

https://rair.dev/wireguard-windows-multiple-simultaneous-tunnels/ https://git.zx2c4.com/wireguard-windows/about/docs/adminregistry.md

upd i've read the docs im gonna try this out

grandsilence commented 3 months ago

I tried both options for the MultipleSimultaneousTunnels key and had no positive effect:

reg add HKLM\Software\AmneziaWG /v MultipleSimultaneousTunnels /t REG_DWORD /d 1 /f
reg add HKLM\Software\Wireguard /v MultipleSimultaneousTunnels /t REG_DWORD /d 1 /f
Verity-Freedom commented 1 month ago

Amnezia VPN already has split tunnels for AmneziaWG so it makes the AmneziaWG outdated, please update the application.

timurlatipov commented 1 month ago

Amnezia VPN already has split tunnels for AmneziaWG so it makes the AmneziaWG outdated, please update the application

Amnezia VPN doesn't allow running two tunnels simultaneously, does it?

Verity-Freedom commented 1 month ago

Amnezia VPN already has split tunnels for AmneziaWG so it makes the AmneziaWG outdated, please update the application

Amnezia VPN doesn't allow running two tunnels simultaneously, does it?

Idk I need splitting tunnels.

Trogvars commented 5 days ago

Need this feature two! Please add.