sonrizal
(usa Red Hat)
Enviado em 12/03/2009 - 23:10h
Meu Ingles é pessimo e relendo tenho mesmo de usar o editor só não sei como faze-lo
Mas é sobre esse artigo do Vmware
Getting a DHCP Address in a Red Hat Linux 9.0 Virtual Machine
When a Red Hat Linux 9.0 guest operating system tries to get a DHCP address, the attempt might fail with an error message indicating that the link is down. On ESX Server, this happens only if you are using the vlance driver for your network connection.
To work around this problem, become root (su -) and use a text editor to edit the following files in the guest operating system. If only one of these files exists, make the change for that file only.
/etc/sysconfig/network-scripts/ifcfg-eth<n>
/etc/sysconfig/networking/devices/ifcfg-eth<n>
In both cases, <n> is the number of the Ethernet adapter—for example, eth0.
Add the following section to each of these two files:
check_link_down () {
return 1;
}
Then run the command ifup eth[n] (where [n] is the number of the Ethernet adapter) or restart the guest operating system.