gpt4 book ai didi

Vagrant 网络与非主机网络冲突

转载 作者:行者123 更新时间:2023-12-03 23:35:11 24 4
gpt4 key购买 nike

我正在尝试启动并运行一个 vagrant box,但我不断收到网络冲突错误。这个盒子是 trusty64 的全新下载。我一直在搜索每个处理 vagrant 的文件和文件夹,试图找到指定我无法指定 IP 的内容。我在 Windows 7 机器上运行 vagrant。这是我的 Vagrant 文件:

C:\Users\.vagrant\boxes...\Vagrantfile

Vagrant::Config.run do |config|
# This Vagrantfile is auto-generated by 'vagrant package' to contain
# the MAC address of the box. Custom configuration should be placed in
# the actual 'Vagrantfile' in this box.
config.vm.base_mac = "0800278493DB"
end

# Load include vagrant file if it exists after the auto-generated
# so it can override any of the settings
include_vagrantfile = File.expand_path("../include/_Vagrantfile", __FILE__)
load include_vagrantfile if File.exist?(include_vagrantfile)

这是我从 vagrant up 命令收到的错误:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set network interfaces...
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.

如何让我的 virtualbox 上的 IP 不发生冲突?

更新

我的 Vagrantfile 的图像

Vagrantfile

最佳答案

检查 LAN 连接上的 IP,并确保没有设备与 Vagrantfile 上的 IP 冲突。

我收到了这个错误,我有 192.168.1.2在我笔记本电脑的 wifi 上,我正在设置 192.168.1.10在我的 Vagrantfile 上。所以我将我的 Vagrantfile 上的 IP 更改为 192.168.2.10以确保它不会与我网络上的任何设备发生冲突。

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

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