VMware

Linux ifup eth0 出现错误:

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

Determining IP Information for eth0...Failed

解决方法:

 

Vi /etc/sysconfig/networking/profiles/default/ifcfg-eth0

添加下面的内容:

check_link_down () { 
return 1; 
}

但是我的不好使;

第二种:

检查(windows)VM服务是否启动:

还是没有效果?

第三种:虚拟设置里面重新设置

移除重新添加也行或者直接还原默认设置;

Well,done!

 

文章来源:刘俊涛的博客

欢迎关注,有问题一起学习欢迎留言、评论。

原文地址:https://www.cnblogs.com/lovebing/p/9805294.html