Hi, where I work we are collecting info on our computers, and one thing we require is a listing of the latest IP addresses assigned to the users’ machines. They are mostly set to DHCP, so the idea I had was to check each machine every day with a script that would find their IP addresses, and then write the results to a file (and ideally enter those results into our database). I’ve found a perl script online ( that can check one machine at a time, if at all, but its behavior is strange; sometimes it just won’t display the IP, even when I’m using it as an administrator. Also, it relies on reading the Windows registry so it won’t work to get the IPs of our Macs. I was wondering if you could direct me to some place where I could get such a script, especially one that will work with our UNIX-based machines.
Thank you.
Thank you.