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? > -- 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]. For more options, visit https://groups.google.com/d/optout.
