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 you save the exit, enter service network restart in the terminal to restart the network services
If Rtnetlink answers file exists appears
Edit/etc/udev/rules.d/70-persistent-net.rules
Find the line containing name= "eth0" and delete it directly, as follows:
subsystem== "NET", action== "Add", drivers== "? *", attr{address}== "00:0c:29:ac:95:31", attr{type}== "1", kernel== "eth*" , name= "Eth0"
--------------------------------------------------------------------------------
Edit the line containing name= "eth1": "eth1" changed to "eth0"
--------------------------------------------------------------------------------
Edit/etc/sysconfig/network-scripts/ifcfg-eth0
Changing the HWADDR address is the same as the MAC address of the rules file above.
--------------------------------------------------------------------------------
The last init 6 or reboot system is done;
Virtual machine CentOS Set static IP