@mpjraaij You really shouldn’t be trying to access a database on your local machine, otherwise there’s no point running your application in a VM.
The idea of a VM is some one should be able to clone the repository, boot the VM, and have all the services they need to run the application within that VM (i.e. Mongo).
Thanks Martin. I already figured out why it was failing what I wanted to establish. I was using vagrant destroy instead of vagrant halt. Not really smart!