VM 복제시 네트워크 안 되는 현상

주 원인은 MAC 주소 충돌 또는 불일치일 가능성이 크다.


터미널 명령어에

ifconfig eth0 down

ifconfig eth0 hw ether (VM상에 설정되어 있는 MAC주소)

ifconfig eth0 up


이래도 안되면

/etc/udev/rules.d/70-persistent-net.rules을 날려버리자


+ Recent posts