Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for windows users with wrong host_ip #58

Merged
merged 1 commit into from
Apr 21, 2017

Conversation

runar-rkmedia
Copy link
Contributor

Users on windows has reported that they cannot get vagrant up and running because of a bug in Vagrant not being able to use the default 0.0.0.0-ip for localhost. By using 127.0.0.1 instead, this works out ok.

Users on windows has reported that they cannot get vagrant up and running because of a bug in Vagrant not being able to use the default `0.0.0.0`-ip for localhost. By using `127.0.0.1` instead, this works out ok.
@runar-rkmedia
Copy link
Contributor Author

The bug in question is located here: hashicorp/vagrant#8395

There is a fix for it, but might be worth including this patch for users on that version.

@karlud
Copy link
Contributor

karlud commented Apr 21, 2017

Thanks for doing this! I'll test it on the Mac and will merge it assuming that goes well.

@karlud karlud merged commit e5aff6f into udacity:master Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants