|
The specific operation is as follows: 1. Check whether VMware Bridge Protocol is installed in the local Ethernet properties Control panel > Network and Internet> network connections> right-click properties > see if VMware Bridge Protocol is installed. 2. VMware - > Edit - > Virtual Network Editor - > Bridge Mode - > Select a wired NIC card. 3. VMware - Virtual Machine Settings - Network Adapter - Bridge Mode - Replicate the physical network connection status and connection at startup. 4. Restart the virtual machine and complete. If you are connected to the network but cannot access the Internet, you need to do the following: 1、sudo gedit /etc/resolv.conf Add nameserver 114.114.114.114 2、sudo gedit /etc/NetworkManager/NetworkManager.conf Change managed=false to true 3、sudo systemctl restart NetworkManager
|