[vagrant] Timed out while waiting for the machine to boot.
vagrant up 명령어 실행 시 ssh 네트워크 타임아웃 오류 발생
default: SSH auth method: private key
Timed out while waiting for the machine to boot. This means that
해당 오류는 Vagrant 설치 OS마다 천차만별의 이유로 발생한다.
대부분 네트워크설정 문제이며 나의 경우 VirtualBox 네트워크와 WSL네트워크의 충돌이었다.
vEthernet (WSL)을 보호된 네트워크연결에서 해제후 vagrant up 명령어를 수행하니 정상적으로 프로비저닝 되었다!
참고자료
https://github.com/microsoft/WSL/issues/4139
Author And Source
이 문제에 관하여([vagrant] Timed out while waiting for the machine to boot.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@devlit/vagrant-Timed-out-while-waiting-for-the-machine-to-boot저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)