zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

Vagrant up network DHCP problem #58

Closed Vikwip closed 4 years ago

Vikwip commented 4 years ago

Hello zepgram, I've had today a forced virtual box update to 6.1.4 version (I had previously the 6.0.18) and now I have an error on vagrant up and get stuck:

==> zepgram: Clearing any previously set network interfaces...
vagrant : A host only network interface you're attempting to configure via DHCP
In Zeile:1 Zeichen:1
+ vagrant up
+ ~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (A host only net...figure via DHCP:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

already has a conflicting host only adapter with DHCP enabled. The
DHCP on this adapter is incompatible with the DHCP settings. Two
host only network interfaces are not allowed to overlap, and each
host only network interface can have only one DHCP server. Please
reconfigure your host only network or remove the virtual machine
using the other host only network.

Did you already have something similar, could you help me to resolve this? Thanks

zepgram commented 4 years ago

It should be resolve with #59

Vikwip commented 4 years ago

Okay, but I'm not sure what I'm supposed to do here. Should I destroy my machine and create a new one or update it?

zepgram commented 4 years ago

Nop, juste pull master and vagrant up. This should work.

Le mer. 18 mars 2020 à 16:56, Viktor notifications@github.com a écrit :

Okay, but I'm not sure what I'm supposed to do here. Should I destroy my machine and create a new one or update it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zepgram/magento2-fast-vm/issues/58#issuecomment-600713249, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4BLLUKSRJCMSPIN5SX4QDRIDVJZANCNFSM4LOLVTVA .

Vikwip commented 4 years ago

Okay thanks it's working now!