{"id":2215,"date":"2010-08-22T05:26:01","date_gmt":"2010-08-22T09:26:01","guid":{"rendered":"https:\/\/thebackroomtech.wordpress.com\/?p=2215"},"modified":"2020-01-06T00:16:29","modified_gmt":"2020-01-06T05:16:29","slug":"determine-ip-address-from-a-mac-address","status":"publish","type":"post","link":"https:\/\/thebackroomtech.com\/determine-ip-address-from-a-mac-address\/","title":{"rendered":"Determine IP Address From a MAC Address"},"content":{"rendered":"<p>Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is.<\/p>\n<p>There are a couple of ways you can go about doing this. Firstly, it\u2019s important to understand that the MAC address might not be the address for a PC. It could also be the MAC address for a printer or some other type of device on the network.<\/p>\n<p>If you suspect the MAC address is a printer, first check out this site below to see if it matches a major manufacturer:<\/p>\n<p><a href=\"http:\/\/www.curreedy.com\/stu\/nic\/\">http:\/\/www.curreedy.com\/stu\/nic\/<\/a><\/p>\n<p>You can also find out if the MAC address is from a switch or other networking device from HP, CISCO, etc. If you\u2019re sure the MAC address is a computer, then try the methods below to determine the IP address.<\/p>\n<h3><strong>Method 1 \u2013 DHCP Server<\/strong><\/h3>\n<p>The simplest way to get an IP address from a MAC address is to check out the DHCP server, if possible. Whether you are in a corporate environment or at home, each computer is being assigned an IP address from a DHCP server (unless it\u2019s a static network, which is rare).<\/p>\n<p>You can either go into the DHCP console on Windows Server 2003\/2008 or you can log into your wireless router at home, if that is what you are using.<\/p>\n<blockquote><p><a href=\"\/wp-content\/uploads\/findipaddress.png\"><img decoding=\"async\" style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0;\" title=\"find ip address\" src=\"\/wp-content\/uploads\/findipaddress_thumb.png\" alt=\"find ip address\" width=\"604\" height=\"254\" border=\"0\" \/><\/a><\/p><\/blockquote>\n<p>Simply go to Address Leases under the Scope and you can view both the client IP address and the Unique ID, which is the MAC address.<\/p>\n<p>If you have a wireless router at home, it will vary depending on the brand (Belkin, Netgear, LinkSys, etc). But basically, there should be a section to view all the current devices connected to the wireless network.<\/p>\n<p>On my AT&amp;T U-Verse box, it\u2019s right on the home page and I simply click on Device Details to view the MAC Address.<\/p>\n<blockquote><p><a href=\"\/wp-content\/uploads\/getipaddressfrommac.png\"><img decoding=\"async\" style=\"display: inline; border: 0;\" title=\"get ip address from mac\" src=\"\/wp-content\/uploads\/getipaddressfrommac_thumb.png\" alt=\"get ip address from mac\" width=\"540\" height=\"519\" border=\"0\" \/><\/a><\/p><\/blockquote>\n<h3><strong>Method 2 \u2013 Ping Broadcast Address<\/strong><\/h3>\n<p>The second way to do this if you can\u2019t get access to your DHCP server is to use a useful command in Windows called ARP (Address Resolution Protocol).<\/p>\n<p>Basically, you ping the broadcast address on your network from any Windows machine and then check out the ARP table afterwards.<\/p>\n<p>If you subnet is 192.168.1.X with a mask of 255.255.255.0, then you would ping 192.168.1.255. When you ping, you will get a <strong>Request Timed Out<\/strong> all four times, but don\u2019t worry.<\/p>\n<blockquote><p><a href=\"\/wp-content\/uploads\/pingmacaddress.png\"><img decoding=\"async\" style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0;\" title=\"ping mac address\" src=\"\/wp-content\/uploads\/pingmacaddress_thumb.png\" alt=\"ping mac address\" width=\"480\" height=\"145\" border=\"0\" \/><\/a><\/p><\/blockquote>\n<p>Next, type in the following command<\/p>\n<blockquote><p><strong>arp \u2013a<\/strong><\/p><\/blockquote>\n<p>You will now get a list of all the connected devices on your network along with their physical addresses! Pretty nifty trick.<\/p>\n<p><a href=\"\/wp-content\/uploads\/arpa.png\"><img decoding=\"async\" style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0;\" title=\"arp -a\" src=\"\/wp-content\/uploads\/arpa_thumb.png\" alt=\"arp -a\" width=\"440\" height=\"99\" border=\"0\" \/><\/a><\/p>\n<h3><strong>Method 3 \u2013 Free Tools<\/strong><\/h3>\n<p>Lastly, you can use a free program to get a IP address from a MAC address. It\u2019s called CC Get MAC Address and it can be downloaded here:<\/p>\n<p><a href=\"http:\/\/www.youngzsoft.net\/cc-get-mac-address\/\">http:\/\/www.youngzsoft.net\/cc-get-mac-address\/<\/a><\/p>\n<p>Before you can use it, however, you need to scan all the IP addresses in your subnet in order for it to work. The program itself has a auto scan feature that takes in a IP range.<\/p>\n<p>You can also use a free program called Advanced IP Scanner, which will do the same thing and is a program totally dedicated to scanning IP addresses:<\/p>\n<p><a href=\"http:\/\/www.radmin.com\/products\/utilities\/ipscanner.php\">http:\/\/www.radmin.com\/products\/utilities\/ipscanner.php<\/a><\/p>\n<p>You can also use the IP Scanner and then simply run the arp \u2013a command to get a list of IP\/MAC Addresses.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2208,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"updated_on":"","footnotes":""},"categories":[26],"tags":[],"class_list":{"0":"post-2215","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-howto"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is. There are a couple of ways you can\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Aseem Kishore\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/thebackroomtech.com\/determine-ip-address-from-a-mac-address\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"The Back Room Tech - Serving up the info for back room techs everywhere\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Determine IP Address From a MAC Address - The Back Room Tech\" \/>\n\t\t<meta property=\"og:description\" content=\"Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is. There are a couple of ways you can\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/thebackroomtech.com\/determine-ip-address-from-a-mac-address\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-08-22T09:26:01+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-01-06T05:16:29+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Determine IP Address From a MAC Address - The Back Room Tech\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is. There are a couple of ways you can\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Determine IP Address From a MAC Address - The Back Room Tech<\/title>\n\n","aioseo_head_json":{"title":"Determine IP Address From a MAC Address - The Back Room Tech","description":"Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is. There are a couple of ways you can","canonical_url":"https:\/\/thebackroomtech.com\/determine-ip-address-from-a-mac-address\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[]},"og:locale":"en_US","og:site_name":"The Back Room Tech - Serving up the info for back room techs everywhere","og:type":"article","og:title":"Determine IP Address From a MAC Address - The Back Room Tech","og:description":"Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is. There are a couple of ways you can","og:url":"https:\/\/thebackroomtech.com\/determine-ip-address-from-a-mac-address\/","article:published_time":"2010-08-22T09:26:01+00:00","article:modified_time":"2020-01-06T05:16:29+00:00","twitter:card":"summary_large_image","twitter:title":"Determine IP Address From a MAC Address - The Back Room Tech","twitter:description":"Ever had to reverse lookup an IP address? Kind of like looking up a home address using a phone number? If you\u2019re in IT, you might come across the occasional situation where you have a MAC address, but need to figure out what the IP address is. There are a couple of ways you can"},"aioseo_meta_data":{"post_id":"2215","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-03-27 21:09:10","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2026-03-27 20:27:04","updated":"2026-03-27 21:09:10"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/thebackroomtech.com\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/thebackroomtech.com\/category\/howto\/\" title=\"How-To\">How-To<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tDetermine IP Address From a MAC Address\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/thebackroomtech.com"},{"label":"How-To","link":"https:\/\/thebackroomtech.com\/category\/howto\/"},{"label":"Determine IP Address From a MAC Address","link":"https:\/\/thebackroomtech.com\/determine-ip-address-from-a-mac-address\/"}],"_links":{"self":[{"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/posts\/2215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/comments?post=2215"}],"version-history":[{"count":0,"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/posts\/2215\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/media\/2208"}],"wp:attachment":[{"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/media?parent=2215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/categories?post=2215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thebackroomtech.com\/wp-json\/wp\/v2\/tags?post=2215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}