So the question is how do you go about finding a computer's MAC address?
Well in Windows it is relatively easy, you can logon to the PC and find it using the IPCONFIG /ALL command at the command line, this will return the MAC address for each NIC card. You can then go do this for every single computer on your network (assuming you either very few computers on your network or a lot of time on your hands) and get all the MAC addresses in this manner.
You also could use a simple command at the command line and get all of the MAC addresses on your network; this will save you time and energy. On a home network if you have a router, often times you can simply use the tools within the interface of the router to get the MAC address of all devices and computers on your network, but if you don't know how to do that or just want to do this method for fun here are the simple steps.
Click Start
Type CMD in the Start Search Bar (Vista and Windows 7)
Hit Enter
Type in Arp -a at the prompt
Hit enter
You should get a print out something like this:
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\test>arp -a
Internet Address Physical Address Type
192.168.5.10 00-d0-2b-da-9a-c0 dynamic
192.168.5.11 00-00-0c-07-ac-01 dynamic
192.168.5.12 00-0f-35-22-17-00 dynamic
C:\Users\test>
Also check out the screenshot for an example of what you should see.
Now I know the IP and MAC address tied to each IP. If you want to see the computer name tied to the IP simply run the command PING -A xxx.xxx.xxx.xxx (the xxx's represent the IP address for the device or computer) from the same command line you just ran your ARP -a command from.
Well there you have it a very simple way to get all of the MAC addresses of the computers and peripherals on your network.
Published by TechTips
I am a senior systems engineer and enjoy writing articles about computers, technology and other electronics. View profile
- PHP and Web Hosting with MacMany Mac users might not know that your OSX operating system comes equipped with the software required to host your own web pages. Learn how to start up your server, enable it with the easy and fun-to-use language PHP...
Nemo - a Great Usenet Message Browser for MacUsenet, in spite of its age (Usenet was around even before the first web browser!), is still quite popular, both for sharing files and for messaging. Nemo is a new client for M...- Easy Secure Home Wireless Networking SetupThis article discusses how to secure your wireless network by limiting the devices that can connect to it. It doesn't discuss security as theory, just a simple way to get your home router more secure than it is today.
- How to Set-Up FreePlay and Access Your Computers Files from Your PCThis tutorial will explain how to set-up the wonderful FreePlayer. You will then be able to watch videos from your computer onto your PC with ease.
Netscape 9 is Released for the MacNetscape Navigator 9, the latest version of the long-time software application, has come to the Mac. It's based on the same code as Firefox, but is there more to it than Firefo...
- Tracking Down a Computer Address Over a Network
- Hack Pc While Chatting : Strictly Educational Purpose
- Coda: A Do-It-All Web Development Software Package for Mac
- Find the MAC Address on Popular Devices
- How to Change Your IP Address from Behind a Router in Minutes
- Do it - a To-Do List Manager for Mac OS X
- Setting Up Entourage for Mac OS X




