0
respostas

Falha forwarded_port . localhost port 80: Connection refused Direcionando para porta 2222

Vagrantfile

Vagrant.configure("2") do |config| config.vm.box = "ubuntu/bionic64" config.vm.network "forwarded_port", guest: 80, host:8089 end

Vagrant ssh

Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-58-generic x86_64)Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-58-generic x86_64)

0 packages can be updated. 0 updates are security updates. Ola..Não consigo prosseguir com o curso. Não consigo finalizar a aula de redirecionamento de porta. Alguem conseguiu resolver. Li os outros posts mas não consegui identificar ainda qual é o problema em minha máquina.

Last login: Sun Oct 31 17:19:56 2021 from 10.0.2.2

curl http://localhost

vagrant@vagrant:~$ curl http://localhost curl: (7) Failed to connect to localhost port 80: Connection refused

Vagrant UP

Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'hashicorp/bionic64' version '1.0.282' is up to date... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key ==> default: Machine booted and ready! ==> default: Checking for guest additions in VM... default: The guest additions on this VM do not match the installed version of default: VirtualBox! In most cases this is fine, but in rare cases it can default: prevent things such as shared folders from working properly. If you see default: shared folder errors, please make sure the guest additions within the default: virtual machine match the version of VirtualBox you have installed on default: your host and reload your VM. default: default: Guest Additions Version: 6.0.10 default: VirtualBox Version: 6.1 ==> default: Mounting shared folders... default: /vagrant => C:/Users/mauro/OneDrive/Documentos/Virtualizacao_Vagrant/Desv ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: flag to force provisioning. Provisioners marked to run always will still run.