I set up a static IP and did port forwarding on my notebook, and now I have a static IP address, but it's relatively static, every time I re-start the machine, ...
I'm not too sure how to go about getting the external IP address of the machine as a computer outside of a network would see it. My following IPAddress class only ...
Can anyone tell me what is difference between Internal IP Address and External IP Address? How to get both in any programming language like Java, C# or Adobe AIR?
Hello friends, I am having a small problem, i have already designed a chat application, the chat works fine over a local network but now I want to use it over the internet. Logically the program should but what happened is that to get the IP I have used clientInformation.clientIPAddress = clientsoc.getInetAddress().getHostAddress(); and it gives only the local and I want ...
Hello friends, I am having a small problem, i have already designed a chat application, the chat works fine over a local network but now I want to use it over the internet. Logically the program should but what happened is that to get the IP I have used clientInformation.clientIPAddress = clientsoc.getInetAddress().getHostAddress(); and it gives only the local and I want ...
mr0ldie wrote: I've searched the forums, but can't seem to find anything quite the same as this. I know that I can use InetAddress.getLocalHost() to retrieve my local IP, but I need a way to find the external IP that others would ping me with. Seems easy enough, but I can't seem to figure it out. If it "seems easy enough" ...
Hi, I am writing an application which has to create an INI file for the user. The application then launches a separate application with the INI file as an argument. This INI file contains information, including the IP address of the current user. My program is more or less a GUI to this rather cryptic console-based application. Typically, when you launch ...
I am able to do this in VB.net, using a built-in "web browser" type function an a very simple PHP script which displays only the IP address of the visitor. How can I do this in Java? I'm looking for a similar "browse the web" type function, if there is one. Thanks, Matthew