Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Authentication failure #29

Open
regexaurus opened this issue Sep 25, 2018 · 2 comments
Open

Warning: Authentication failure #29

regexaurus opened this issue Sep 25, 2018 · 2 comments

Comments

@regexaurus
Copy link

regexaurus commented Sep 25, 2018

I'm having trouble to get a working test environment, working as a local administrator on the host in question.

Windows 10 Pro 1803 (patched-to-date)
Vagrant 2.1.5
VirtualBox 5.2.18 r124319
VirtualBox Extension Pack 5.2.18 r124319

I forked/cloned chocolatey-test-environment yesterday, so have a fresh copy.

When I do:

vagrant up

A Windows Server 2012 R2 DC vm is launched/booted. But I start seeing default: Warning: Authentication failure. Retrying... And eventually, 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.

See screenshot

I thought installing VirtualBox Guest Additions in the VM may be the key, but that made no difference, even after doing:

vagrant suspend
vagrant halt
vagrant up

I also tried

vagrant suspend
vagrant halt
vagrant destroy
vagrant up

It didn't help. Any suggestions would be appreciated!

@basictheprogram
Copy link

Can you still get into the console after vagrant times out?

ipconfig /all

Does it show an Ethernet interface?

Does it have an IP address?

Or something like this?

And might be related to #31 ?

@matohin
Copy link

matohin commented Mar 15, 2019

I changed destination port mappings and it helped.
config.vm.network :forwarded_port, guest: 5985, host: 5986, id: "winrm", auto_correct: true config.vm.network :forwarded_port, guest: 3389, host: 3388, id: "rdp", auto_correct: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants