I think so. (Don't have onspeed setup here, so I might be wrong about it's operation) But I suspect that all you want to do is reverse the process a bit.
First things first though - how are your clients connecting to WinGate at the moment? If they are using NAT, you would want to keep the WWW Proxy Service running on port 80 (Generally).
So, keeping that in mind:
Jens wrote:Address of the remote server: helium.onspeed.com
Server port 5400
Local listening port 7000
User name: myusername
Passwword: ********
1. Set the WWW Proxy Service to listen for connections on port 8080. (General page). Also ensure that if you are using intercepts (Sessions page) that they will listen on the correct ports.
2. Set the WWW Proxy Service to cascade to helium.onspeed.com on port 5400.
3. Now, set SlipStream to have it's remote server as 127.0.0.1 (localhost) on port 8080. It's local listening port becomes port 80.
That way, your clients will connect in to SlipStream on port 80 (Even if using NAT) and then be redirected by SlipStream to port 8080 on the local (WinGate) machine. WinGate will cascade that request out to the appropriate server.
Now - the
big issue. This all depends on the type of connection that SlipStream makes. If it is not a standard HTTP connection, this won't work. In that case, we might need to alter your setup a bit.
How are you authenticating the users, btw?