Vagrant box could not be found or could not be accessed in the remote catalog – incompatible curl version

There seems to be an issue with vagrant 1.8.7 and the embedded curl version vs the mac os binary (shipped by default on mac os Sierra and others) – remove the embedded one sudo rm /opt/vagrant/embedded/bin/curl Note: you also need to remove the embedded curl when you add a vagrant box (remotely or locally) so … Read more

Addressing localhost from a VirtualBox virtual machine [closed]

Googling turned this up: http://data.agaric.com/localhost-from-virtualbox-xp-install-ubuntu It suggests using IP: http://10.0.2.2, and it worked for me. So, I edited the hosts file, C:\windows\system32\drivers\etc\hosts, and added this entry: 10.0.2.2 outer If you’re testing on IE8, remember to put http:// in the address bar. Just putting the ip directly will not work. For example: http://10.0.2.2:3000/