centos 7 根据mac地址设置网络接口名
Posted loveskey
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7 根据mac地址设置网络接口名相关的知识,希望对你有一定的参考价值。
vim /etc/udev/rules.d/70-persistent-net.rules
# PCI device 0x14e4:0x164c (bnx2)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="90:e2:ba:87:99:d4", ATTR{type}=="1", KERNEL=="eth*", NAME="fth1"
以上是关于centos 7 根据mac地址设置网络接口名的主要内容,如果未能解决你的问题,请参考以下文章