I need to get the "LOCAL" (LAN) ip, using javascript. It turns out that I have an application on my servers, but a client requested a customized service. I need to retrieve the client's local ip over the internet and send it to the database on my servers with ajax. I need to know how I could do with ActiveX or Java to get the information locally and put in a javascript variable so that I can make an AJAX call to load the information.
Example: Local IP: 192.168.1.1 | IP Wan: 182.236.10.25
The ip wan is easy to recover, I need Local IP (Lan).