I'm an IT in a call center and we have a remote online website where every employee has a login. In the call center I have nearly 50 computers behind a Sisco router where all of them reach the outside world with a static public IP address.
There is an agent who got the login credentials of a supervisor.
Now on the remote website I want to get the computer IP on the LAN to identify the agent who is illegally using someone else's credentials.
I have access to everything, the computers in the call center and the remote website.
Now is there a way to get the local IP of the agent (192.168.x.x) using PHP or JS on the remote website. I don't need the public IP which all the call center uses.
NB: Please I have explained the situation in detail so please don't suggest $_SERVER['REMOTE_ADDR'].