Centos更换网卡名称为eth0
已安装好系统后需要修改网卡名称为eth0
编辑配置文件将ens33信息替换为eth0,可在vim命令模式输入%s/ens33/eth0/g替换相关内容
修改内核文件,添加内容:net.ifnames=0 biosdevname=0
[root@nova3 ~]# vim /etc/default/grub
使用命令重新生成grub配置,更新内核参数
[root@nova3 ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
文章来源:https://www.toymoban.com/news/detail-625125.html
重启服务器,查看‘网卡名称已经更换成功文章来源地址https://www.toymoban.com/news/detail-625125.html
到了这里,关于Centos更换网卡名称为eth0的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!