rpm -qi biosdevname-0.5.0-10.el7.x86_64
Summary : Udev helper for naming devices per BIOS names
Description :
biosdevname in its simplest form takes a kernel device name as an
argument, and returns the BIOS-given name it "should" be. This is necessary
on systems where the BIOS name for a given device (e.g. the label on
the chassis is "Gb1") doesn't map directly and obviously to the kernel
name (e.g. eth0).
Centos 7 和 Redhat 7 默认使用 biosdevname
在使用 systemd 的 RHEL/CentOS 7 中,还有另一种方法可以控制网络链接名称。
如果不存在则创建新目录:
在其中创建新的规则文件。文件扩展名必须是.link,否则会被忽略
为此接口创建配置文件:
在这里systemd.link(5)你可以阅读描述如何创建自定义规则,有很多命名选项。还有一些例子。不幸的是,这个手册页 systemd.link(5) 在 RHEL7 中不存在,但是可以工作。
在这里,您可以了解网络接口的新通用命名策略。您可以为系统中的某些接口或所有接口更改此策略。
如果它不存在,您可以简单地创建它!
规则将适用。这是我的例子:
试试 /usr/lib/udev/rules.d/60-net.rules