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 -- 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/CAHqq0eyHGhWWqQ2cjws96rVO%3DP7%2Bz2%3Dfv9Uf%2B1WMG6yq%2B4%3DWjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
