Kunuyana 8 Posted ... Hello folks, I'd like to set it up that my main system uses Country-A (Netherlands) as VPN but a single app runs using a Country-B (Japan) connection to circumvent state censorship. Is that possible with Eddie and Windows? So far the only way I found is this: [Main system with eddie Country-A] > Runs Virtual Machine[App+Second Eddie with Country-B] Thanks a lot for your help Quote Share this post Link to post
NaDre 161 Posted ... 16 hours ago, Kunuyana said: ... I'd like to set it up that my main system uses Country-A (Netherlands) as VPN but a single app runs using a Country-B (Japan) connection to circumvent state censorship. Is that possible with Eddie and Windows? ... If the app is a torrent client, then there is this: https://github.com/tool-maker/VPN_just_for_torrents/wiki/Running-OpenVPN-on-Windows-without-VPN-as-Default-Gateway Quote TL;DR Add routing table entries pointing to the original default gateway, so that the VPN is bypassed by default. Bind qBittorrent (or other torrent client) to the VPN interface (or address). A Windows process bound to a network interface will ignore routing table entries that are not for that interface. So qBittorrent will use the VPN. Optionally use Windows firewall to block any traffic from qBittorrent originating from the real network interface. There is more information and ".bat" scripts to add and remove the needed routing table entries below. It works for Wireguard too. Quote Share this post Link to post
Kunuyana 8 Posted ... Thanks for the link NaDre. I am trying to do the setup for Discord, not a torrent app - the process may be similar. The main issue here is that network lock seems to be incompatible with this special routing method, but I’d like to keep it enabled: Quote Share this post Link to post