CentOS cannot find ifcfg-eth0 Solution

Source: Internet
Author: User

Problem description:

The ifconfig command cannot find the eth0 device, and the/etc/sysconfig/network-scripts/contains only the ifcfg-lo file, without the ifcfg-eth0.


Temporary solution 1:

Run the ifconfig eth0 192.168.1.x command to set the eth0 IP address. This method is only a temporary solution. After the system is restarted, it becomes invalid.


Permanent solution 2:

1. Create a ifcfg-eth0 file under the/etc/sysconfig/network-scripts/directory;

2. correctly set the DEVICE, BOOTPROTO, ONBOOT, IPADDR, GATEWAY, DNS1, DOMAIN, NETMASK, NETWORK, NAME and so on of the ifcfg-eth0, such:

DEVICE = eth0 physical DEVICE name

IPADDR = 192.168.1.x IP Address

NETMASK = 255.255.255.0 Subnet Mask

NETWORK = 192.168.1.0 indicates the NETWORK, which is automatically calculated using the IP address and subnet mask.

GATEWAY = 192.168.1.1 GATEWAY address

BROADCAST = 192.168.1.255 BROADCAST address, automatically calculated by IP address and subnet mask

ONBOOT = [yes | no] whether to activate the device during boot

USERCTL = [yes | no] Can a non-ROOT user control the device?

BOOTPROTO = [none | static | bootp | dhcp] Protocol not used during boot | static allocation | BOOTP protocol | dhcp protocol

HWADDR = 00: 13: D3: 27: 9F: 80 MAC address

NAME = eth0 NAME

3. After the above settings, it can be successful under normal circumstances. If there is still a problem, in the file/etc/rc. d/rc. add ifup eth0 (/etc/rc. the local script is executed after all other initialization scripts are executed ).

4. Restart your computer. OK.

Other network control commands:

Ifdown eth0, ifconfig eth0 down // disable the network

Ifup eth0, ifconfig eth0 up // enable the network

-------------------------------------------------------

Set the DNS Configuration File Location/etc/resolv. conf

-------------------------------------------------------

Service network start // start a network service

Service network stop // stop a network service

Srvice network restart // restart the network service

Service network status // view the network service status


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.