I'd start by just logging the IP address on login and then watching the real-time log to see what happens. To do this, go to the Events panel, add an event, choose the 'log in' event, select 'JSS script', enter the script below and client Apply changes. Then go to the Monitoring panel and click 'Show'.
console.log(event.loginUserName + " logged in from " + event.clientIP);