Instalei na mão o jdk e tomcat como pede no exercicio, mas não estou conseguindo acessar no windows a url http://192.168.33.10:8080/
Meu arquivo vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/precise32"
config.vm.define :web do |web_config|
web_config.vm.network "private_network", ip: "192.168.33.10"
end
end
Erro apresentado no momento de executar o vagrant reload
Configuring and enabling network interfaces...
Vagrant attempted to execute the capability 'configure_networks'
on the detect guest OS 'linux', but the guest doesn't
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to
avoid this capability or fix the issue by creating the capability.