Environment
CentOS: Version 7
[Email protected] ~]# uname-alinux net592 3.10.0-123.el7.x86_64 #1 SMP Mon June-12:09:22 UTC x86_64 x86_64 x86_64 Gnu/linux
Problem 1:vmware Unable to identify the network card, causing the virtual machine not to surf
Issue 2:vmware The virtual machine cannot bridge the network adapter, prompting that it cannot be changed to bridge mode no bridged host network adapters
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/5B/EF/wKiom1UWlJHS5a33AAE8fkXWThU530.jpg "style=" float: none; "Title=" Nic does not recognize. jpg "alt=" wkiom1uwljhs5a33aae8fkxwthu530.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/5B/E9/wKioL1UWlcrRrCwBAAEnikScGRQ432.jpg "style=" float: none; "Title=" Nic does not recognize 1.jpg "alt=" Wkiol1uwlcrrrcwbaaenikscgrq432.jpg "/>
Problem Solving method
The default NIC type is incompatible due to a VMware virtual network card and Linux compatibility issues that cause the driver to not install properly
Locate our VMware Virtual Machine folder and append the VMware Virtual machine configuration (. vmx) to a setting of our NIC type ethernet0.virtualdev = "e1000"
Reason
VMware offers an old AMD pcnet10/100mbps virtual network card in a virtual client, and later, VMware provides 10/100/1000mbps performance with a similar partial virtualized vmxnet to optimize the virtual network card, with no doubt better performance. Now, VMware ESX server is already available with the Intel E1000-based Gigabit Virtual NIC, and E1000 is a better choice from a compatibility and performance standpoint. However, it seems that in the graphical interface of Esx/esxi 3.5, it is not possible to directly select the type of NIC, which requires manual configuration.
Type can select multiple items
A value of "e1000" specifies that the network card type is Intel (R) pro/1000
A value of "vlance" specifies that the network card type is AMD PCnet am79c970a (default is not compatible with this item)
A value of "vmxnet" specifies that the NIC type is VMware PCI Ethernet Adapter
After the modification, check our network card Inter can be used, AMD is still unable to enable the default
[Email protected] ~]# lspci |grep eth02:01.0 Ethernet controller:intel Corporation 82545EM Gigabit Ethernet Controller ( Copper) (REV) # #可以正常使用啦02:05.0 Ethernet controller:advanced Micro Devices, Inc. [AMD] 79c970 [PCnet32 LANCE] (rev 10) # # #Centos不兼容无法使用 [[email protected] ~]#
Problem Two Solutions
Set up VMware bridging settings, remove all bridging cards net0 Net8, then restart our PC, then click Restore Defaults to resolve
Cause: It should be due to the previous VM Nic not driving properly.
Fix Linux-centos 7.0 VMware virtual Machine does not recognize problems with Nic and VMware tips cannot change network to bridged mode