> El 8/9/2015, a las 21:34, Alvaro Miranda Aguilera <[email protected]> > escribió: > > On Wed, Sep 9, 2015 at 7:36 AM, Bruno Mendoza <[email protected]> wrote: >> config.vm.network "forwarded_port", guest_ip: "192.168.1.2", guest: 80, >> host: 8080 > > Can you try as: > > config.vm.network "forwarded_port", guest: 80, host: 8080 > [...]
Sorry. Port forwarding is not possible through private network (host only) option. I was a confusion. https://www.virtualbox.org/manual/ch06.html Thank you, 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/D6E842E1-33A4-414B-8BDF-44865F1D0D8C%40gmail.com. For more options, visit https://groups.google.com/d/optout.
