Having some issues to get my vagrant up,
Got the box, run vagrant init and after vagrant up command I get this message.
Bringing m
With my setup Win10, Vagrant 2.1.2 and Ubuntu 16 while working firewall i have enabled "ufw" for port 80 post which i was facing same problem. Command used as below to enable firewall
ufw enable
ufw 80 allow
I did login in GUI enable mode in Vagrantfile and disabling the same is life saver for me.
ufw disable
Now, just do
vagrant reload
vagarnt ssh