Hi,

We have been using Vagrant (1.5.4) for a couple of months with the 
vagrant-windows plugin and has configured our VMs to have both a public 
network and a private network with a specific IP.

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

It has worked flawlessly until we tried to upgrade to 1.6.2. 

When I start the vm with vagrant 1.6.2 installed it doesn't set the ip to 
192.168.30.20. 

Instead I get the following result

Ethernet adapter Ethernet 2:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::6cf7:bb65:ef51:721%16
   Autoconfiguration IPv4 Address. . : 169.254.7.33
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :

I have been able to reproduce the issue by switched back to use 1.5.4 and 
see that my configuration work and then upgrade to 1.6.2 and see it not 
applying the IP.

Is this a known issue with 1.6.2 or is there any new config in the vagrant 
file I need to make in order to get it to work with 1.6.2?

Regards
/Carl

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to