Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Tunnelling/Routing? Help!
| Subject: | Tunnelling/Routing? Help! |
| Posted by: | "Alessandro Federici" (al..@highstakessoftware.com) |
| Date: | Wed, 18 Apr 2007 09:44:17 |
<Repost of the same message I put in non-tech (didn't think of this
newsgroup before doing that :) )>
Hi everyone,
I am looking for some solution to route TCP/HTTP packets from a client to
a remote server while passing through 2 or more intermediate servers. The
product should be free (or have some kind of pay-once, deploy everywhere
combo), should have some industry recognition and, obviously, has to be
extremely reliable. While that would be the ideal scenario, please post
about regular commercial products as well. Delphi components are welcome
too.
Essentially my client is gonna send a request to 127.0.0.1:8888. On that
same machine there's gonna be a process listening on 8888 which then will
send the data to 192.168.2.10:9999. 192.168.2.10 will then grab the same
data and send it to 192.168.2.20:7777 which, finally, will send it to the
target server at 12.78.222.111:8199. Then, from this server, the response
has to reach the client following the same route. I tried RINetD which seems
to work just fine if you have only two PCs in the loop, but I cannot get it
to work with more...
Regards,
Alessandro