Accessing your Virtualbox Guest from your Host OS
As a developer you want to ping and access the webserver on your virtual machine. This is a very simple solution to enable the bridge to the guest VM.
The next step is importand to make it work:
Yes, you have to enable two adapters at the same time to make it work. Realy. You need a "NAT" and a "Host-only Adapter".
ifconfig
192.168.56.104
cmd
ping 192.168.56.104
http://192.168.56.104
in your browser to the hosted website.