TunnlTo / desktop-app

TunnlTo is a Windows WireGuard VPN client built for split tunnelling.
https://tunnl.to
1.3k stars 57 forks source link

ISSUE: everything is still being routed over the VPN #206

Closed pa28236 closed 1 week ago

pa28236 commented 1 month ago

Describe the issue I setup split tunnel, but it appears everything is still being routed over the VPN. I setup the following:

[Interface] PrivateKey = ListenPort = 51820 Address = 10.0.0.2/24 DNS = 1.1.1.1, 8.8.8.8 PostUp = netsh interface ipv4 set interface "Bottom Ethernet Card" metric=1 PostDown = netsh interface ipv4 set interface "Top Ethernet Card" metric=2

[Peer] PublicKey = PresharedKey = AllowedIPs = 0.0.0.0/0 Endpoint = mydns.ddns.net:51820 PersistentKeepalive = 25

Disallow Apps: chrome,msedge,E-TRADE Pro, java,vncviewer, outlook, cmd

Expected behavior I expect the apps listed in Disallow Apps to not go over the VPN.

Tested on official WireGuard client I can't split tunnel the official wireguard client.

Tunnel Config See above.

Logs Where do I find the logs?

Starting WireSock directly If possible, follow the instructions below and comment on the outcome:

  1. Open TunnlTo and Enable the tunnel (this will save the config file to disk)
  2. Disable the tunnel and close TunnlTo
  3. Open a command prompt and issue the following commands:
    
    cd "C:\Program Files\WireSock VPN Client\bin"

// Ensure you alter the component of the path wiresock-client.exe run -config C:\Users\\AppData\Local\TunnlTo\tunnel.conf -log-level all

wiresock commented 1 month ago

Disallow Apps: chrome,msedge,E-TRADE Pro, java,vncviewer, outlook, cmd

The syntax is incorrect. The correct key name is DisallowedApps. For more details, please refer to the advanced configuration parameters.

pa28236 commented 1 month ago

I have a quick question. I have a mapped drive to a computer over the internet (SMB). How do I setup the VPN to allow traffic to that drive without sending everything over the vpn? I want to make use of the "Allow" rules so that I can access the mapped drive with the VPN running, without sending all traffic over the VPN.  Thanks! On Friday, August 9, 2024 at 03:47:04 PM EDT, Vadim Smirnov @.***> wrote:

Disallow Apps: chrome,msedge,E-TRADE Pro, java,vncviewer, outlook, cmd

The syntax is incorrect. The correct key name is DisallowedApps. For more details, please refer to the advanced configuration parameters.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

brendanosborne commented 1 week ago

Hi, it appears the original query is resolved. If you'd like further clarification on your second question that may be best asked on the WireSock forums.