Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have developed an app which primarily provides udp P2P connectivity with other hosts around the world. So we have to deal with all kinds of nat topologies.

I have tried udp hole punching and upnp for port forwarding.

udp port punching successfully occurs only when the clients are behind the same nat, and upnp is marred by its lack of support on different routers.

Entering ports manually in NAT table isn't the way as it is quiet difficult for noobs.

I was thinking of nat-pmp but couldn't find any code related help around, can someone please help.

share|improve this question
Won't you have the same problem as with UPnP? NAT-PmP not enabled on router, or it does not support it at all.. – Sertac Akyuz Sep 30 '12 at 13:49
NAt-PMP code is part of Azureus which is opensource. But generally NAT-PMP is Apple-targeted protocol, so usually if UPnP is missed, so would be NAT-PMP. UDP punching should work as long as there is outside server, bringing two UDP-based clients together. Or if there is proxy server like Hamachi.cc or Skype SuperNode. en.wikipedia.org/wiki/STUN – Arioch 'The Oct 1 '12 at 7:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.