sumer fattoum Asked: 2020-12-11 06:46:06 +0800 CST2020-12-11 06:46:06 +0800 CST 2020-12-11 06:46:06 +0800 CST 如何查看连接到 WLAN 的所有设备 IP? 772 所以,我在 Linux Ubuntu 上使用 vmware,我需要知道如何查看我的 LAN 或 WLAN 中连接在一起的所有 PC 和设备及其 IP linux networking 3 个回答 Voted Best Answer LawrenceC 2020-12-11T08:25:19+08:002020-12-11T08:25:19+08:00 如果您想快速获得一些东西,大多数路由器都会让您查看当前的 DHCP 租约。登录到您的路由器并检查。任何从您的家庭路由器请求 DHCP 租约的东西都可能在线或最近。这不是 100% 保证您网络上的所有内容,但可能已经足够了。 如果你想扫描你的网络,你想了解的工具是nmap. 它可以使用apt-get install nmap. 这是一篇很好的文章,可以帮助您开始使用它。 jvda 2020-12-11T17:27:00+08:002020-12-11T17:27:00+08:00 LawrenceC 为您何时有权访问 DHCP 服务器的租约或主机何时响应由nmap. 或者,您可以查看 ARP 表,其中链路层 (MAC) 地址与网络层地址(例如 IPv4)相关。该arp命令已安装在许多 Linux 发行版上。您可以运行arp -a打印 ARP 表。 sumer fattoum 2020-12-12T14:50:11+08:002020-12-12T14:50:11+08:00 我在 ubuntu vmware 中写了 arp -a 它显示:localhost (192.168.198.2) at 00:50:56:f9:80:be [ether] on ens33 我在安装了vmware的win10的powershell上写了它: Schnittstelle: 192.168.178.29 --- 0x8 Internetadresse Physische Adresse Typ 192.168.178.1 e8-df-70-b7-74-d5 dynamisch 192.168.178.43 48-6d- bb-46-6a-6f 动态 192.168.178.255 ff-ff-ff-ff-ff-ff statisch 224.0.0.2 01-00-5e-00-00-02 statisch 224.0.0.22 01-00-5e-00-00 -16 统计 224.0.0.251 01-00-5e-00-00-fb 统计 224.0.0.252 01-00-5e-00-00-fc 统计 239.255.255.250 01-00-5e-7f-ff-fa 统计 255.255。 255.255 ff-ff-ff-ff-ff-ff 统计 Schnittstelle: 192.168.56.1 --- 0xb Internetadresse Physische Adresse Typ 192.168.56.255 ff-ff-ff-ff-ff-ff statisch 224.0.0.2 01-00-5e-00-00-02 statisch 224.0.0.22 01-00- 5e-00-00-16 统计 224.0.0.251 01-00-5e-00-00-fb 统计 224.0.0.252 01-00-5e-00-00-fc 统计 239.255.255.250 01-00-5e-7f-ff -fa 统计 255.255.255.255 ff-ff-ff-ff-ff-ff 统计 Schnittstelle:192.168.24.1 --- 0xd Internetadresse Physische Adresse Typ 192.168.24.254 00-50-56-e6-65-51 dynamisch 192.168.24.255 ff-ff-ff-ff-ff-ff statisch 224.0.0.2 01-00- 5e-00-00-02 统计 224.0.0.22 01-00-5e-00-00-16 统计 224.0.0.251 01-00-5e-00-00-fb 统计 224.0.0.252 01-00-5e-00-00 -fc 统计 239.255.255.250 01-00-5e-7f-ff-fa 统计 255.255.255.255 ff-ff-ff-ff-ff-ff 统计 但是,在此表中,我找不到手机的 IP 或 VMware 连接。 在此处输入图像描述
如果您想快速获得一些东西,大多数路由器都会让您查看当前的 DHCP 租约。登录到您的路由器并检查。任何从您的家庭路由器请求 DHCP 租约的东西都可能在线或最近。这不是 100% 保证您网络上的所有内容,但可能已经足够了。
如果你想扫描你的网络,你想了解的工具是
nmap
. 它可以使用apt-get install nmap
.这是一篇很好的文章,可以帮助您开始使用它。
LawrenceC 为您何时有权访问 DHCP 服务器的租约或主机何时响应由
nmap
. 或者,您可以查看 ARP 表,其中链路层 (MAC) 地址与网络层地址(例如 IPv4)相关。该arp
命令已安装在许多 Linux 发行版上。您可以运行arp -a
打印 ARP 表。我在 ubuntu vmware 中写了 arp -a 它显示:localhost (192.168.198.2) at 00:50:56:f9:80:be [ether] on ens33
我在安装了vmware的win10的powershell上写了它: Schnittstelle: 192.168.178.29 --- 0x8 Internetadresse Physische Adresse Typ 192.168.178.1 e8-df-70-b7-74-d5 dynamisch 192.168.178.43 48-6d- bb-46-6a-6f 动态 192.168.178.255 ff-ff-ff-ff-ff-ff statisch 224.0.0.2 01-00-5e-00-00-02 statisch 224.0.0.22 01-00-5e-00-00 -16 统计 224.0.0.251 01-00-5e-00-00-fb 统计 224.0.0.252 01-00-5e-00-00-fc 统计 239.255.255.250 01-00-5e-7f-ff-fa 统计 255.255。 255.255 ff-ff-ff-ff-ff-ff 统计
Schnittstelle: 192.168.56.1 --- 0xb Internetadresse Physische Adresse Typ 192.168.56.255 ff-ff-ff-ff-ff-ff statisch 224.0.0.2 01-00-5e-00-00-02 statisch 224.0.0.22 01-00- 5e-00-00-16 统计 224.0.0.251 01-00-5e-00-00-fb 统计 224.0.0.252 01-00-5e-00-00-fc 统计 239.255.255.250 01-00-5e-7f-ff -fa 统计 255.255.255.255 ff-ff-ff-ff-ff-ff 统计
Schnittstelle:192.168.24.1 --- 0xd Internetadresse Physische Adresse Typ 192.168.24.254 00-50-56-e6-65-51 dynamisch 192.168.24.255 ff-ff-ff-ff-ff-ff statisch 224.0.0.2 01-00- 5e-00-00-02 统计 224.0.0.22 01-00-5e-00-00-16 统计 224.0.0.251 01-00-5e-00-00-fb 统计 224.0.0.252 01-00-5e-00-00 -fc 统计 239.255.255.250 01-00-5e-7f-ff-fa 统计 255.255.255.255 ff-ff-ff-ff-ff-ff 统计
但是,在此表中,我找不到手机的 IP 或 VMware 连接。 在此处输入图像描述