Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> linux VMware(虛擬機) 不能自動獲取IP地址(解決方法)

linux VMware(虛擬機) 不能自動獲取IP地址(解決方法)

日期:2017/2/7 14:37:48      編輯:Linux教程
  在VMWARE下裝了一個Redhat Linux9,按照一般的方法設置DHCP,但是就是不能自動獲取IP地址,無法激活網絡設備,上不去網!系統總是提示“Determining IP information for eth0...failed; no link present. Check cable?”!   解決方法如下:  

1、以root權限編輯/etc/sysconfig/network-scripts/ifcfg-eth0(假設網卡號是eth0),在文件尾部添加以下內容:

 

check_link_down ()
{
  return 1;
}

2、激活網卡。使用DHCP的話可以直接激活網卡,自動獲取IP,使用命令:ifconfig eth0 up。

Copyright © Windows教程網 All Rights Reserved