红联Linux门户
Linux帮助

菜鸟求解:关于无法获取有效IP的问题

发布时间:2011-04-15 20:19:09来源:红联作者:睿r公主
在输入ifup eth0后总提示:
Dertermining IP information for eth0....failed - no link present check cable ?
在ifcfg-eth0 里添加
check_link_down(){
return 1;
}
之后出现Dertermining IP information for eth0....failed 。
请问该怎么办咧?
文章评论

共有 6 条评论

  1. deepwhite 于 2011-04-18 09:05:51发表:

    引用:
    no link present check cable ?

    检查一下网线……

  2. hantu 于 2011-04-16 10:48:52发表:

    你所在的网络没有DHCP服务的话自动获取IP会失败的

  3. 睿r公主 于 2011-04-16 08:49:09发表:

    我想连接secureCRT~
    ifcfg-eth0里面是这样的
    [attach]34328[/attach]

  4. 睿r公主 于 2011-04-16 08:45:28发表:

    我回了两次你看见了么?

  5. yanyongkg 于 2011-04-15 22:40:16发表:

    贴出你的ifcfg-eth0内容看看

  6. yanyongkg 于 2011-04-15 22:28:36发表:

    你要达到什么目的?