Vagrant:通过设置静态私有ip撤消所有更改

Vagrant:通过设置静态私有ip撤消所有更改,vagrant,Vagrant,“流浪者”对我来说运行得很好,现在“流浪者”需要永远启动: default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Remote conn

“流浪者”对我来说运行得很好,现在“流浪者”需要永远启动:

default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Remote connection disconnect. Retrying...
    default: Warning: Remote connection disconnect. Retrying...
    default: Warning: Remote connection disconnect. Retrying...
    default: Warning: Remote connection disconnect. Retrying...
    default: Warning: Remote connection disconnect. Retrying...
经过大约30条这些信息,几分钟后,它终于通过了

我唯一改变的是设置了一个私有静态ip地址: config.vm.network private_network,ip:192.168.33.10在Vagrant文件中


从那以后,我把这一行从流浪汉档案中删掉了。如何撤消更改此设置时所做的所有更改?我已经删除了/var/lib/dhcp/中的文件,但这似乎没有帮助。

Ya但是我花了很多时间在虚拟机上安装ruby、rails和其他一些我不想丢失的东西。有没有办法保存我在上面的所有东西?很抱歉延迟回复-你尝试过“流浪者”重新加载吗?是的,我仍然经历了很长时间的延迟,尽管它最终通过了。从那时起,我就切换到cloud9。我将来可能不得不创造一个新的流浪汉。谢谢