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.