当前位置:网站首页>重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization.
重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization.
2022-08-09 15:02:00 【BigData_C】
原因分析:
这是因为克隆的机器没有正确的mac,UUID信息冲突导致的,首先将/etc/udev/rules.d/70-persistent-net.rules文件清空:
解决办法:
rm -f /etc/udev/rules.d/70-persistent-net.rules文件删除(或者重命名):cat /etc/udev/rules.d/70-persistent-net.rules
然后将网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0的uuid和hwaddr这两行删除:
保存保存修改后,重启系统
这时重启网卡就能正常重启了执行命令:/etc/init.d/network restart
再次执行ifconfig即可看到获取的ip了
边栏推荐
猜你喜欢
随机推荐
前置后置运算符重载
2022.7.16学习总结
RTP协议封装音视频媒体数据详解
数学规划模型
PE format series _0x05: output table and relocation table (.reloc)
Vim实用技巧_1.vim解决问题的方式
云模型和Logistic回归——MATLAB在数学建模中的应用(第2版)
事务的隔离级别
时间序列分析
爬虫实战 某问答网站乎
libev库解剖(1)
ACL配置
String的构造方法,其他方法
TOPSIS优劣解距离法
详解VLAN与划分广播域
Heap series _0x05: A diagram analyzes the connection between heap block allocation and FreeLists
Unity Shader 透视效果/XRay
【QT】窗口几何布局学习
Analytic Hierarchy Process (AHP) - Applications of MATLAB in Mathematical Modeling (2nd Edition)
如何通过Photoshop根据纹理贴图轻松获得法线贴图