hello,

This is on VMWare or Virtualbox?

In VMWare are issues on 8.5.1 and 8.1.0 and 8.1.1

8.5.2, 8.5.0, 8.0.2 are fine.

If not on VMWare, can you share gist when it works and fail?

VAGRANT_LOG=debug vagrant up

Thanks!
Alvaro.

On Thu, Dec 8, 2016 at 10:42 PM, Andrew MacNamara <[email protected]>
wrote:

> I've recently begun having issues with Vagrant port forwarding.  I
> recently got a new Macbook Pro, and migrated my Vagrant project over.  I
> tried starting my vagrant box on the new machine for the first time, and it
> failed to start, due to port collisions.
>
> config.vm.network "forwarded_port", guest: 7001,  host: 7001
>
> This gave me the error:
>
> Vagrant cannot forward the specified ports on this VM, since they
> would collide with some other application that is already listening
> on these ports. The forwarded port to 7001 is already in use
> on the host machine.
>
> To resolve this, I switched the host port to 7002.  This worked for about
> a day, then I started to receive the message:
>
> Vagrant cannot forward the specified ports on this VM, since they
> would collide with some other application that is already listening
> on these ports. The forwarded port to 7002 is already in use
> on the host machine.
>
> I initially experienced this with Vagrant 1.9.1, but reverted back to
> 1.8.6 and am still experiencing the same issue.
>
> netstat -a | grep 7001 does not return any results.
>
> --
> 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/7f692d28-7896-4f28-9d2b-9d310d05df61%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/7f692d28-7896-4f28-9d2b-9d310d05df61%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
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/CAHqq0eyDGihAM-uuQTpxLzqMeHRhJVZ0Cx_1-Y9PFkYBTt3bLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to