--
大家好你们好。
我的服务器运行 Redhat Enterprise linux 6.3。我通过修改配置文件为我的机器配置了一个稳定的 IP 地址/etc/sysconfig/network-scripts/ifcfg-eth0
。
我们可以看到网卡的身份是“eth0”。我们有 4 个 NIC,所以它们是 eth0、eth1、eth2、eth3。
由于某些原因,我用新的 NIC 替换了这些 NIC。问题来了。
重启系统后,网卡的身份自动变为eth4、eth5、eth6、eth7。以及稳定IP地址名称的配置文件“ * -eth0”。所以它现在不能自动使用配置文件。
如何将它们改回 eth0、eth1、eth2、eth3?
谢谢!