127.0.0.1:8888 in host machine not run (windows)
I am running a vagrant vm in windows, I when try load the 127.0.0.1:8888 in a web browser, this can't load it. How I can fix it? Thank you.
Sorry You must be a logged in, registered user to answer a question.
Answers
I checked the output in the console from when I ran 'vagrant up' and found this
Fixed port collision for 8000 => 8888. Now on port 2201.
Then I tried 127.0.0.1:2201 and voila! Hope this helps.
When you boot the VM (vagrant up), does it list 8888 as a forwarded port?
even I have the same problem... Anyone here ???? who knows what to do ???
Check the answer I posted.