Hi all, I set the following lines into my first Vagrant virtual machine config file:
config.vm.network "forwarded_port", guest_ip: "192.168.1.2", guest: 80, host: 8080 config.vm.network "private_network", ip: "192.168.1.2" but the forward ports action doesn't work. I looked through Vagrant's documentation but I didn't found anything related to this issue. I can load web pages from guest virtual machine without any problem but using default port: 80. Do I need to add something else to my Vagrant config file to to set "forwarded_port" running correctly? Thanks, Bruno. -- 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/82cbd04e-960e-45f3-b6bd-70678dad10cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
