Can someone point me in the right direction? I wish to distribute a WCF peer to peer cloud over the internet. So far I’ve seen examples of how it works on the same subnet. I wish to push it a little further.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe you’ll need to look into using IPV6 Teredo Tunneling for crossing NAT and firewalls, so maybe check out this on WCF transports from MSDN.
Also, take a look at the PRNP series Kevn Hoffman did this year.