right now Im searching for like 6h to get into it! My brain is done!

Ok, heres the deal:

I'm searching a solution, to connect to a PC behind a Router wich is running the Proxy Server to passthrough my Information.

So like this:

Me (wanna connect to 1.1.1.1) --> Internet --> 1.1.1.1 -> Router --> PC With the running Server --> Internet

I've read aboud STUN / STUNT.. But I actually know the IP where the Server listen to some Port.

The problem is with UDPpunch hole is, that the proxy actually doesnt know the Clients IP.

link|improve this question
Made a new question, because this one is confusing :) stackoverflow.com/questions/3579566/… – Sascha Affolter Aug 26 '10 at 21:13
feedback

2 Answers

STUN requires a server accessible to both peers (usually that means a public IP address). The server negotiates both peer-discovery and the STUN handshake.

link|improve this answer
Ive tried it with the C# STUN sample. But how should it be possible to tell the STUN Server who I want to connact to!? Can I use Public Stun Server? Do You have a example code? – Sascha Affolter Aug 19 '10 at 5:51
feedback

Isn't entirely what the Azure Service Bus is for?

http://channel9.msdn.com/learn/courses/Azure/ServiceBus/

http://www.microsoft.com/windowsazure/appfabric/

link|improve this answer
Sorry this one is a paid service – Sascha Affolter Aug 26 '10 at 21:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.