I am using vagrant + virtualbox. I have this set up in my vagrant fie. It is set to auto-correct in my vagrant file and usually maps to 2222. I can have all vagrant VMs destroyed yet my Host 3389 still cannot be accessed. I would think that even if there was some sort of conflict having all vagrant VMs destroyed should clear up any port forwardings?
The only thing I can think of was a few test boxes I fired up for testing when I first installed vagrant. I just downloaded them from vagrant and used their default configs. These did not have port forwarding properly set up. I then edited their vagrant files to properly use auto correct. However, my 3389 is still broken. Is there a way to check for any hung configurations or force defaults? On Wednesday, June 24, 2015 at 2:30:41 PM UTC-5, dragon788 wrote: > > Using Vagrant + VMware or Vagrant + Virtualbox? Primarily I'd suggest > setting up your port forwardings in the vagrant file to avoid conflicting > with the host's ports, and technically Vagrant should be doing this already > if you are on a Windows host it will avoid 3389 and other "in use" ports, > as on Linux it avoids 22 and some others. > > On Tuesday, June 23, 2015 at 1:52:18 PM UTC-5, Gerane wrote: >> >> After running a few Vagrant VMs I am no longer able to RDP into the Host. >> This remains true even if all Vagrants VMs have been destroyed. This was >> not an issue prior to installing Vagrant. >> >> If I bring up a VM, I am able to RDP into a guest from outside via >> IP:ForwardedPort. Is there a way to force any port forwarding configs to be >> flushed out if a Vagrant Destroy is not doing this? >> > -- 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/f3b4ac7a-5baf-4e15-807c-cd9593cd514e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
