Vagrant up 不能正常启动,提示 ip 问题

Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Checking if box 'lc/homestead' is up to date...
==> homestead-7: 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.

Bridged Network Address: '192.168.10.0'
Host-only Network 'Intel(R) Dual Band Wireless-AC 3165': '192.168.10.0'

《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 6

找到这个文件,Homestead\scripts\homestead.rb

file
改这个ip,然后在homestead.yaml中把ip改成和homestead.rb中的一样,然后vagrant up

4年前 评论
sunny_feng (楼主) 4年前

改一下homestead.yaml ip 就可以了

5年前 评论
GalaxyNo_1

没解决

5年前 评论

找到这个文件,Homestead\scripts\homestead.rb

file
改这个ip,然后在homestead.yaml中把ip改成和homestead.rb中的一样,然后vagrant up

4年前 评论
sunny_feng (楼主) 4年前

网络问题,可以断开网络,启动起来,再连接网络

4年前 评论

路由的局域网 也是 192.168.10. ,修改一下路由器的就好了 :kissing_heart:

3年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!