Thanks Bobby ...this could be useful for me down the road if this works for snagging info from remote boxes, I'll putz around with it and see what I can break.
Bob -----Original Message----- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 12:39 PM To: CF-Talk Subject: RE: retrieve mac address with CF? You can cfexecute 'arp -a' to get a nice formatted output of macs and their IPs. If the IP isn't listed, ping it first, then do 'arp -a' and extract the MAC/IP ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Imperial, Robert [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:39 AM To: CF-Talk Subject: RE: retrieve mac address with CF? <grin> thanks for the response, seems my boss didn't phrase his question correctly ..... he was asking about retrieving IP addresses from Macs, which we already do ;) Thanks! Bob -----Original Message----- From: John Blayter [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:21 AM To: CF-Talk Subject: Re: retrieve mac address with CF? If you want to get the MAC address of the server it looks like you can get to it through some java. http://forum.java.sun.com/thread.jspa?threadID=245711 On 6/25/07, Bob Imperial <[EMAIL PROTECTED]> wrote: > Good morning folks ... or at least it's morning here ;) I was just > asked if I could retrieve mac addresses via coldfusion and have no idea. Is this possible with cf, if so or if someone knows of a good reference to point me in the direction of, I would appreciate it greatly. > > Thanks! Bob > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| CF 8 â Scorpio beta now available, easily build great internet experiences â Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282077 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

