我在调出以前工作的无家可归者盒子时遇到问题。
当我在其中运行up
的情况下运行box.vm.network "private_network", ip: "10.0.0.10"
命令时,出现错误:
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.
Bridged Network Address: '10.0.0.0'
Host-only Network 'en0: Wi-Fi (Wireless)': '10.0.0.0'
但是当我将同一行更改为box.vm.network "private_network", ip: "10.0.1.10"
时,它可以正常工作(第3个周期1之后的数字从0更改)。
在VirtualBox主机网络管理器中,我已经
vboxnet1
和IPv4地址/掩码10.0.0.1/24
,vboxnet2
和10.0.1.1/24
。谁能为我提供帮助,为什么我似乎只能使用第二个?我没有其他正在运行的虚拟机。
答案 0 :(得分:0)
您最近在主机上更改了网络配置吗?可能是wifi路由器,LAN适配器,网桥,VPN隧道等正在使用10.0.0.x地址空间。在“终端”窗口中输入ifconfig
将显示您的所有网络接口及其IP分配。