Hello, I was just wondering if it is possible in Java to get the host's IP address, as seen on the Internet, not network or by the computer itself. I mean, getting something like 87.253.145.35 instead of something like 192.168.1.100 or 127.0.0.1.
Or, if not, is there any popular/known server that has a static IP address with which I could open a Socket and have it tell me my IP address?