Link to home
Start Free TrialLog in
Avatar of llaurent59
llaurent59

asked on

Port Forwarding using Delphi

Hey,

I have to build an application that permits :

-1> forward TCP/UDP requests on port p1 to another IP machine on port p2
-2> enable multiplexing request on port p2
selecting either machine M1 with IP1 on port p2; or machine M2 on port p2; or machine M3 on port p2...

I think all this is possible using a server routing application that permit multiplexing
external users can use a client application that indicates which machine is to be connected on port p2

Any good ideas, or any examples are welcome
I am searching for an example with Delphi spource (7 prefered)


Thanks in advance

Laurent
Avatar of Mahdi78
Mahdi78
Flag of Algeria image

Avatar of llaurent59
llaurent59

ASKER

Still waiting for a solution

or for an example that will permit me to make further tests...
Did you try TidMappedPortTCP?
No I did not,
Have you a first example with TidMappedPortTCP ?
ASKER CERTIFIED SOLUTION
Avatar of jimyX
jimyX

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Correction in a the post number that I am referring to:
I have shown the Author what to use to accomplish what he is asking for: #35341962...