본문 바로가기
  • AI (Artificial Intelligence)
Skills/Unix, Linux

Device eth0 does not seem to be present, delaying initialization

by 로샤스 2014. 7. 9.

MONDAY, JANUARY 28, 2013

0How to fix “Device eth0 does not seem to be present, delaying initialization.”

After clone the VM within Virtual box, I receive the error message “

Device eth0 does not seem to be present, delaying initialization.” when start the network service.

image

The /etc/sysconfigu/network-scripts/ifcfg-eth0 does exist. The issue is that the network device eth0 is non longer exist. The VM clone processes create the new device eth1.

The device file is at /sys/class/net.

ip link show

image

We can rename the device by using the up command.

ip link set eth1 name eth0

image

After the device being renamed, we can successfully bring up the network interface.


Read more at http://www.sqlpanda.com/2013/01/how-to-fix-device-eth0-does-not-seem-to.html#cwezHyTmaWt4QM63.99











출처 : http://www.sqlpanda.com/2013/01/how-to-fix-device-eth0-does-not-seem-to.html











'Skills > Unix, Linux' 카테고리의 다른 글

linux 브릿지 설정 brctl  (1) 2014.07.29
Wireshark 설치하기  (0) 2014.07.14
[강추]리눅스 스태틱 라우팅 설정  (0) 2014.07.03
telnet, ftp 설치 및 설정하기  (0) 2014.06.26
Linux setup default gateway with route command  (0) 2014.06.26

댓글