我正在从Windows主机构建一个流浪汉Ubuntu / Xenial盒子(虚拟盒提供商),我需要使用2个不同的网络适配器配置2个网络,我已尝试过选项:
config.vm.network "public_network", ip: "10.0.2.77", :mac =>
"xxxxxxxxxxxx", bridge: "Intel(R) Ethernet Connection I219-LM"
或使用以下命令修改virtualbox:
vb.customize ["modifyvm", :id, "--nic[N]", "Intel(R) Ethernet Connection I219-LM"]
但我总是使用相同的网络适配器获得2个网络
提前致谢
答案 0 :(得分:0)
我终于能够使用命令
解决这个问题 vb.customize ["modifyvm", :id, "--nic2", "bridged","--bridgeadapter2", "Intel(R) Ethernet Connection I219-LM", "--cableconnected2", "off"]