zoukankan      html  css  js  c++  java
  • 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.

    在linux下的虚拟机出现了这个问题,问题的产生是因为之间做过部分的修改,clone等操作。

    不就方案。

    CentOS Device does not seem to be present 
    故障现象:
    [root@c1node01 ~]# service network restart 
    Shutting down loopback insterface:                                                                                                        [   OK   ] 
    Bringing up loopback insterface:                                                                                                             [   OK   ]
    Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED] 
    解决办法
    1.修改Centos虚拟机克隆机的HWADDR为ifconfig -a的MAC地址 
    形如:HWADDR="00:0C:29:90:A7:23" 
    2.然后再做以下操作 
    [root@c1node01 ~]# rm -rf /etc/udev/rules.d/70-persistent-net.rules 
    [root@c1node01 ~]# reboot 
    ……………… 
    [root@c1node01 ~]# service network restart 
    Shutting down loopback insterface:                                                                                                        [   OK   ] 
    Bringing up loopback insterface:                                                                                                             [   OK   ] 
    Bringing up interface eth0:                                                                                                                     [   OK   ] 
    [root@c1node01 ~]#

  • 相关阅读:
    android注解使用具体解释(图文)
    Zepto Code Rush 2014-A. Feed with Candy(HACK)
    LoadRunner解决超时错误
    Loadrunner定时执行脚本
    windows下at命令使用详解
    java编写Loadrunner脚本
    Mysql 查看连接数,状态
    获取ping的最短、最长、平均时间
    mysql中You can't specify target table for update in FROM clause错误
    修改Apache的最大连接数
  • 原文地址:https://www.cnblogs.com/llhl/p/9648650.html
Copyright © 2011-2022 走看看