How do Linux systems installed under VMware add eth1 network adapters? __linux

Source: Internet
Author: User
Modify the configuration file, you now just add the hardware on the virtual machine, but the system does not have a NIC configuration file. Modified file:
/etc/sysconfig/network-scripts/ifcfg-interface-name

The configuration file Infcfg-interface-name contains most of the details required to initialize the interface. Which Interface-name will be based on the type of network card and sorting, and generally its name is eth0, eth1, Eth2, Ppp0, and so on, where the ETH represents the Ethernet type network card, 0 for the first network card, 1 for the second network card, and so on. PPP0 represents the first Point-to-Point Protocol network interface.

is that you first in the virtual machine to add a good network card, and then go to Linux to modify the above mentioned etc network card configuration file. You can see there is a eth0, you copy a change to eth1, and then use VI to open the inside of the IP address and other information modified after the save on it.

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.