`
jickcai
  • 浏览: 239234 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Dertermining IP information for eth0....failed - no link present check cable 解决方

阅读更多

转自:

http://xhz502.spaces.live.com/blog/cns!91D1D979D3753DF2!289.entry

 

VM, ... eth0....failed - no link present check cable解决方法

在VM虚拟机中装了WS3,准备配置产品的web环境weblogic,结果网络不通!
无法激活,在输入ifup eth0后总提示:
Dertermining IP information for eth0....failed - no link present check cable
解决办法:
/etc/sysconfig/network-scripts/ifcfg-eth0
中添加以下script:
check_link_down() {
return 1;
}
具体操作:
[root@localhost root]# cd /etc/sysconfig/network-scripts/
[root@localhost network-scripts]# vi ifcfg-eth0
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
ONBOOT=yes
USERCTL=no
PEERDNS=yes
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:0c:29:64:c2:5f
BOOTPROTO=dhcp  
#以下为添加部分,具体操作方法:先按a,在光标后插入下面文本,最后 :wq 保存退出
check_link_down(){
return 1;
}
接下来,重起网络
[root@localhost network-scripts]# ifup eth0
Determining IP information for eth0... done.
好了,看到上面的提示说明已经成功,可用ifconfig检查自己是否已获得有效IP。

 

 

分享到:
评论

相关推荐

    解决VMware网卡启动不起来 Determining IP information for failed_单网卡双ip

    解决VMware网卡启动不起来 Determining IP information for failed

    ethminer-0.16.0.dev3

    [Genoil's fork] was the original source of this version, but as Genoil is no longer consistently maintaining that fork it became almost impossible for developers to get new code merged there....

    HCNP-RS课件ppt.zip

    01-企业网络高级解决方案.pdf 02-OSPF.pdf 03-路由控制.pdf 04-路由策略.pdf 05-策略路由.pdf 06-路由引入.pdf 07-BGP.pdf 08-组播基础.pdf 09-组播地址.pdf 10-组播协议.pdf 12-IGMP.pdf 13-IGMP Snooping.pdf 14-...

    HCIA-Datacom培训视频教程【共79集】.rar

    50. 交换 eth-trunk 51-52. 交换 堆叠 VLAN 53-56. 交换 VLAN 57-58. 交换 vlan间通信 59-60. 交换 VLAN间通信实验 61-62. 广域网 NAT 63-64. 广域网 ACL 65-67. 广域网 PPP 68. 广域网 AAA PPPOE 69. 广域网 实验...

    openwrt-koolshare-mod-v2.30-r10402-51ad900e2c-x86-64-combined-squashfs.img.gz

    使用电脑A直接网线连上电脑R的网卡eth0(插上时有` eth0: link up, 100Mbps`或`became ready`之类的提示)。 电脑A的网络适配器设置为自动获取IP地址及DNS,不出意外就可以在浏览器端通过`192.168.1.1`访问路由器...

    微信群聊AI总结助手 (JS 版)

    下载地址(暂时只有mac版本)https://github.com/aoao-eth/wechat-ai-summarize-bot/releases/tag/1.1.0 如果您需要windows版本,可以自己构建或者直接代码运行,代码在app文件夹中,欢迎构建成功的同学提供windows...

    Shell脚本获取本地网卡IP、mac地址、子网掩码、dns IP、外网IP

    #/usr/bin/env bash # Name: get_network_info.sh # Author: Purple_Grape # This is a script to gather ...NIC=eth0 MAC=`LANG=C ifconfig $NIC | awk '/HWaddr/{ print $5 }' ` IP=`LANG=C ifconfig $NIC | awk

    华为HCIP-RS培训视频教程【共86集】.rar

    1.eth-trunk 1.ipv6-2 1.ipv6基础 1.mpls vpn-2 1.mpls基础 1.qos-拥塞管理 1.stp基础 1.vpn基础及Gre基础 1.信息安全综述 1.匹配工具 1.组播 2.1ospf-5 2.2ospf-6 2.3ospf-7 2.4ospf-8 2.bgp ...

    FTP使用什么命令来定位服务器与本地硬盘的路径 ftp.rar

    FTP使用什么命令来定位服务器与本地硬盘的路径 ./busybox ftpput -u yuanweizhong -p...ifconfig eth0 10.7.101.243 netmask 255.255.255.0 $ adb remount $ adb root $ adb push D:\libreference-ril.so /system/lib

    mii-tool-1.65.0.0.tar.gz mii-tool源码

    虽然如此,很多以太网卡设备并不支持这些参数的配置,因此当你执行mii-tool的时候,会得到Operation not supported的提示,要不就是没有使用超级用户身份,还有就是若接口编号设置超过eth7时,直接使用mii-tool 不加...

    FTP使用什么命令来定位服务器与本地硬盘的路径rar

    FTP使用什么命令来定位服务器与本地硬盘的路径 ./busybox ftpput -u yuanweizhong -p...ifconfig eth0 10.7.101.243 netmask 255.255.255.0 $ adb remount $ adb root $ adb push D:\libreference-ril.so /system/lib

    Linux6平台Oracle11g安装手册(1).docx

    4、IP地址要求 Vi /etc/hosts #public eth2 10.212.242.240 sjzxods1 10.212.242.241 sjzxods2 #private eth3 192.168.100.240 sjzxods1-priv 192.168.100.241 sjzxods2-priv #virtual 10.212.242.242 sjzxods1-...

    Linux系统多网卡环境下的路由配置详解

    route add -net 192.168.1.11 netmask 255.255.255.0 eth0 route add -net 192.168.1.11 netmask 255.255.255.0 gw 192.168.1.1 route add -net 192.168.1.0/24 eth0 route add -net 192.168.1.0/2

    类TCP/IP私有协议

    将TCP/IP协议从linux内核中摘出来,作为一个独立的模块运行(为与TCP/IP一起运行,...这两个IP地址是虚拟的,与真实的eth0 的IP地址没有任何关系,只要与测试案例中保持一致即可,这两个虚拟IP地址也可以不在同一网段。

    T-REC-G.8013-201508-中文-PDF-C.pdf

    ITU-T Y.1731建议书,制。本建议书特意设计成能在 ITU-T G.8010/Y.1306 建议书确定的 ETH 层中支持点到点的连接和多点的连通性。

    Ethercat-Ighmaster.txt

    Starting EtherCAT master 1.5.2 ec_generic: Binding socket to interface 3 (eth0). done 7. 应用层测试 root@linaro-ubuntu-desktop:~# ethercat Please specify a command! Usage: ethercat ...

    最新华为路由器配置实例.doc

    [2811]level 3 (设置用户优先级为3) lan口接外网,lan1口接内 配置外网接口 [2811]int eth0/0 [2811-Ethernet0/0]ip add 124.207.107.158 255.255.255.0 [2811-Ethernet0/0]q [2811] 配置内网接口 [2811]int eth0/1 ...

    ubuntu修改网卡名称为eth0.docx

    修改Linux Ubuntu系统默认网卡名称,改为ethx的格式,例如:eth0,eth1。

    计算机网络实验讲义2014-2.doc

    1、ARP: 显示和修改IP地址与物理地址之间的转换表 ARP -s inet_addr eth_addr [if_addr] ARP -d inet_addr [if_addr] ARP -a [inet_addr] [-N if_addr] -a 显示当前的ARP信息,可以指定网络地址 -g 跟 -a一样. -...

    Broadcom NetXtreme BCM5720 GE网卡驱动 for centos 5.5

    DELL R420\R720\R430等等系列,安装centos/rhel 5.5/6.3/6.4 suse11sp2/sp3的之后,网卡不能找到解决办法; 1、安装驱动包 yum install tg3-3.133e-2.dkms.noarch.rpm或者rpm -ivh tg3-3.133e-2.dkms.noarch.rpm 2、...

Global site tag (gtag.js) - Google Analytics