I have created a Vagrant virtual machine using *kensykora/windows_2012_r2_standard* box, then I've installed RabbitMQ 3.5.4 (using Chocolatey: *choco install rabbitmq -version 3.5.4 -y*) and enabled the management *rabbitmq-plugins enable rabbitmq_management*. So far, so good.
So I've started a remote desktop session into the virtual machine and opened a browser to http://localhost:15672/, this will show RabbitMQ login page. And that's ok. Last step I created a forwarded port in the Vagrantfile: config.vm.network "forwarded_port", guest: 15672, host: 15673, id: "rabbitmq" restarted the machine and everything seems OK. Alas, when I try to reach http://localhost:15673/ (from the host machine: note the number 3 at the end of port number) the request expire and goes time out. How can I solve this issue. Why I can't reach the RabbitMQ web management console (installed on the guest machine) using browser installed on the host machine. PS: I've posted the same question inside RabbitMQ user group and none spot a problem with rabbit configuration. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/ae657ab0-faa4-48ac-9302-dc9ca0a40557%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
