Im running multiple WAN connections on a single windows machine. I was wondering if anyone knows any software that can direct all traffic from a specific program through certain connections.
Say i have WAN connection #1 and #2. Executables program1.exe should then route all its traffic through connection #1, and program2.exe should then route all its traffic through connection #2.
If anyone has ever worked with SocksCap/ProxyCap, it is almost similar. Instead of binding an exe to a proxy address, I need to bind an exe to a specific network interface.
Another thought is to setup multiple proxyservers on the same system. Use ProxyCap to direct the desired traffic to each proxy server. Then setup each proxy server to use its respective dial-up connection. Only problem is, i dont know of any Proxy software that can do this. Any Ideas?