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'

《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 6

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

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

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

改一下homestead.yaml ip 就可以了

6年前 评论
GalaxyNo_1

没解决

6年前 评论

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

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

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

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

5年前 评论

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

4年前 评论

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