host machine is CentOS 7.6
using virtualbox 6
vagrant box image is bento/centos-7.2
Vagrantfile contents:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.2"
config.vm.hostname = "test1.example.com"
end
It downloads the box, prepares NICs, forward ports, Booting VM. Then
Waiting for machine to boot. and thats it. can not ssh to it.
tried: vagrant ssh default
tried: ssh vagrant@localhost -p 2222
tried to open the VirtualBox gui but it does not show anything.
I have no clue whats going on (new to this)
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of
those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/bad72289-1a7b-443a-aeee-3f0807410ce0%40googlegroups.com.