Looking for relevant Networking Whitepapers? Visit the SearchNetworking.com Research Library.
Buddyfarr | Feb 22 2008 12:59AM GMT
assuming the client is a windows machine also, to get the MAC address of the machine you are trying to reserve an address to go to that machine and open a command prompt. at the command prompt type ipconfig /all
this will list the MAC address, but it will call it the Physical Address.
Labnuke99 | Apr 8 2008 4:11PM GMT
You can also get this information for remote hosts on the SAME subnet as the client through arp -a. Ping the device before running the arp -a command.