我用宅基地和超级V。流浪汉盒子跑得很好。
但。IP地址每次都变了。
我在Homestead.yaml文件中修复ip地址。但不起作用。
我使用
我试过10倍以上的流浪.
homestead.yaml
ip: "192.168.10.10"
memory: 2048
cpus: 2
provider: hyperv 流浪汉的留言。
PS C:\Users\hi\dev\homestead> vagrant up
Bringing machine 'homestead' up with 'hyperv' provider...
==> homestead: Verifying Hyper-V is enabled...
==> homestead: Verifying Hyper-V is accessible...
homestead: Configuring the VM...
==> homestead: Starting the machine...
==> homestead: Waiting for the machine to report its IP address...
homestead: Timeout: 120 seconds
homestead: IP: 172.17.76.38
==> homestead: Waiting for machine to boot. This may take a few minutes...
homestead: SSH address: 172.17.76.38:22
homestead: SSH username: vagrant
homestead: SSH auth method: private key
==> homestead: Machine booted and ready!超级机器ip是172.17.76.38 .
怎么修?
发布于 2020-01-02 16:23:36
我建议切换到VirtualBox或VMware。您的问题是超V提供商的限制的一部分,正如Vagrant的官方网站中所述
https://stackoverflow.com/questions/58728528
复制相似问题