Solving NAT problems on a Java EE application
844204Mar 2 2011 — edited Mar 2 2011Hello,
I am developing an Java EE application for browser-to-browser communication where User A knows User B's IP, requests connection through a port, and User B responds the request.
The main problem is that both users are behind a NAT, so just with the IP and the port is not possible to connect.
Which options do I have to solve this problem without forcing users to change their NAT configuration?
THANKS!