【拍错】重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying
2020年04月30日 16:23:58 作者:Jiaozn 分类:Linux 评论(0)重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAILED]:
下面操作首先保证是root用户,执行 su root切换到root用户
这是因为克隆的机器没有正确的mac,UUID信息冲突导致的,首先
vim /etc/udev/rules.d/70-persistent-net.rules 将eth1改为0 把原先的eth0注销掉
然后复制address
然后将网卡配置文件vim /etc/sysconfig/network-scripts/ifcfg-eth0
把这地址改为刚才复制的
执行reboot命令,重启系统
这时重启网卡就能正常重启了:/etc/init.d/network restart
除非注明,发表在“Jiaozn的博客”的文章『【拍错】重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying』版权归Jiaozn所有。
转载请注明出处为“本文转载于『Jiaozn的博客』原地址https://jiaozn.com/reed/576.html”
评论
发表评论