Hoooray! That did the trick, and I re-enabled the firewall on the host, and it still worked. Thanks!
On Thursday, April 2, 2015 at 10:44:51 PM UTC-6, Alvaro Miranda Aguilera wrote: > > On Fri, Apr 3, 2015 at 2:50 PM, Ed Young <[email protected] <javascript:>> > wrote: > > https://github.com/EdZilla/vagrant-centos65 > > Firewall > > add > > chkconfig iptables off > chkconfig ip6tables off > service iptables stop > service ip6tables stop > > as provision script in the meantime, to disable firewall on the guest. > > This this the trick for me.. if you still can't see the webpage, then > I will think something like a firewall on the host will be blocking > those ports.. 4567 > > later if this require a better firewall rule, just then add what you > require. > > but it's firewall at this stage > > > It (Apache2) works! (vm box ) > > This is the default web page for this vagrant virtualbox server. > > The web server software is running but no content has been added, yet. > -- 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]. For more options, visit https://groups.google.com/d/optout.
