-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: multiple simultaneous tunnels #7
Comments
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/ upd |
I tried both options for the 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 |
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. |
Need this feature too! Please add. |
Check commit on issue. |
Thank you very much for your help. I had been searching for a way to connect to multiple Amnezia VPNs or other unblockable protocols simultaneously for quite some time, but everywhere I tried, I encountered failure. And then your advice to uncomment the tunnel intersection check in Please don't be too critical of my guide; I haven't written many of them and it's been a long time since I last did. So, for those who might also need to use multiple Amnezia VPN tunnels, here's what to do:
However, I encountered an issue where only the x86 version was being created. I had to tinker with the
|
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
Work config tunnels a single /8 subnet via its own server:
AllowedIPs = 10.0.0.0/8
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
The text was updated successfully, but these errors were encountered: