Closed gtestault closed 2 years ago
Hi @gtestault
This error happens because you use the parameter adapter
, which is not documented and is not suppoosed to be used there:
config.vm.network "public_network", adapter: "1"
What's purpose of it in your Vagrantfile configuration?
If you want to select a certain network interface, please use bridge:
parameter instead, as described in docs:
Or just try to run without it:
config.vm.network "public_network"
vagrantfile:
ouput: