centos7 系统修改网卡名称

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 系统修改网卡名称相关的知识,希望对你有一定的参考价值。

   最新系统网卡名称改成了一串很长的数字,原来都eth开头。


   修改方法: 添加红色   

[[email protected] ~]#vim /etc/sysconfig/grub 

GRUB_TIMEOUT=5

GRUB_DEFAULT=saved

GRUB_DISABLE_SUBMENU=true

GRUB_TERMINAL_OUTPUT="console"

GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet net.ifnames=0 biosdevname=0"

GRUB_DISABLE_RECOVERY="true"

   

[[email protected] ~]# grub2-mkconfig -o /boot/grub2/grub.cfg 

Generating grub configuration file ...

Found linux image: /boot/vmlinuz-3.10.0-229.el7.x86_64

Found initrd image: /boot/initramfs-3.10.0-229.el7.x86_64.img

Found linux image: /boot/vmlinuz-0-rescue-f7173fe9424c429f924f3daec0988833

Found initrd image: /boot/initramfs-0-rescue-f7173fe9424c429f924f3daec0988833.img

done

        


    然后重启即可,修改完后,若是原来配置了IP地址(有可能会被清空,需要重新设置)

以上是关于centos7 系统修改网卡名称的主要内容,如果未能解决你的问题,请参考以下文章

修改CentOS7网卡名称为传统名称eth0格式

centos7更改网卡名称

centos7 系统修改网卡名称

CentOS7修改默认网卡名称为eth0

centos7修改网卡名称为eth0

centos7.5 修改网卡名称