Vagrant up timeout

前端 未结 10 1126
闹比i
闹比i 2020-11-27 21:54

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         


        
10条回答
  •  Happy的楠姐
    2020-11-27 22:43

    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
    

提交回复
热议问题