by adrien » Jun 18 12 10:14 am
Hi
So you're saying you have an application, and one client you wish to use one internet connection, and everyone else use a different one?
Do all the clients make a connection to the same server/port, or can you configure this one client to make a different connection?
If so, then you can set up a TCP mapping proxy that only this client will use, and specify which gateway to use.
Alternatively, if you use WinGate 7, you can specify which gateway to use for each connection, so you can alter behaviour depending on the client IP (or any other datum).
for example. in WinGate 7 in a TCP mapping proxy in the ClientConnect event, you can set
Session.Gateway = "192.168.0.1"
or whatever the gateway IP is you want to use.
Regards
Adrien