Ill try to use laravel homestead vagrant box. When I do vagrant up it stucks on
default: Warning: Connection refused. Retrying...
My intel virtualization technology is enabled. I've enabled the GUI and it shows:
I've got Vagrant 1.6.5
and VirtualBox 4.3.16
.
Anybody has encountered this problem as well...?
Default login and password is just vagrant
.
Also just in case check if the network adapter #1 is cable connected. That fixed the issue for me (ie: on VirtualBox > box settings > Network > Adapter 1 > Advanced > tick "Cable Connected). Or better, add this to your vagrant file:
config.vm.provider 'virtualbox' do |vb|
vb.customize ['modifyvm', :id, '--cableconnected1', 'on']
end
You can simply type vagrant ssh
on the command line / terminal of the host machine (Assuming you've already fired up the machine with vagrant up
). To quote the vagrantup.com website:
This command will drop you into a full-fledged SSH session