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

Posted 谭普利特

tags:

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


[[email protected] ~]# cd /etc/sysconfig/network-scripts/

[[email protected] network-scripts]# mv ifcfg-eno16777736 ifcfg-eth0
[[email protected] network-scripts]# cat ifcfg-eth0 
DEVICE=eth0
TYPE=Ethernet
BOOTPROTO=static
PEERROUTES=yes
NAME=eth0
ONBOOT=yes
IPADDR=10.0.0.111
NETMASK=255.255.255.0
GATEWAY=10.0.0.2
DNS1=1.1.1.1
DNS2=8.8.8.8

 在grub “GRUB_CMDLINE_LINUX=    “   中加入     “net.ifnames=0 biosdevname=0“”

[[email protected] network-scripts]# cat /etc/sysconfig/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed ‘s, release .*$,,g‘ /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashkernel=auto  vconsole.keymap=us rhgb net.ifnames=0 biosdevname=0 quiet"
GRUB_DISABLE_RECOVERY="true"
[[email protected] network-scripts]# grub2-mkconfig -o /boot/grub2/grub.cfg 
[[email protected] ~]# reboot
[[email protected] ~]# yum -y install net-tools

 






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

RHEL7/centos7修改网卡名称为eth0

RHEL7/centos7修改网卡名称为eth0

回归centos7传统网卡名称

CentOS7修改网卡名称,禁用ipv6

修改网卡名为eth0格式

centos 修改网卡名称为eth0