Linux network can not start to solve

  
 

/service network start error: Bringing up interface eth0: Device does not seem to be present, delaying initialization. [FAILED]

Workaround: ifconfig -a View HWaddr value of eth0

Open the /etc/sysconfig/network-scripts/ifcfg-eth0 file

Change to:


DEVICE=eth0

BOOTPROTO=static

ONBOOT=yes

IPADDR=Your IP

NETMASK=255.255.255.192

HWADDR=00:16:3E:F2:A0:9C


Restart the network service and get PING通

Copyright © Windows knowledge All Rights Reserved