Linux 修改网卡名称(RHEL)
1、一台Linux 机子上安装了4个网卡,自带的两个,扩展的两个,装系统后,扩展的两个识别为eth0,eth1,想要把系统的两个改为eth0,eth12、更改/etc/modprobe.conf文件中的模块alias比如 alias eth0 e1000ealias eth1 e1000e改为alias eth2 e1000ealias eth3 e1000e3、更改网卡的配置文件的名字为ifcfg-eth0,即对调下mv /etc/sysconfig/n...