Ramanu

QEMU MAC Address 충돌문제 본문

가상화

QEMU MAC Address 충돌문제

Ramanu 2021. 1. 25. 12:47

가끔 QEMU를 실행할 때 mac address를 추가하여 실행하면 eth0이 세팅되지 않는 문제가 발생

 

/etc/udev/rules.d/70-persistent-net.rules 를 살펴보면 mac address를 바꿔서 세팅할때마다 

eth0, eth1, ... 처럼 네트워크 장치를 추가하며 mac을 쌓는 경향이 있다.

 

따라서 전부 삭제 후 재부팅하면 정상적으로 작동한다.

 

forums.centos.org/viewtopic.php?t=7684

 

[SOLVED] virtualbox centos6 guest - Device eth0 does not seem to be present - CentOS

Issues related to configuring your network aidanewen Posts: 2 Joined: 2011/08/30 11:29:07 Post by aidanewen » 2011/08/30 11:33:36 I'm using virtualbox and trying to get my centos6 virtual machine onto the network. Virtualbox is running on XP. In the virtu

forums.centos.org

 

'가상화' 카테고리의 다른 글

ssh root 접속 방법  (0) 2021.01.26
QEMU 가상화 이미지 실행 명령어  (0) 2021.01.26
ubuntu 18.04 rc.local 사용방법  (0) 2021.01.22
qemu boot 명령어와 qemu 내부 network 세팅(Static, Dynamic)  (0) 2021.01.14
qemu 이미지  (0) 2021.01.05
Comments