I use an ssh client and ssh server. depending on what you are ding this
works well. You can only do this for TCP traffic though. Putty can be
setup to act as a SOCKS v4 proxy so that you don't have to create fixed
endpoints and individual tunnels for each port.
http://www.chiark.greenend.org.uk/~sgtatham/putty/
I like openSSH for windows on the server side if you aren't using UNIX
there.
http://sshwindows.sourceforge.net/ it works well.
--
Mark Gamache
Certified Security Solutions
http://www.css-security.com
"hellrazor" <(E-Mail Removed)> wrote in message
news:Xns96938D0812F1jorgeanotherworldcom@64.59.144 .76...
> Hi,
>
> Is there software that I could install in the client and the server which
> will allow me to:
>
> 1-Specify which outbound ports in the local machine should be tunneled /
> forwarded through port 80. For example, if a program is trying to
> communicate to an ouside IP address, using say, port 3630, the program
> will
> intercept this in the local machine, and send the request through port 80
>
> 2-At the server side, the software should know that the incoming port 80
> request is intended for the port that was initially specified in the
> client
> (i.e.: port 3630).
>
> 3-Should be able to handle synchronous / asynchronous communications.
>
>
> Is it possible? where should I start looking?
>
>
> Thanks.
>
>
> Jorge