I've set up a VirtualBox using Vagrant and Puphpet. The box has set up ok and I can login with Putty to 127.0.0.1
to port 2222
.
My problem is that I can't seem to connect over any other routes, namely HTTP.
Hitting 192.168.56.101 in a browser results in "took too long to respond". The networking to the box is set to NAT, with Adapter2 set to Host Only.
You have to define a forwarding rule in your Vagrantfile:
Or you define the forwarding rule in Virtualbox
Restart t he Box after definition of forwarding rule.