Remote MAC address on Windows

Andre Garzia andre at andregarzia.com
Fri Aug 31 15:59:33 EDT 2007


Jacque,
I don't know how to find a remote mac address, but a local windows mac
address you can use:

ipconfig /all

and parse it. I think that to touch such low level info as MAC Addresses you
may need some raw C/C++ code to socket structures.

On 8/31/07, J. Landman Gay <jacque at hyperactivesw.com> wrote:
>
> Is there a way to obtain the MAC address of a server from a client
> machine on a Windows LAN?
>
> Some web research suggests that the arp command will give what I want,
> but when I run it in the command line it says there are no arp entries,
> even if I successfully ping the server first.
>
> --
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list