MS ISA Server confusion.
August 10, 2007 9:45 AM
Subscribe
OK, I'll put all of the relevant information below the cut, but the general issue is how do I convert a dotted quad IP address (xxx.xxx.xxx.xxx) to the integers stored in Microsoft ISA Server logs?
The guy who usually manages the server and who probably knows how to do this is out of town and my boss is needing me to search for entries in the logs.
I'd love a link to a resource on how to do this, but all I can find anywhere are information on how to convert the integers in the ISA server logs to IP addresses, not the other way around.
The MS reference for the Int->IP is at:
http://support.microsoft.com/kb/891223
posted by Ikazuchi to computers & internet (8 comments total)
1 user marked this as a favorite
+ (256 * 256) * 2nd quad
+ 256 * 3rd quad
+ 4th quad
posted by smackfu at 9:49 AM on August 10, 2007