On Thu, Aug 6, 2015 at 11:45 PM, Andreas J <[email protected]> wrote: > "192.168.50.4"
Hello Andreas Apache usually runs on port 80 So you should be able to see the webpage on http://192.168.50.4:80 localhost:8080 works because you have a port forward for that: qa.vm.network :forwarded_port, guest: 80, host: 8080 What I do is create port fwd that make sense ie vm1.vm.network :forwarded_port, guest: 80, host: 8081 vm2.vm.network :forwarded_port, guest: 80, host: 8082 vm3.vm.network :forwarded_port, guest: 80, host: 8083 vm4.vm.network :forwarded_port, guest: 80, host: 8084 and for IP you can use 192.168.50.11 192.168.50.12 192.168.50.13 192.168.50.14 etc make sense? Alvaro -- 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/CAHqq0exjkHoaRN%3D7Xp-kAJ_pkPe%3Dp81JPTmxKzBX1nRcGgmOOQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
