Linux

bringing up interface ifcfg- device does not seem to be present delaying initialization 에러 해결

130mood 2023. 12. 13. 12:01

Vmware에 CentOS IP 설정 후 service 재시작 하는 과정에서 아래와 같은 에러가 발생한다.

구글링 해보니 mac주소가 일치하지않아 생기는 문제일 수도 있다고한다.

 

vi /etc/sysconfig/network-scripts/ifcfg-eth0

vi /etc/udv/rules.d/70-persistent-net.rules 

두 파일 모두 mac 주소를 통일 시켜야한다.

 

하지만 mac주소를 통일 시키고 OS 재부팅 해봤지만 여전히 같은 에러가 발생한다.

 

답답해하던 찰나

https://unixmen.com/fix-device-eth0-seem-present-delaying-initialization-error/

참고하여 해결을 할 수 있었다.

 

How To Fix "Device eth0 does not seem to be present, delaying initialization" Error | Unixmen

I was playing with My Virtualbox today and i tried to clone some Centos Servers. But after this, when starting the eth0, it is no more available. check network: # ifconfig lo        Link encap:Local Loopback           inet addr:127.0.0.1 

unixmen.com

rm /etc/udv/rules.d/70-persistent-net.rules

삭제 후 OS 재부팅하니 정상적으로 작동한다!