Hello, Couple of hinters, and sorry if these are too obvious.
a. Each windows machine generate a unique system id, when you have the same box more than once, you will get duplicates id, this is fine when you don't have Active Directory. When you add a box to Active Directory, as similar to having an user account, your box get a machine account, adding a 2nd box with the same id will break the trust with the old one (overwriting it), so the old one won't talk (wont be trusted any more), so in the past you had to change the id of the machine before adding it to AD. For VM, it was usually that you could run a sysprep and tell the tool to shutdown the box, so on next run it will generate a random id Not sure if this is the current way, but it used to be sysprep: https://technet.microsoft.com/en-us/library/hh824938.aspx b. have you check the power profile? it may be going to sleep (the VM) or hybernate, etc. You can configure the console/gui and check later what's the status of the console gui. Any questions, please let me know. Alvaro. -- 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/CAHqq0ez7ksCC1yPU%3DszF8ZR-xhkm3OsZpsaEs14%2BL3w7ySirRw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
