redhat 9.0 networking problem in vmware
2010. 6. 20. 11:28
http://www.daniweb.com/forums/thread505.html
The answer to this one is buried in the VMWare site.
You have to find all copies of ifcfg-eth0 and add the lines:
check_link_down() {
return 1;
}
That fools the device into thinking the vmWare NIC is giving it a link up signal, which it doesn't.
Hope this helps, it works everytime for me. Good luck.
replied by GarrathE
고맙고맙
'OS > Linux' 카테고리의 다른 글
about Signal (0) | 2009.12.09 |
---|---|
Advanced Programming in the Unix Environment (0) | 2009.12.02 |
APUE 7장 연습문제 (0) | 2009.11.27 |
codegate 2009. hamburger (0) | 2009.08.14 |
linux socket source (0) | 2009.08.05 |
binary analysis in linux box without symbol (0) | 2009.06.15 |