Solved at last! OK, I was using Packer to build on my corporate laptop - behind a proxy - and so I had $env:http_proxy and $env:https_proxy set to download the windows iso. When I tried to vagrant up, ruby winrm or whatever bit of vagrant probably got talking to my proxy server and couldnt resolve the winrm address.
In short - removing $env:http_proxy and $env:https_proxy fixes the problem. Thanks again Alvaro - Im sure I'll be in touch again soon anyway. Best, Matt -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/9955710e-2ae0-4681-b101-7d0d42626b44%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
