欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

程序员文章站 2022-06-23 14:58:48
配置号IP地址后,使用ifconfig命令,没有显示eth0,重启网卡(service network restart)又遇到以下报错信息 报错信息: 解决办法: 首先使用ifconfig -a命令,记录下eth1的mac地址:00:0C:29:C5:AA:CF 然后打开/etc/sysconfig ......

配置号IP地址后,使用ifconfig命令,没有显示eth0,重启网卡(service network restart)又遇到以下报错信息

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

报错信息:

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

解决办法:

首先使用ifconfig -a命令,记录下eth1的mac地址:00:0C:29:C5:AA:CF

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

然后打开/etc/sysconfig/network-scripts/ifcfg-eth0

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

将"DEVICE=eth0"更改位"DEVICE=eth1",然后保存退出,重启网卡(service network restart)

将mac地址更改为之前记录的eth1的mac地址:00:0C:29:C5:AA:CF

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

查看IP地址(ifconfig),正常了

Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题

 

本文参考资料: