java - Socket connection not working with no-ip address -


I am having a problem with my socket connection when I change my no-IP address with "localhost" It works fine, but as soon as I put it in my no-IP address, it can not be connected. I forwarded the port to my router (port 12345 TCP and UDP my local IP address has been forwarded to 19 2.168.1.116). I do not understand why this will work with "localhost", but not with "myaddress.no-ip.org". It was my understanding that you had to shut down your router at your local IP address. P> You can not forward your internal IP address. A 192.168.x.x address is only usable on your internal network. You need to forward the external address

Comments