vagrantfile - Vagrant access guest machine from host (windows) -


i installed vagrant virtual machine in windows, it's working fine, trying connect guest machine windows, uncomment thing in vagrantfile :

config.vm.network "private_network", ip: "192.168.33.10" 

or

config.vm.network "public_network" 

when reloading vagrant, got error :

the guest machine entered invalid state while waiting boot. valid states 'starting, running'. machine in 'poweroff' state. please verify configured , try again.  if provider you're using has gui comes it,  helpful open , watch machine, since gui has more helpful error messages vagrant can retrieve. example, if you're using virtualbox, run `vagrant up` while  virtualbox gui open.  primary issue error provider you're using not configured. vagrant issue. 

i never encountered error personally, having never used vagrant on windows. issue has been discussed here.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -