为什么有些网络接口名为 eth1 或 wlan0,而其他网络接口名为 wlp4s0?

为什么有些网络接口名为 eth1 或 wlan0,而其他网络接口名为 wlp4s0?

我观看了一些无线黑客教程,到处都有名为 的网络接口,wlan0, eth0, ...但我的接口被称为wlp4s0。这是否意味着我必须使用另一个教程,因为简单地替换wlan0wlp4s0似乎不起作用?

oussema@super-computer:~$ sudo airmon-ng start wlp4s0


Found 2 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID     Name
2463    avahi-daemon
2470    avahi-daemon


Interface   Chipset     Driver

wlp4s0      Broadcom    wl - [phy0]mon0: ERREUR en récupérant les signaux de l'interface: Aucun périphérique de ce type (translated from french to english: ERROR when retrieving the signals from the interface: No device of this type)

            (monitor mode enabled on mon0)

答案1

这些接口名称是 systemd 所谓的可预测接口名称。添加net.ifnames=0到内核命令行以禁用此功能。

相关内容