Discussion:
[vagrant-up] when creating a new box with "vagrant up" it always wants to add a new Host-Only adapter to virtual box
Ted Coursen
2018-09-21 16:23:54 UTC
Permalink
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?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/585fa064-88d0-473e-bce3-49225a91d5cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-09-25 09:58:23 UTC
Permalink
what version are you using now?

on what version did worked?

what did change?
Post by Ted Coursen
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.
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?
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in
violation of those guidelines may result in your removal from this mailing
list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/585fa064-88d0-473e-bce3-49225a91d5cf%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/585fa064-88d0-473e-bce3-49225a91d5cf%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Alvaro
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0exY6cnRGm8Xu1N3u0yTPDXFwK-kHhpcmM2hPj__jq1RiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Ted Coursen
2018-10-02 13:54:54 UTC
Permalink
Windows 10
Using Vagrant 2.1.5
VirtualBox 5.2.18

Nothing changed in the Vagrantfile so I'm not sure what changed. It had
been working fine for months. I usually end up deleting and rebuilding
the vm every couple of weeks, so one time I deleted the Vm and did a new
"vagrant up" and this started happening.

Oddly, if I use the same set of scripts on a linux mint machine, it works
totally as expected and does not add an extra host adapter.

On Tuesday, September 25, 2018 at 5:58:38 AM UTC-4, Alvaro Miranda Aguilera
Post by Alvaro Miranda Aguilera
what version are you using now?
on what version did worked?
what did change?
Post by Ted Coursen
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.
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?
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in
violation of those guidelines may result in your removal from this mailing
list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/585fa064-88d0-473e-bce3-49225a91d5cf%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/585fa064-88d0-473e-bce3-49225a91d5cf%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Alvaro
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/3c79130e-acc3-40a9-a837-cca5b897d168%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...