0
I need to get the ip "LOCAL" (LAN) using javascript. I happen to have an application on my servers, but a client requested a customized service. I need to retrieve the client’s local IP address over the Internet and send it to the database on my ajax servers. I need to know how I could do with Activex or Java to take the information locally and put it into a javascript variable so I can make an AJAX call to load the information.
Example: Local IP: 192.168.1.1 | IP Wan: 182.236.10.25
The wan ip is easy to recover, I need the Local IP (Lan).
OK @Antony Alkmin, via pure javascript I know that there is no way. I am asking how to retrieve such information through an Activex or a Java that will run locally on the machine, where the information is accessible.
– Hiago Souza