Sorry for my very latest answer. I think the problem is not the VM itself because ALL my VMs do not more working. Therefore I think the problem is locatet in my windows ....
Here my log of the starting vagrant vm: vagrant up Bringing machine 'default' up with 'virtualbox' provider... [default] Clearing any previously set forwarded ports... [default] Creating shared folders metadata... [default] Clearing any previously set network interfaces... [default] Preparing network interfaces based on configuration... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [default] -- 22 => 9257 (adapter 1) [default] Running 'pre-boot' VM customizations... [default] Booting VM... [default] Waiting for machine to boot. This may take a few minutes... [default] Machine booted and ready! [default] Configuring and enabling network interfaces... [default] Mounting shared folders... [default] -- /vagrant [default] -- /var/www [default] -- /tmp/vagrant-puppet/manifests I find it looks like ok.... or not? Greetings Mario Am Freitag, 25. April 2014 11:25:13 UTC+2 schrieb Alvaro Miranda Aguilera: > > sounds something local to the guest. > > Can you paste the output of these commands? > > iptables -L > > netstat -anp | grep ':<port>' > > not sure if it's port :80 or :443 > > at the guest, it could be firewall (iptables) or the webserver is not > listening on the ip.. I am thinkig one of those 2 scenarios are happening > here. > > Alvaro. > > > On Friday, April 25, 2014 6:40:58 PM UTC+12, Mario Linz wrote: >> >> Hi Alvaro, >>> >> >> That was my first test but its the same behavior. :( >> The only thing that I have did was to install a "Grunt" environment with >> the following shell commands: >> >> npm install -g grunt-cli >> >> npm install grunt-contrib-clean grunt-contrib-less grunt-contrib-copy >> grunt-contrib-compress grunt-contrib-uglify grunt-contrib-watch --save-dev >> >> I hope that this environment isn't the reason for this problem. >> >> >> Greetings Mario >> > -- 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.
