在 Debian 系统中,你可以使用 ifconfig
命令来查看网络接口的 MAC 地址。以下是具体步骤:
打开终端。
输入以下命令并按下回车键:
ifconfig
在输出的信息中,找到你想要查看 MAC 地址的网络接口。每个接口的信息通常会显示为 “eth0”、“wlan0” 等等。
在该接口的信息中,查找 “ether” 字段,其后跟随的就是 MAC 地址。例如:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::a00:27ff:fe4e:66a1 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:4e:66:a1 txqueuelen 1000 (Ethernet)
RX packets 123456 bytes 123456789 (117.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 654321 bytes 987654321 (941.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
在这个例子中,eth0
接口的 MAC 地址是 08:00:27:4e:66:a1
。
如果你只想查看特定接口的 MAC 地址,可以使用 grep
命令来过滤输出。例如,要查看 wlan0
接口的 MAC 地址,可以输入:
ifconfig wlan0 | grep 'ether'
这将只显示 wlan0
接口的相关信息,包括其 MAC 地址。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>