port forwarding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to implement a class that can forward a port to another
pc?
It should for example when a http request on a port arrives on the pc where
the program is running forward the request to another that runs a webservers
and send the answer back.
 
thx it's getting closer.
But i forgot to mention it is not only http request to should be forwarded
but anyother type of connection also. Like you use your router to send any
type of connection to a pc on your network. like vnc or ftp and such.
 
=?Utf-8?B?Y3lydXM=?= said:
But i forgot to mention it is not only http request to should be
forwarded but anyother type of connection also. Like you use your
router to send any type of connection to a pc on your network. like
vnc or ftp and such.

http://www.indyproject.org

It has many kinds of port mappers and tunnel components.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 
thx but it's really difficult to find exatly what i am looking for. I read a
bit of the classes with the online documentation but it's a lot of pages.
 
Back
Top