I had a working configuration that had been working for a few months, but is now broken.
I am using Windows 10. I am trying to create a VirtualBox vm of Ubuntu with MongoDB running on it.
In my Vagrantfile I have the following line :
config.vm.network 'private_network', ip: "192.168.2.2"
When I run "vagrant up" from my command line it creates the VM, but it asks me twice for my windows admin credentials and then proceeds. But then when I look in my Virtual Box settings I have a new host only adapter. After running a few times I now have like 10 Host Only adapters in virtualbox.
Any ideas on what is happening here?