Open basictheprogram opened 6 years ago
config.vm.provider "virtualbox" do |v|
v.default_nic_type = "82543GC"
end
Does not fix the problem VM networking problem and vagrant still complains
config.vm.network :forwarded_port, guest: 5985, host: 5985, id: "winrm", auto_correct: true, nic_type: "82543GC"
config.vm.network :forwarded_port, guest: 3389, host: 3389, id: "rdp", auto_correct: true, nic_type: "82543GC"
# Port forward SSH (ssh is forwarded by default in most versions of Vagrant,
# but be sure). This is not necessary if you are not using SSH, but it doesn't
# hurt anything to have it
config.vm.network :forwarded_port, guest: 22, host: 2222, id: "ssh", auto_correct: true, nic_type: "82543GC"
Doesn't fix the VM networking problem either and vagrant still complains
Upgraded to Vagrant v2.2.2 and receive this warning