Check MAC address of a device on the other end of an Ethernet cable
Assuming I have a machine with Windows / Mac / Linux OS installed that's connected via Ethernet to an unknown device (e.g.: router, another computer, LAN printer), how can I figure out that device's MAC address?
ethernet
add a comment |
Assuming I have a machine with Windows / Mac / Linux OS installed that's connected via Ethernet to an unknown device (e.g.: router, another computer, LAN printer), how can I figure out that device's MAC address?
ethernet
2
Somewhat similar to this question: superuser.com/questions/302057/… I strongly installing wireshark, and simply monitoring the link.
– Zoredache
Jul 28 '14 at 23:42
Thank you! I just used Wireshark as you suggested and logged the ARP protocol traffic. It told me everything I needed to know. Please turn your comment into an answer so that I can accept it.
– Marcin Seredynski
Jul 29 '14 at 8:23
add a comment |
Assuming I have a machine with Windows / Mac / Linux OS installed that's connected via Ethernet to an unknown device (e.g.: router, another computer, LAN printer), how can I figure out that device's MAC address?
ethernet
Assuming I have a machine with Windows / Mac / Linux OS installed that's connected via Ethernet to an unknown device (e.g.: router, another computer, LAN printer), how can I figure out that device's MAC address?
ethernet
ethernet
asked Jul 28 '14 at 22:54
Marcin SeredynskiMarcin Seredynski
12815
12815
2
Somewhat similar to this question: superuser.com/questions/302057/… I strongly installing wireshark, and simply monitoring the link.
– Zoredache
Jul 28 '14 at 23:42
Thank you! I just used Wireshark as you suggested and logged the ARP protocol traffic. It told me everything I needed to know. Please turn your comment into an answer so that I can accept it.
– Marcin Seredynski
Jul 29 '14 at 8:23
add a comment |
2
Somewhat similar to this question: superuser.com/questions/302057/… I strongly installing wireshark, and simply monitoring the link.
– Zoredache
Jul 28 '14 at 23:42
Thank you! I just used Wireshark as you suggested and logged the ARP protocol traffic. It told me everything I needed to know. Please turn your comment into an answer so that I can accept it.
– Marcin Seredynski
Jul 29 '14 at 8:23
2
2
Somewhat similar to this question: superuser.com/questions/302057/… I strongly installing wireshark, and simply monitoring the link.
– Zoredache
Jul 28 '14 at 23:42
Somewhat similar to this question: superuser.com/questions/302057/… I strongly installing wireshark, and simply monitoring the link.
– Zoredache
Jul 28 '14 at 23:42
Thank you! I just used Wireshark as you suggested and logged the ARP protocol traffic. It told me everything I needed to know. Please turn your comment into an answer so that I can accept it.
– Marcin Seredynski
Jul 29 '14 at 8:23
Thank you! I just used Wireshark as you suggested and logged the ARP protocol traffic. It told me everything I needed to know. Please turn your comment into an answer so that I can accept it.
– Marcin Seredynski
Jul 29 '14 at 8:23
add a comment |
2 Answers
2
active
oldest
votes
Send a broadcast If you don't have any information of the other end, just send a ping 255.255.255.255
, it will send a broadcast ping (IP 255.255.255.255) with broadcast MAC address (FF:FF:FF:FF:FF:FF) which will be sent to all devices on the network, even if you are connected to a switch (which don't filter those requests, of course).
add a comment |
NMAP can scan your network and tell you a lot about what is on your network, including MAC address. It might even be able to tell you just what that unknown device is.
Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).
1
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
2
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f789355%2fcheck-mac-address-of-a-device-on-the-other-end-of-an-ethernet-cable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Send a broadcast If you don't have any information of the other end, just send a ping 255.255.255.255
, it will send a broadcast ping (IP 255.255.255.255) with broadcast MAC address (FF:FF:FF:FF:FF:FF) which will be sent to all devices on the network, even if you are connected to a switch (which don't filter those requests, of course).
add a comment |
Send a broadcast If you don't have any information of the other end, just send a ping 255.255.255.255
, it will send a broadcast ping (IP 255.255.255.255) with broadcast MAC address (FF:FF:FF:FF:FF:FF) which will be sent to all devices on the network, even if you are connected to a switch (which don't filter those requests, of course).
add a comment |
Send a broadcast If you don't have any information of the other end, just send a ping 255.255.255.255
, it will send a broadcast ping (IP 255.255.255.255) with broadcast MAC address (FF:FF:FF:FF:FF:FF) which will be sent to all devices on the network, even if you are connected to a switch (which don't filter those requests, of course).
Send a broadcast If you don't have any information of the other end, just send a ping 255.255.255.255
, it will send a broadcast ping (IP 255.255.255.255) with broadcast MAC address (FF:FF:FF:FF:FF:FF) which will be sent to all devices on the network, even if you are connected to a switch (which don't filter those requests, of course).
answered Jul 28 '14 at 23:16
denisvmdenisvm
59428
59428
add a comment |
add a comment |
NMAP can scan your network and tell you a lot about what is on your network, including MAC address. It might even be able to tell you just what that unknown device is.
Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).
1
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
2
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
add a comment |
NMAP can scan your network and tell you a lot about what is on your network, including MAC address. It might even be able to tell you just what that unknown device is.
Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).
1
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
2
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
add a comment |
NMAP can scan your network and tell you a lot about what is on your network, including MAC address. It might even be able to tell you just what that unknown device is.
Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).
NMAP can scan your network and tell you a lot about what is on your network, including MAC address. It might even be able to tell you just what that unknown device is.
Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).
edited Jul 28 '14 at 23:14
answered Jul 28 '14 at 23:06
KeltariKeltari
51.7k18119171
51.7k18119171
1
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
2
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
add a comment |
1
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
2
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
1
1
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
What exactly are you planning on scanning with nmap since this is an unknown device?
– Zoredache
Jul 28 '14 at 23:42
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
@Zoredache Obviously, you havent used NMAP before. His exact situation is what people use NMAP for. It can scan the entire NETWORK via a variety of methods and report back all its findings. Hell, I used NMAP today to get a list of all the devices, IPs, and MACs of the machines on my network.
– Keltari
Jul 28 '14 at 23:46
2
2
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
I have used nmap frequently. For the most part it assumes a functioning IP network configuration If you just plug your computer into a random unknown device like you might get out of a garage sale the network will not be properly configured. What options are you planning on using that to scan the device. Without a proper configuration how will the replies get back to you. If this is so easy, why not update your answer with some actual details of exactly how you would do this instead of just a copy and past of the description of the application.
– Zoredache
Jul 28 '14 at 23:52
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f789355%2fcheck-mac-address-of-a-device-on-the-other-end-of-an-ethernet-cable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Somewhat similar to this question: superuser.com/questions/302057/… I strongly installing wireshark, and simply monitoring the link.
– Zoredache
Jul 28 '14 at 23:42
Thank you! I just used Wireshark as you suggested and logged the ARP protocol traffic. It told me everything I needed to know. Please turn your comment into an answer so that I can accept it.
– Marcin Seredynski
Jul 29 '14 at 8:23