ubuntu / xenial64 Vagrant框的网络设置失败
使用官方的Ubuntu 16.04 LTS(Xenial Xerus) Vagrant框图像(在VirtualBox上),我在基本网络设置方面遇到问题: 我的Vagrantfile: Vagrant.configure(2) do |config| config.vm.box = 'ubuntu/xenial64' config.vm.define "xenial" do |server| server.vm.network "private_network", ip: "192.168.10.10" end end vagrant up 结果: ==> xenial: Configuring and enabling network interfaces... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! …