경고: 연결 시간이 초과되었습니다. vagrant box로 SSH 접속을 시도 중입니다.

경고: 연결 시간이 초과되었습니다. vagrant box로 SSH 접속을 시도 중입니다.

나는 사용했다https://puphpet.com/기계를 개발하기 위해 VagrantFile은http://codepad.org/lSV7EDrC

이제 vagrant up을 수행한 후 기계가 제대로 빌드되지만 vagrant ssh에서는 다음과 같은 결과를 얻습니다.

default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...

Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

Q. 여기서 잘못된 점은 무엇이며 어떻게 수정합니까?

답변1

해결되었습니다!

BIOS에서 가상화를 활성화하십시오. 플래그만 보고 켜져 있다고 가정하지 마십시오.

관련 정보