gpt4 book ai didi

networking - Vagrant::Errors::NetworkCollision:指定的主机网络与非主机网络冲突

转载 作者:行者123 更新时间:2023-12-03 09:57:24 25 4
gpt4 key购买 nike

我在多台机器上使用 vagrant,它曾经正常工作,但后来就不再工作了。

我定义网络的 Vagrantfile 部分:

config.vm.define "app" do |layer| 
layer.vm.provision "chef_solo", id:"chef" do |chef|
.....
end

# Forward port 80 so we can see our work
layer.vm.network "forwarded_port", guest: 80, host: 9999
layer.vm.network "private_network", ip: "10.10.10.10"
end

这是一个标准配置,我只有那个虚拟机。但是当我尝试 vagrant up 时,它显示错误:

Vagrant::Errors::NetworkCollision: The specified host network collides with a non-hostonly network!
This will cause your specified IP to be inaccessible. Please change
the IP or name of your host only network so that it no longer matches that of
a bridged or non-hostonly network

如何解决?

最佳答案

显然我的办公室刚刚更改了网络配置。通过更改 10.10.10.10。对于其他 blok(例如 10.0.0.100),它再次起作用。对不起。

关于networking - Vagrant::Errors::NetworkCollision:指定的主机网络与非主机网络冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26051239/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com