Vagrant Refused via browser
问题 I am very new to using Vagrant in my development workflow, however when setting up the box using vagrant up and then accessing it via my host i get a connection refused with my browser. Is all that needs to be done to work is: vagrant init scotch/box vagrant up ? 回答1: Make sure to forward the 80 port from the guest so you can access the vm from your browser. Edit your Vagrantfile and make sure to have a line like (by default when doing vagrant init I believe this is commented) config.vm