Virtual machine CentOS Set static IP

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.