Re: Vagrant debian/jessie64 8.6.0 not bootable any more
On 09/22/2016 11:42 AM, Łukasz Zaremba wrote:
> On 22/09/16 06:55, Emmanuel Kasper wrote:
>> I retested the box and it's working here
>> so it looks like the embedded Virtualbox DHCP server it not found
>>
>> can you try an alternative Box ( Centos, Ubuntu ) to see if they get
>> network ?
>
> centos/7 worked after applying config.ssh.insert_key = false
> https://github.com/mitchellh/vagrant/issues/7610
>
> ubuntu/trusty64 worked out of the box.
OK as I cannot reproduce the issue it's going to be difficult to debug
can you try to manually request an ip adress on the VM is started ?
service networking stop
dhclient -r eth0
dhclient eth0
Reply to: