5
respostas

vagrant ssh get error: ssh_exchange_identification: read: Connection reset by peer

Obtenho o erro acima após executar o comando: vagrant ssh

Minha virtualização está habilitada. Já executei Vagrant halt e vagrant up e o problema persiste hyper-V (windows features) Desligado

5 respostas

Olá Edgar, tudo bem? Você está usando o Windows como máquina de controle é isso? Porque até então o Ansible não pode ser utilizado no Windows, então você poderia detalhar melhor seu cenário pra gente entender e ti ajudar da melhor forma possível!

Olá Jonilson,

Minha maquina de controle é um Ubuntu 64. Rodando num virtualBox instalado no Windows 10.

Certo, entendi, então você vai usar essa máquina de controle com Ubuntu 64 para provisionar outra máquina usando o Ansible correto? Bem, você poderia verificar se existe alguma outra máquina ligada no seu VirtualBox, se tiver desligue todas e e execute o comando vagrant up dentro da pasta onde está o seu arquivo Vagrantfile. Caso isso ainda não funcione você pode tentar executar o comando:

vagrant reload

E depois tentar conectar com vagrant ssh, caso ainda não funcione, você pode tentar executar novamente os comando:

vagrant halt

E depois executar novamente:

vagrant up

E por fim o comando vagrant ssh, porém informa todos os logs exibidos no terminal aqui pra gente verificar o que está acontecendo!

Este é o restuldado que obtenho:

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.

Muito estranho Edgar, posso estar enganado mais isso pode ser alguma configuração de rede do VirtualBox, você poderia tirar uns prints das configurações de rede do VirtualBox, do log do terminal e de todos os erros apresentados e colocar no Google Drive e compartilhar aqui pra gente analisar e verificar o problema!