简体   繁体   English

识别Mac或本地IP地址

[英]Identify mac or local ip address

I have a list of mac addresses and local ip addresses from my router. 我有路由器中的mac地址和本地ip地址列表。 In order to use the right ip address I need to identify which device is behind each ip address. 为了使用正确的IP地址,我需要确定每个IP地址后面的设备。 So my question is how can I know which device is linked to each address? 所以我的问题是我怎么知道哪个设备链接到每个地址? Is there a way for me to find this out from my computer only? 有没有办法让我仅从计算机中找到此信息?

Thanks, 谢谢,

Siar 锡尔

You can obtain some information by portscanning. 您可以通过端口扫描获得一些信息。

sudo nmap -O $IP_ADDRESS

will return some information about the OS, you can possibly use this to identify which device is which? 会返回有关操作系统的一些信息,您可以使用它来识别哪个设备是哪个?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM