After the VMware virtual machine is installed, three network modes are provided, and the corresponding network connection names are
Bridged (bridging mode) VMnet0
NAT (network address translation mode) VMnet8
Host-only (host mode) VMnet1
Bridging mode provides a real local environment for the operating system and hosting system provided by the virtual machine, which can be understood as two separate operating systems running on the same computer, and the virtual machine host is the other machine on the LAN.
650) this.width=650; "title=" xx.jpg "alt=" wkiom1rnwe_ie50zaaglwo84gzk221.jpg "src=" http://s3.51cto.com/wyfs02/M00/ 53/72/wkiom1rnwe_ie50zaaglwo84gzk221.jpg "/>
Host system
IPV4 address ............:192.168.2.52 Subnet mask ............:255.255.255.0 default gateway ............. : 192.168.2.1
Virtual machine System
device=eth0onboot=yesbootproto=staticipaddr=192.168.2.99netmask=255.255.255.0gateway=192.168.2.1
Consider them as two different device configuration of LAN, when Ping appears destination host unreachable , check the virtual machine above network connection VMnet0 whether the network adapter is selected
This article from "Work essay, Good Memory Good written" blog, please be sure to keep this source http://xubcing.blog.51cto.com/3502962/1576983
Bridging mode for network connectivity for VMware virtual machines