desktop-app icon indicating copy to clipboard operation
desktop-app copied to clipboard

ISSUE: everything is still being routed over the VPN

Open pa28236 opened this issue 6 months ago • 2 comments

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 <YOUR USERNAME> component of the path
wiresock-client.exe run -config C:\Users\<YOUR USERNAME>\AppData\Local\TunnlTo\tunnel.conf -log-level all

pa28236 avatar Aug 09 '24 19:08 pa28236