Eu enfrentei o mesmo problema e resolvi adicionando ethernet0.virtualDev = "e1000"
ao arquivo .vmx, que por padrão está localizado em Máquinas Virtuais \ YourVM.
Acabei de instalar o Centos 7 no VMware como uma missão no Windows. Surpreendentemente, o centos 7 não instala a rede (ou seja, sem internet) após a instalação (ao contrário das versões anteriores do centos). Eu passei pelo fórum do centos e não consegui encontrar uma resposta. Quando eu tento
nmcli d
Eu obtenho
DEVICE TYPE STATE CONNECTION
lo loopback unmanaged --
Eu tentei vários outros comandos e eles não me levaram a lugar nenhum. Copiei os seguintes pacotes rpm da imagem ISO de instalação:
NetworkManager-1.0.6-27.e17.i686.rpm
NetworkManager-config-routing-rules-1.0.6-27.e17.i686.rpm
NetworkManager-server-1.0.6-27.e17.i686.rpm
NetworkManager-devel-1.0.6-27.e17.i686.rpm
Eu instalei estes com
rpm -Vuh "package"
Os três primeiros mostraram uma indicação de estarem instalados. O quarto não foi instalado devido a dependências.
nmcli d
dá o mesmo resultado.
system-config-network
dá o comando não encontrado. Eu estou realmente preso. Eu vejo a mesma pergunta aqui digite a descrição do link aqui postada em 13 de janeiro de 2017, 22 visões, sem resposta. Por favor, ajudem, como posso configurar uma conexão com a internet?
lspci -nn |grep -i net
dá
02:01.0 Ethernet controller [0200] Advanced Micro Devices, Inc. [AMD] 79c970 [PCnet32 LANCE] [1022:2000] (rev 10)
Aqui está a saída de saída de
lspci | grep -i net
02:01.0 Ethernet controller [0200] Advanced Micro Devices Inc. 79c970 [PCnet32 LANCE] [1022:2000] rev 10)
02:02.0 Multimedia audio controller [0401] Ensoniq ES1371/Creative Labs CT2518/ES1373 [1274:1371] (rev 2)
02:03.0 USB controller [0c03]:VMware USB2 EHC1 controller [15ad:0770]
Eu enfrentei o mesmo problema e resolvi adicionando ethernet0.virtualDev = "e1000"
ao arquivo .vmx, que por padrão está localizado em Máquinas Virtuais \ YourVM.
Oi, isso funcionou para mim:
Re: instalação de rede do CentOS 7 no problema do VMWare Workstation
( Quote )
Postby Duke Nukem » 2014/08/13 21:29:13
OK, I think this may be a 32-bit/64-bit issue of some kind ? Centos 7 is now 64-bit only.
I'm using Windows 8 64-bit but its not clear (to me) what the VMWare host itself is running (note: the VMWare UI itself is, I believe, always 32-bit regardless of the guest OS it is running).
Anyhow, in VMWare, when selecting the OS do not select Centos, instead select "Other Linux 3.x kernel 64-bit". Doing that I can now select a network device and it appears to work (I can log in via a PuTTy terminal), though not sure what the side effects of this choice might be - guess I'm about to find out :-).
Also during install config of network/hostname I had to switch the connection on and also added a tick for "Automatically connect to this network when it is available".
TTFN, Jon
PS: I also ticked the "Replicate physical network connection state", not sure if that is necessary but hey, it is working. Attachments fix2.jpgNetwork optionsfix2.jpg (30.58 KiB) Viewed 82167 timesfix.jpgSelecting the OSfix.jpg (24.69 KiB) Viewed 82167 times
Tags centos networkmanager