Configure a static IP for CentOS in VMware with access to VMware under Network-windows
First make sure that the virtual network card (VMware Network Adapter VMnet8) is turned on, and then enter "Ipconfig/all" on the Windows command line to find the VMware network Adapter VMnet8 's IPv4 address (for example: 192.168.16.1), such as:
Then make sure that the network configuration of the virtual machine CentOS is NAT, such as:
Finally, set the static IP as follows:
Start and enter the CentOS system, enter "Vim/etc/sysconfig/network-scripts/ifcfg-eth0" in the terminal to modify the IP configuration, and enter the configuration information as follows:
After saving exits, enter "service network restart" in the terminal to restart the network service, and then "Ping www.linuxidc.com" in the terminal to see the following information to indicate success:
Configure a static IP for CentOS in VMware with access to VMware under Network-windows