by Pascal » Mar 26 04 6:49 pm
I'm not 100% sure what ports SQL server requires or how the client application is configured to access the server.
It should be relatively easy to determine what ports are required for the client application, and to simply create a TCP mapping service on the WinGate side that will listen on the port the application is expecting to connect to. That port should be redirected to the SQL Server on the port number it is listening on.
The you'd need to configure the client application to connect to the WinGate Server, which will effectively push that through.
With NAT though, you setup the application to connect to the SQL Server directly. It automatically does the 'mapping' for you.