After Red Hat Linux9 is installed on the vmwarevm, the connection to the network is always faulty:
Determining IP information for eth0. .. failed; no link present. Check cable?
Solution:
Modify ifcfg-eth <n>. N is usually 0.
/Etc/sysconfig/network-scripts/ifcfg-eth0
/Etc/sysconfig/networking/devices/ifcfg-eth0
/Etc/sysconfig/networking/profiles/default/ifcfg-eth0
File:
Check_link_down (){
Return 1;
}
In addition, if a file exists, you can add this item to it.
Alas, what I found on the Internet is usually the first two. I tried it for half a day, so I was depressed!
After modification:
IFUP eth0
No error! Congratulations!
If not, reload the relevant modules or restart the system.
For more information about virtual machine networking, refer to workshop! I use the vmware6.5 green version, and the result proves that it is also possible.
Good luck!