- 0
- 0
- 约1.75千字
- 约 3页
- 2018-04-17 发布于河南
- 举报
linux无法上网解决方法
Vmware中Linux无法激活网卡问题 - [Linux]
Tag:vmware linux 网卡
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明/logshtml
今天在Vmware中安装了CentOS-5.4,不过问题是无法激活网卡,提示:Dertermining IP information for eth0....failed - no link present check cable ;
goole了一把,网上是这么说的:
在 /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=yesUSERCTL=noPEERDNS=yesTYPE=EthernetDEVIC
原创力文档

文档评论(0)