=========1.问题==========

重启网卡的时候出现"bring up eth0 failed, eth0 seems not be presernt", 提示找不到网卡。

=========2.检查自己的网络相关配置========

需要检查下面三个地方:

  1)网卡(ifcft-ethX)的信息配置:

    示例: DEVICE="eth0"             

        HWADDR="AA:BB:CC:DD:EE:FF"      ---->这个MAC地址一定要与ifconfig -a 对应的网卡的MAC地址一致,不然会出错

        UUID="AAAAAA-BBBBBB-CCCCCC"   ------>UUID的值一定要是唯一的,不能重复       

  2)查看可用的网卡与实际配置的网卡是否一致(重要!!!)

    2.1)使用ifconfig -a  查看是否出现的是你在网卡信息里面配置的eth0, 如果不是(比如如果出现的是eth1或者其他),则看下一步;

    2.1)查看/etc/udev/rule.d/70-persident-net.rules 里面实际可用使用的网卡是否有eth0  如果没有则将ifconfig -a 显示的那个网卡名称改为eth0

  3)重启网卡

service network restart      问题解决

========3.原理简述=========

/etc/udev/rule.d/70-persident-net.rules  会搜寻系统可用的网卡,并配上别名,如eth0或者eth1

ifconfig -a 会去查看上面70-persident-net.rules 这个文件并显示出来实际在使用的网卡和它的别名

如果ifcfg-eth0配置的是DEVICE="eth0",  而在70-persident-net.rules 实际可用网卡的别名为eth1,就会出现bring up eth0 failed, eth0 seems not be presernt,修改70-persident-net.rules 中的eth1为eth0就能解决了。

========4其他可能导致这个问题原因=====

请查阅下面链接

http://www.blogdaren.com/post-1117.html

Linux "bring up eth0 failed, eth0 seems not be presernt" 问题解决方案的更多相关文章

  1. VMware - "Determining IP Information for eth0...Failed

    Linux ifup eth0 出现错误: Dertermining IP information for eth0....failed - no link present check cable D ...

  2. Determining IP information for eth0... failed; no link present. Check cable?

    在RedHat下重启网络,service network restart之后,出现问题 Determining IP information for eth0... failed; no link p ...

  3. 问题:Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAILED]—— 找不到网卡。

    克隆虚拟机的时候或其他情况出现以下问题(命令service network restart):   Bringing up interface eth0:  Device eth0 does not ...

  4. Linux CentOS 6 解决 Device eth0 does not seem to be present

    一.故障现象: [root@c1node01 ~]# service network restart Shutting down loopback insterface:                ...

  5. Determining IP information for eth0...failed 错误解决

    问题描述:虚拟机使用wget命令上网,执行service network restart后出现如下错误Determining IP information for eth0...failed解决办法: ...

  6. Bringing up interface eth0: Device eth0 does not seem to be presen

    在公司的电脑虚拟机上安装了centos 6.5 ,然后我把他克隆下来用在家里电脑的虚拟机上,打开后查看ip,发现只有回环地址lo,没有eth0, 于是重启网络 输入 service network r ...

  7. ifconfig 中的 eth0 eth0:1 eth0.1 与 lo

    1. eth0 eth0:1 eth0.1 eth0 eth0:1 和eth0.1三者的关系对应于物理网卡.子网卡.虚拟VLAN网卡的关系:物理网卡:物理网卡这里指的是服务器上实际的网络接口设备,这里 ...

  8. Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization

    跑 service network restart  NIC出现无法启动,他说,没有发现 Bringing up interface eth0: Device eth0 does not seem t ...

  9. linux ssh 报错failed - POSSIBLE BREAK-IN ATTEMPT

    linux ssh 报错failed - POSSIBLE BREAK-IN ATTEMPT 问题故障: 今天在新租的虚拟机上,发现ssh登陆机器的时候报错,如下: [root@pictures_ne ...

随机推荐

  1. post processing

  2. UNIX环境编程学习笔记(13)——文件I/O之标准I/O流

    lienhua342014-09-29 1 标准 I/O 流 之前学习的都是不带缓冲的 I/O 操作函数,直接针对文件描述符的,每调用一次函数可能都会触发一次系统调用,单次调用可能比较快捷.但是,对于 ...

  3. vim 编辑器常用命令

    vi 常用命令行 1.vi 模式 a) 一般模式: vi 处理文件时,一进入该文件,就是一般模式了. b) 编辑模式:在一般模式下可以进行删除,复制,粘贴等操作,却无法进行编辑操作.等按下‘i,I,o ...

  4. Greenplum-cc-web监控软件安装时常见错误

     错误error: 1.no pg_hba.conf entry for host “::1”, user “gpmon”, database “gpperfmon”, SSL off 解决: vi ...

  5. linux echo命令

    该篇文章转载于:http://www.cnblogs.com/ZhangShuo/articles/1829589.html linux的echo命令, 在shell编程中极为常用, 在终端下打印变量 ...

  6. localstorage和sessionstorage上手使用记录

    通过阅读各路大神对web存储locastorage和sessionstorage的用法解析,自己试用了一下,在此留个备忘. 在项目中,如果用到很多次storage,要存储很多数据,就要把它封装成函数了 ...

  7. mysql出现1030 Got error 28 from storage engine解决方法

    今天自己用 tp 写的项目报错 查了下,是磁盘临时空间不够导致 查看 my.cnf 的 tmpdir,看下指向哪个目录,修改到有空间的目录 最后发现是/var/tmp/phd/log/daemons. ...

  8. 配置ORACLE 11g绿色版客户端和PLSQL远程连接环境

    配置ORACLE 11g绿色版客户端和PLSQL环境   本方法是通过使用ORACLE官方提供的精简版客户端,即绿色免安装的客户端.   Instant client的版本很多:主要是Basic和Ba ...

  9. InsertSql

    declare @hobby table(hobbyID int,hName nvarchar(100));insert into @hobby(hobbyID,hName)Select 1,'爬山' ...

  10. WAMP运行分析