473,441 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,441 software developers and data experts.

port forwarding

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.

Nov 17 '05 #1
6 7217
If you mean a dynamic proxy, then check out:
http://www.codeproject.com/csharp/Dy...&select=675513

Joe
MCAD

SRE (Simple Rule Engine)
http://sourceforge.net/projects/sdsre/
"cyrus" <cy***@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
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.

Nov 17 '05 #2
Another one: https://sourceforge.net/projects/webproxy/

Joe
MCAD

SRE (Simple Rule Engine)
http://sourceforge.net/projects/sdsre/

"Yahoo" <jo***************@yahoo.com> wrote in message
news:dt****************@newssvr21.news.prodigy.com ...
If you mean a dynamic proxy, then check out:
http://www.codeproject.com/csharp/Dy...&select=675513

Joe
MCAD

SRE (Simple Rule Engine)
http://sourceforge.net/projects/sdsre/
"cyrus" <cy***@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
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.


Nov 17 '05 #3
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.

"Yahoo" wrote:
Another one: https://sourceforge.net/projects/webproxy/

Joe
MCAD

SRE (Simple Rule Engine)
http://sourceforge.net/projects/sdsre/

"Yahoo" <jo***************@yahoo.com> wrote in message
news:dt****************@newssvr21.news.prodigy.com ...
If you mean a dynamic proxy, then check out:
http://www.codeproject.com/csharp/Dy...&select=675513

Joe
MCAD

SRE (Simple Rule Engine)
http://sourceforge.net/projects/sdsre/
"cyrus" <cy***@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
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.



Nov 17 '05 #4
"=?Utf-8?B?Y3lydXM=?=" <cy***@discussions.microsoft.com> wrote in
news:90**********************************@microsof t.com:
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/
Nov 17 '05 #5
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.

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?Y3lydXM=?=" <cy***@discussions.microsoft.com> wrote in
news:90**********************************@microsof t.com:
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/

Nov 17 '05 #6
"=?Utf-8?B?Y3lydXM=?=" <cy***@discussions.microsoft.com> wrote in
news:56**********************************@microsof t.com:
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.


Thats because it implements well over 100 protocols. :)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jesse Rosenthal | last post by:
Hello all, I'm writing a script which will backup data from my machine to a server using rsync. It checks to see if I am on the local network. If I am, it runs rsync over ssh to 192.168.2.6...
0
by: Adam Clauss | last post by:
As the built in interface for forwarding ports in Windows 2003 Routing and Remote Access has several 'difficiencies' (like the ability to forward a RANGE of ports), I would like to write an...
25
by: bmearns | last post by:
Is it possible to specify which port to use as the outbound port on a connection? I have the IP address and port number for the computer I'm trying to connect to (not listening for), but it's...
2
by: PW | last post by:
I have a Netgear DG834G (v3) wireless router. I also host an ASP website from my home computer. I had a problem when I first got this router that was blocking requests from outside from seeing...
0
by: Bradley Plett | last post by:
I need to build a small "port forwarder" that will check some security settings before allowing traffic through. Can anyone suggest a good component for doing the port forwarding? Alternatively,...
1
by: nileshNP | last post by:
Hi I have a question. I have to create a tunnel between two systems X and Y, X behind NAT and Y is public. There are two programs Px - running on X and Py-running on Y. I am first establishing a...
2
by: bhnightclub | last post by:
Hi, Is there a way to write an application or script to automate the process of configuring port forwarding on a router? If so, does anyone have a link they can provide? Thanks
4
by: ethangk | last post by:
Hey This is a little hard to explain but I will try my best. Is it possible to have a application running on a specific computer on a network, and to have all requests sent from the internet sent to...
9
by: shockna1 | last post by:
When I make a new TcpClient try to conect to my server how can I tell my router to send all the informatioin to the server on my pc?
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.