CentOS6.3minimalEFI Nic problems these days with the CentOS-6.3-x86_64-minimal-EFI.iso Image installed virtual machine, found that the start was not found to find the Nic & hellip; problem has been resolved, Here record, it is also convenient for me to check later. Www.2cto.com virtual machine...
CentOS6.3 minimal EFI Nic problems these days with the CentOS-6.3-x86_64-minimal-EFI.iso Image installed virtual machine, found that the start up can not find the network card ...... The problem has been solved. record it here for me to check it later. Network configuration options for the virtual machine www.2cto.com: you can see that the network is selected here. Log on to the installed virtual machine system (CentOS-6.3-x86_64-minimal-EFI), execute the ifconfig command, the output result is as follows: here only one lo Nic, but not eth0, this is because the NIC is not started by default. Solution: 1. backup Nic configuration cd/etc/sysconfig/network-scripts/cp ifcfg-eth0 {,. bak} 2. change the Nic configuration. the default Nic configuration is as follows: ONBOOT = "yes" here is the simplest example. Nic configuration files have many options. For example: 1 DEVICE = eth0 # interface name (DEVICE, Nic) 2 BOOTPROTO = static # IP configuration method (static: Fixed IP, dhcpHCP, none: manual) 3 HWADDR = 08: 00: 27: A6: 21: 8F # MAC address 4 ONBOOT = yes # whether the network interface is valid when the system starts (yes/no) 5 IPADDR = 192.168.1.2 # IP address 6 NETMASK = 255.255.255.0 # subnet mask 7 GATEWAY = 192.168.1.1 # GATEWAY address 8 IPV6INIT = no # whether IPV6 is valid (yes/no) 9 TYPE = Ethemet # network TYPE (usually Ethemet) 3. restart the computer to verify that eth1 will automatically start and get the IP address:
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