Click here to Skip to main content
15,881,840 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to write a simple client/server network application to send and receive some data.
But I have to hide my ip using another computer, exactly same as in the below picture.
http://postimage.org/image/jwra0gceb/[^]
Posted
v2
Comments
Richard MacCutchan 28-Jan-13 11:26am    
Then you need to run some program on B that forwards the message to C. However this sounds suspiciously like hacking so I will refrain from suggesting anything more.

1 solution

That is no problem and in many ways achievable.

but

You will have to have access to the middle machine to configure it and or install stuff on it. Or course you can't just fool a third machine into doing it without control.

This will of course expose the middle machine to the third party destination.

Actually almost every company uses that structure, where they have a web-server sitting in a DMZ, which is connected to the internet and is taking all the incoming traffic.

And some restricted access to\from it inside to the intranet.

Cheers,
Edo
 
Share this answer
 
Comments
SaeedSalehi 28-Jan-13 15:30pm    
thank for your answer
according to your answer i have to write another program on middle machine to do this?
Joezer BH 29-Jan-13 0:33am    
Yep

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900