Hello, Please check your co-worker have an up-to-date vagrant version, and also share your Vagrantfile with him.
on the Vagrantfile, you can use config.vm.box = "name" config.vm.box_url = "name.box" or if you have access to a http server config.vm.box_url = "http://someinternalserver/path/name,box" In that way you can share the Vagrantfile only. If that work, will confirm the VM is good, you can create an organization in atlas, and create a private box. Then you can define an external url, so your co-workers can do vagrant init -m "org/name" vagrant up And they will download from the internal server. Hope this helps. Alvaro. On Thu, Nov 12, 2015 at 6:03 AM, Layla Sian <[email protected]> wrote: > hi there, > > I've packaged a virtualbox (4.3.28) vm made with vagrant (1.7.4) to share > with a team member. I used the command vagrant package --base uuid, where > uuid = the VirtualBox uuid. > > > The source box is using the winrm communicator successfully, when I vagrant > up I see the feedback of the WinRM address, username and transport method. > But when my team member adds the package box and tries to bring it up, she > gets a whole slew of 'connection timeout: retrying' messages and I've > determined that it is because it is using SSH. > > can anyone advise me on why the packaged box isn't configured the same way > as the source box? > > > thanks, > Layla > > -- > 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/ad4acb06-818f-4053-bfd0-1898342621dd%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/CAHqq0ezbmQ_8O_ZFxZcNBhSacU4S0AnhRNh1%3DgSy1A20QX53Tw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
